Skip to main content

dns_private_zones

Creates, updates, deletes, gets or lists a dns_private_zones resource.

Overview

Namedns_private_zones
TypeResource
Idazure_isv.oracle.dns_private_zones

Fields

NameDatatypeDescription
dnsprivatezonenametextfield from the properties object
is_protectedtextfield from the properties object
lifecycle_statetextfield from the properties object
locationtextfield from the properties object
ocidtextfield from the properties object
provisioning_statetextfield from the properties object
selftextfield from the properties object
serialtextfield from the properties object
subscriptionIdtextfield from the properties object
time_createdtextfield from the properties object
versiontextfield from the properties object
view_idtextfield from the properties object
zone_typetextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTdnsprivatezonename, location, subscriptionIdGet a DnsPrivateZone
list_by_locationSELECTlocation, subscriptionIdList DnsPrivateZone resources by Location

SELECT examples

List DnsPrivateZone resources by Location

SELECT
dnsprivatezonename,
is_protected,
lifecycle_state,
location,
ocid,
provisioning_state,
self,
serial,
subscriptionId,
time_created,
version,
view_id,
zone_type
FROM azure_isv.oracle.vw_dns_private_zones
WHERE location = '{{ location }}'
AND subscriptionId = '{{ subscriptionId }}';