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:
- Cen
Id string The ID of the CEN instance.
- Host
Region stringId 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.- Output
File string - Status string
The status of the PrivateZone service, including
Creating,ActiveandDeleting.
- Cen
Id string The ID of the CEN instance.
- Host
Region stringId 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.- Output
File string - Status string
The status of the PrivateZone service, including
Creating,ActiveandDeleting.
- cen
Id string The ID of the CEN instance.
- host
Region stringId 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.- output
File string - status string
The status of the PrivateZone service, including
Creating,ActiveandDeleting.
- cen_
id str The ID of the CEN instance.
- host_
region_ strid 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,ActiveandDeleting.
GetPrivateZones Result
The following output properties are available:
- Cen
Id 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.
Ali Cloud. Cen. Outputs. Get Private Zones Zone> A list of CEN private zones. Each element contains the following attributes:
- Host
Region stringId The service region. The service region is the target region of the PrivateZone service accessed through CEN.
- Output
File string - Status string
The status of the PrivateZone service.
- Cen
Id 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
[]Get
Private Zones Zone A list of CEN private zones. Each element contains the following attributes:
- Host
Region stringId The service region. The service region is the target region of the PrivateZone service accessed through CEN.
- Output
File string - Status string
The status of the PrivateZone service.
- cen
Id 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
Get
Private Zones Zone[] A list of CEN private zones. Each element contains the following attributes:
- host
Region stringId The service region. The service region is the target region of the PrivateZone service accessed through CEN.
- output
File 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[Get
Private Zones Zone] A list of CEN private zones. Each element contains the following attributes:
- host_
region_ strid 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.
- Access
Region stringId The access region. The access region is the region of the cloud resource that accesses the PrivateZone service through CEN.
- Cen
Id string The ID of the CEN instance.
- Host
Region stringId The service region. The service region is the target region of the PrivateZone service accessed through CEN.
- Host
Vpc stringId The VPC that belongs to the service region.
- Private
Zone stringDns Servers The DNS IP addresses of the PrivateZone service.
- Status string
The status of the PrivateZone service, including
Creating,ActiveandDeleting.
- Access
Region stringId The access region. The access region is the region of the cloud resource that accesses the PrivateZone service through CEN.
- Cen
Id string The ID of the CEN instance.
- Host
Region stringId The service region. The service region is the target region of the PrivateZone service accessed through CEN.
- Host
Vpc stringId The VPC that belongs to the service region.
- Private
Zone stringDns Servers The DNS IP addresses of the PrivateZone service.
- Status string
The status of the PrivateZone service, including
Creating,ActiveandDeleting.
- access
Region stringId The access region. The access region is the region of the cloud resource that accesses the PrivateZone service through CEN.
- cen
Id string The ID of the CEN instance.
- host
Region stringId The service region. The service region is the target region of the PrivateZone service accessed through CEN.
- host
Vpc stringId The VPC that belongs to the service region.
- private
Zone stringDns Servers The DNS IP addresses of the PrivateZone service.
- status string
The status of the PrivateZone service, including
Creating,ActiveandDeleting.
- access_
region_ strid 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_ strid The service region. The service region is the target region of the PrivateZone service accessed through CEN.
- host_
vpc_ strid The VPC that belongs to the service region.
- private
Zone strDns Servers The DNS IP addresses of the PrivateZone service.
- status str
The status of the PrivateZone service, including
Creating,ActiveandDeleting.
Package Details
- Repository
- https://github.com/pulumi/pulumi-alicloud
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
alicloudTerraform Provider.