dns_private_views
Creates, updates, deletes, gets or lists a dns_private_views
resource.
Overview
Name | dns_private_views |
Type | Resource |
Id | azure_isv.oracle.dns_private_views |
Fields
- vw_dns_private_views
- dns_private_views
Name | Datatype | Description |
---|---|---|
display_name | text | field from the properties object |
dnsprivateviewocid | text | field from the properties object |
is_protected | text | field from the properties object |
lifecycle_state | text | field from the properties object |
location | text | field from the properties object |
ocid | text | field from the properties object |
provisioning_state | text | field from the properties object |
self | text | field from the properties object |
subscriptionId | text | field from the properties object |
time_created | text | field from the properties object |
time_updated | text | field from the properties object |
Name | Datatype | Description |
---|---|---|
properties | object | Views resource model |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | dnsprivateviewocid, location, subscriptionId | Get a DnsPrivateView |
list_by_location | SELECT | location, subscriptionId | List DnsPrivateView resources by Location |
SELECT
examples
List DnsPrivateView resources by Location
- vw_dns_private_views
- dns_private_views
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 }}';
SELECT
properties
FROM azure_isv.oracle.dns_private_views
WHERE location = '{{ location }}'
AND subscriptionId = '{{ subscriptionId }}';