Skip to main content

dns_private_views

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

Overview

Namedns_private_views
TypeResource
Idazure_isv.oracle.dns_private_views

Fields

NameDatatypeDescription
display_nametextfield from the properties object
dnsprivateviewocidtextfield 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
subscriptionIdtextfield from the properties object
time_createdtextfield from the properties object
time_updatedtextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTdnsprivateviewocid, location, subscriptionIdGet a DnsPrivateView
list_by_locationSELECTlocation, subscriptionIdList DnsPrivateView resources by Location

SELECT examples

List DnsPrivateView resources by Location

SELECT
display_name,
dnsprivateviewocid,
is_protected,
lifecycle_state,
location,
ocid,
provisioning_state,
self,
subscriptionId,
time_created,
time_updated
FROM azure_isv.oracle.vw_dns_private_views
WHERE location = '{{ location }}'
AND subscriptionId = '{{ subscriptionId }}';