GetPrivateZones

This data source provides CEN Private Zones available to the user.

NOTE: Available in v1.88.0+.

Using GetPrivateZones

function getPrivateZones(args: GetPrivateZonesArgs, opts?: InvokeOptions): Promise<GetPrivateZonesResult>
function  get_private_zones(cen_id=None, host_region_id=None, ids=None, output_file=None, status=None, opts=None)
func GetPrivateZones(ctx *Context, args *GetPrivateZonesArgs, opts ...InvokeOption) (*GetPrivateZonesResult, error)
public static class GetPrivateZones {
    public static Task<GetPrivateZonesResult> InvokeAsync(GetPrivateZonesArgs args, InvokeOptions? opts = null)
}

The following arguments are supported:

CenId string

The ID of the CEN instance.

HostRegionId string

The service region. The service region is the target region of the PrivateZone service accessed through CEN.

Ids List<string>

A list of CEN private zone IDs. * host_region_id - (Optional) The service region is the target region of the PrivateZone service accessed through CEN.

OutputFile string
Status string

The status of the PrivateZone service, including Creating, Active and Deleting.

CenId string

The ID of the CEN instance.

HostRegionId string

The service region. The service region is the target region of the PrivateZone service accessed through CEN.

Ids []string

A list of CEN private zone IDs. * host_region_id - (Optional) The service region is the target region of the PrivateZone service accessed through CEN.

OutputFile string
Status string

The status of the PrivateZone service, including Creating, Active and Deleting.

cenId string

The ID of the CEN instance.

hostRegionId string

The service region. The service region is the target region of the PrivateZone service accessed through CEN.

ids string[]

A list of CEN private zone IDs. * host_region_id - (Optional) The service region is the target region of the PrivateZone service accessed through CEN.

outputFile string
status string

The status of the PrivateZone service, including Creating, Active and Deleting.

cen_id str

The ID of the CEN instance.

host_region_id str

The service region. The service region is the target region of the PrivateZone service accessed through CEN.

ids List[str]

A list of CEN private zone IDs. * host_region_id - (Optional) The service region is the target region of the PrivateZone service accessed through CEN.

output_file str
status str

The status of the PrivateZone service, including Creating, Active and Deleting.

GetPrivateZones Result

The following output properties are available:

CenId string

The ID of the CEN instance.

Id string

The provider-assigned unique ID for this managed resource.

Ids List<string>

A list of CEN private zone IDs.

Zones List<Pulumi.AliCloud.Cen.Outputs.GetPrivateZonesZone>

A list of CEN private zones. Each element contains the following attributes:

HostRegionId string

The service region. The service region is the target region of the PrivateZone service accessed through CEN.

OutputFile string
Status string

The status of the PrivateZone service.

CenId string

The ID of the CEN instance.

Id string

The provider-assigned unique ID for this managed resource.

Ids []string

A list of CEN private zone IDs.

Zones []GetPrivateZonesZone

A list of CEN private zones. Each element contains the following attributes:

HostRegionId string

The service region. The service region is the target region of the PrivateZone service accessed through CEN.

OutputFile string
Status string

The status of the PrivateZone service.

cenId string

The ID of the CEN instance.

id string

The provider-assigned unique ID for this managed resource.

ids string[]

A list of CEN private zone IDs.

zones GetPrivateZonesZone[]

A list of CEN private zones. Each element contains the following attributes:

hostRegionId string

The service region. The service region is the target region of the PrivateZone service accessed through CEN.

outputFile string
status string

The status of the PrivateZone service.

cen_id str

The ID of the CEN instance.

id str

The provider-assigned unique ID for this managed resource.

ids List[str]

A list of CEN private zone IDs.

zones List[GetPrivateZonesZone]

A list of CEN private zones. Each element contains the following attributes:

host_region_id str

The service region. The service region is the target region of the PrivateZone service accessed through CEN.

output_file str
status str

The status of the PrivateZone service.

Supporting Types

GetPrivateZonesZone

See the output API doc for this type.

See the output API doc for this type.

See the output API doc for this type.

AccessRegionId string

The access region. The access region is the region of the cloud resource that accesses the PrivateZone service through CEN.

CenId string

The ID of the CEN instance.

HostRegionId string

The service region. The service region is the target region of the PrivateZone service accessed through CEN.

HostVpcId string

The VPC that belongs to the service region.

PrivateZoneDnsServers string

The DNS IP addresses of the PrivateZone service.

Status string

The status of the PrivateZone service, including Creating, Active and Deleting.

AccessRegionId string

The access region. The access region is the region of the cloud resource that accesses the PrivateZone service through CEN.

CenId string

The ID of the CEN instance.

HostRegionId string

The service region. The service region is the target region of the PrivateZone service accessed through CEN.

HostVpcId string

The VPC that belongs to the service region.

PrivateZoneDnsServers string

The DNS IP addresses of the PrivateZone service.

Status string

The status of the PrivateZone service, including Creating, Active and Deleting.

accessRegionId string

The access region. The access region is the region of the cloud resource that accesses the PrivateZone service through CEN.

cenId string

The ID of the CEN instance.

hostRegionId string

The service region. The service region is the target region of the PrivateZone service accessed through CEN.

hostVpcId string

The VPC that belongs to the service region.

privateZoneDnsServers string

The DNS IP addresses of the PrivateZone service.

status string

The status of the PrivateZone service, including Creating, Active and Deleting.

access_region_id str

The access region. The access region is the region of the cloud resource that accesses the PrivateZone service through CEN.

cen_id str

The ID of the CEN instance.

host_region_id str

The service region. The service region is the target region of the PrivateZone service accessed through CEN.

host_vpc_id str

The VPC that belongs to the service region.

privateZoneDnsServers str

The DNS IP addresses of the PrivateZone service.

status str

The status of the PrivateZone service, including Creating, Active and Deleting.

Package Details

Repository
https://github.com/pulumi/pulumi-alicloud
License
Apache-2.0
Notes
This Pulumi package is based on the alicloud Terraform Provider.