network.azure.com/v1api20180901
network.azure.com/v1api20180901
Package v1api20180901 contains API Schema definitions for the network v1api20180901 API group
APIVersion
(string
alias)
Value | Description |
---|---|
"2018-09-01" |
PrivateDnsZone
Generator information: - Generated from: /privatedns/resource-manager/Microsoft.Network/stable/2018-09-01/privatedns.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}p>
Field | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
metadata Kubernetes meta/v1.ObjectMeta |
Refer to the Kubernetes API documentation for the fields of the
metadata field.
|
||||||||||||
spec PrivateDnsZone_Spec |
|
||||||||||||
status PrivateDnsZone_STATUS |
PrivateDnsZoneOperatorSpec
(Appears on:PrivateDnsZone_Spec)
Details for configuring operator behavior. Fields in this struct are interpreted by the operator directly rather than being passed to Azure
Field | Description |
---|---|
configMapExpressions []genruntime/core.DestinationExpression |
ConfigMapExpressions: configures where to place operator written dynamic ConfigMaps (created with CEL expressions). |
secretExpressions []genruntime/core.DestinationExpression |
SecretExpressions: configures where to place operator written dynamic secrets (created with CEL expressions). |
PrivateDnsZone_STATUS
(Appears on:PrivateDnsZone)
Field | Description |
---|---|
conditions []genruntime/conditions.Condition |
Conditions: The observed state of the resource |
etag string |
Etag: The ETag of the zone. |
id string |
Id: Fully qualified resource Id for the resource. Example - ‘/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateDnsZoneName}’.p> |
location string |
Location: The Azure Region where the resource lives |
maxNumberOfRecordSets int |
MaxNumberOfRecordSets: The maximum number of record sets that can be created in this Private DNS zone. This is a read-only property and any attempt to set this value will be ignored. |
maxNumberOfVirtualNetworkLinks int |
MaxNumberOfVirtualNetworkLinks: The maximum number of virtual networks that can be linked to this Private DNS zone. This is a read-only property and any attempt to set this value will be ignored. |
maxNumberOfVirtualNetworkLinksWithRegistration int |
MaxNumberOfVirtualNetworkLinksWithRegistration: The maximum number of virtual networks that can be linked to this Private DNS zone with registration enabled. This is a read-only property and any attempt to set this value will be ignored. |
name string |
Name: The name of the resource |
numberOfRecordSets int |
NumberOfRecordSets: The current number of record sets in this Private DNS zone. This is a read-only property and any attempt to set this value will be ignored. |
numberOfVirtualNetworkLinks int |
NumberOfVirtualNetworkLinks: The current number of virtual networks that are linked to this Private DNS zone. This is a read-only property and any attempt to set this value will be ignored. |
numberOfVirtualNetworkLinksWithRegistration int |
NumberOfVirtualNetworkLinksWithRegistration: The current number of virtual networks that are linked to this Private DNS zone with registration enabled. This is a read-only property and any attempt to set this value will be ignored. |
provisioningState PrivateZoneProperties_ProvisioningState_STATUS |
ProvisioningState: The provisioning state of the resource. This is a read-only property and any attempt to set this value will be ignored. |
tags map[string]string |
Tags: Resource tags. |
type string |
Type: The type of the resource. Example - ‘Microsoft.Network/privateDnsZones’. |
PrivateDnsZone_Spec
(Appears on:PrivateDnsZone)
Field | Description |
---|---|
azureName string |
AzureName: The name of the resource in Azure. This is often the same as the name of the resource in Kubernetes but it doesn’t have to be. |
etag string |
Etag: The ETag of the zone. |
location string |
Location: The Azure Region where the resource lives |
operatorSpec PrivateDnsZoneOperatorSpec |
OperatorSpec: The specification for configuring operator behavior. This field is interpreted by the operator and not passed directly to Azure |
owner genruntime.KnownResourceReference |
Owner: The owner of the resource. The owner controls where the resource goes when it is deployed. The owner also controls the resources lifecycle. When the owner is deleted the resource will also be deleted. Owner is expected to be a reference to a resources.azure.com/ResourceGroup resource |
tags map[string]string |
Tags: Resource tags. |
PrivateZoneProperties_ProvisioningState_STATUS
(string
alias)
(Appears on:PrivateDnsZone_STATUS)
Value | Description |
---|---|
"Canceled" |
|
"Creating" |
|
"Deleting" |
|
"Failed" |
|
"Succeeded" |
|
"Updating" |