All Products
Search
Document Center

Cloud Enterprise Network:RoutePrivateZoneInCenToVpc

Last Updated:Jun 10, 2026

Mengonfigurasi layanan PrivateZone dengan memanggil operasi RoutePrivateZoneInCenToVpc.

Deskripsi operasi

Alibaba Cloud DNS PrivateZone is a private Domain Name System (DNS) resolution and management service that is based on a Virtual Private Cloud (VPC). After a virtual border router (VBR) instance or a Cloud Connect Network (CCN) instance is attached to a Cloud Enterprise Network (CEN) instance, the associated on-premises network can access the PrivateZone service through the CEN instance.

  • An on-premises network that is associated with a VBR or CCN instance can access the PrivateZone service only in the same region.

    For example, if the PrivateZone service is in the China (Beijing) region, only on-premises networks that are associated with VBR instances in the China (Beijing) region or with CCN instances in the Chinese mainland can access the PrivateZone service.

  • The RoutePrivateZoneInCenToVpc operation is asynchronous. After a request is sent, the system returns a RequestId. The configuration is then added in the background. You can call the DescribeCenPrivateZoneRoutes operation to query the status of the PrivateZone service.

    • If the PrivateZone service is in the Creating state, the configuration is being added. In this state, you can only query the configuration and cannot perform other operations.

    • If the PrivateZone service is in the Active state, the configuration is complete.

    • If the PrivateZone service is in the Failed state, the configuration failed.

Prerequisites

Before you call the RoutePrivateZoneInCenToVpc operation, make sure that the following conditions are met:

  • The PrivateZone service is deployed. For more information, see Quick Start for Alibaba Cloud DNS PrivateZone.

  • The VPC instance associated with the PrivateZone service and the VBR or CCN instance in the access region are attached to the same CEN instance. For more information, see AttachCenChildInstance.

  • If an on-premises network connects to Alibaba Cloud through a CCN instance, and the CCN, VPC, and CEN instances belong to different accounts, the CCN instance must be authorized first. For more information, see Cloud Connect Network authorization.

Coba sekarang

Coba API ini di OpenAPI Explorer tanpa perlu penandatanganan manual. Panggilan yang berhasil akan secara otomatis menghasilkan contoh kode SDK sesuai dengan parameter Anda. Unduh kode tersebut dengan kredensial bawaan yang aman untuk penggunaan lokal.

Test

RAM authorization

Tabel berikut menjelaskan otorisasi yang diperlukan untuk memanggil API ini. Anda dapat menentukannya dalam kebijakan Resource Access Management (RAM). Kolom pada tabel dijelaskan sebagai berikut:

  • Action: Aksi yang dapat digunakan dalam elemen Action pada pernyataan kebijakan izin RAM untuk memberikan izin guna melakukan operasi tersebut.

  • API: API yang dapat Anda panggil untuk melakukan aksi tersebut.

  • Access level: Tingkat akses yang telah ditentukan untuk setiap API. Nilai yang valid: create, list, get, update, dan delete.

  • Resource type: Jenis resource yang mendukung otorisasi untuk melakukan aksi tersebut. Ini menunjukkan apakah aksi tersebut mendukung izin tingkat resource. Resource yang ditentukan harus kompatibel dengan aksi tersebut. Jika tidak, kebijakan tersebut tidak akan berlaku.

    • Untuk API dengan izin tingkat resource, jenis resource yang diperlukan ditandai dengan tanda bintang (*). Tentukan Nama Sumber Daya Alibaba Cloud (ARN) yang sesuai dalam elemen Resource pada kebijakan.

    • Untuk API tanpa izin tingkat resource, ditampilkan sebagai All Resources. Gunakan tanda bintang (*) dalam elemen Resource pada kebijakan.

  • Condition key: Kunci kondisi yang didefinisikan oleh layanan. Kunci ini memungkinkan kontrol granular, berlaku baik hanya untuk aksi maupun untuk aksi yang terkait dengan resource tertentu. Selain kunci kondisi spesifik layanan, Alibaba Cloud menyediakan serangkaian common condition keys yang berlaku di semua layanan yang didukung RAM.

  • Dependent action: Aksi dependen yang diperlukan untuk menjalankan aksi tersebut. Untuk menyelesaikan aksi tersebut, pengguna RAM atau role RAM harus memiliki izin untuk melakukan semua aksi dependen.

Action

Access level

Resource type

Condition key

Dependent action

cen:RoutePrivateZoneInCenToVpc

create

*CenInstance

acs:cen:*:{#accountId}:ceninstance/{#ceninstanceId}

None None

Parameter permintaan

Parameter

Type

Required

Description

Example

CenId

string

Yes

ID instans CEN.

cen-7qthudw0ll6jmc****

AccessRegionId

string

Yes

ID wilayah tempat layanan PrivateZone diakses.

Wilayah akses adalah wilayah tempat layanan PrivateZone diakses.

Panggil operasi DescribeChildInstanceRegions untuk memperoleh ID wilayah.

cn-hangzhou

HostRegionId

string

Yes

ID wilayah tempat layanan PrivateZone berada.

cn-hangzhou

HostVpcId

string

Yes

ID VPC yang terkait dengan layanan PrivateZone.

vpc-bp1h8vbrbcgohcju5****

Elemen respons

Element

Type

Description

Example

object

RequestId

string

The request ID.

C0245BEF-52AC-44A8-A776-EF96FD26A5CA

Contoh

Respons sukses

JSONformat

{
  "RequestId": "C0245BEF-52AC-44A8-A776-EF96FD26A5CA"
}

Kode kesalahan

HTTP status code

Error code

Error message

Description

400 OperationUnsupported.CrossRegionNotSupport Operation Failed. Host region Id is not equal to access region Id, VPC or VBR not support cross region privatezone service. The host region ID is different from the service region ID. The VPC or VBR does not support PrivateZone across regions.
400 Forbidden.PrivatezoneServiceNotAuthorize Privatezone service not to grant authorization. The error message returned because PrivateZone does not have the required permissions.
400 ParameterIllegal.AccessRegionIdNoCCN Parameter Access RegionId illegal.
400 InvalidParameter Invalid parameter. The error message returned because the parameter is set to an invalid value.
400 Unauthorized The AccessKeyId is unauthorized. The error message returned because you do not have the permissions to perform this operation.
403 InvalidOperation.PvtzNotAssociatedWithVpc Privatezone not associated with the specified vpc. The error message returned because PrivateZone is not associated with the specified VPC.
409 InvalidOperation.PrivatezoneRouteExisted Privatezone routes already existed. The error message returned because the PrivateZone route already exists.
409 InvalidOperation.VpcNotAttachedToCen Vpc not attached to cen. The error message returned because the specified VPC is not attached to a CEN instance.
409 InvalidOperation.UnmatchRouteInVpcRegion Operation Failed.Unmatch route in vpc region. The VPC routes do not match the match conditions.

Lihat Error Codes untuk daftar lengkap.

Catatan rilis

Lihat Release Notes untuk daftar lengkap.