Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.dns/v1beta2.ManagedZone
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Creates a new ManagedZone.
Create ManagedZone Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ManagedZone(name: string, args?: ManagedZoneArgs, opts?: CustomResourceOptions);
@overload
def ManagedZone(resource_name: str,
args: Optional[ManagedZoneArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ManagedZone(resource_name: str,
opts: Optional[ResourceOptions] = None,
client_operation_id: Optional[str] = None,
cloud_logging_config: Optional[ManagedZoneCloudLoggingConfigArgs] = None,
creation_time: Optional[str] = None,
description: Optional[str] = None,
dns_name: Optional[str] = None,
dnssec_config: Optional[ManagedZoneDnsSecConfigArgs] = None,
forwarding_config: Optional[ManagedZoneForwardingConfigArgs] = None,
kind: Optional[str] = None,
labels: Optional[Mapping[str, str]] = None,
name: Optional[str] = None,
name_server_set: Optional[str] = None,
peering_config: Optional[ManagedZonePeeringConfigArgs] = None,
private_visibility_config: Optional[ManagedZonePrivateVisibilityConfigArgs] = None,
project: Optional[str] = None,
reverse_lookup_config: Optional[ManagedZoneReverseLookupConfigArgs] = None,
service_directory_config: Optional[ManagedZoneServiceDirectoryConfigArgs] = None,
visibility: Optional[ManagedZoneVisibility] = None)
func NewManagedZone(ctx *Context, name string, args *ManagedZoneArgs, opts ...ResourceOption) (*ManagedZone, error)
public ManagedZone(string name, ManagedZoneArgs? args = null, CustomResourceOptions? opts = null)
public ManagedZone(String name, ManagedZoneArgs args)
public ManagedZone(String name, ManagedZoneArgs args, CustomResourceOptions options)
type: google-native:dns/v1beta2:ManagedZone
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ManagedZoneArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ManagedZoneArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ManagedZoneArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ManagedZoneArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ManagedZoneArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var examplemanagedZoneResourceResourceFromDnsv1beta2 = new GoogleNative.DNS.V1Beta2.ManagedZone("examplemanagedZoneResourceResourceFromDnsv1beta2", new()
{
ClientOperationId = "string",
CloudLoggingConfig = new GoogleNative.DNS.V1Beta2.Inputs.ManagedZoneCloudLoggingConfigArgs
{
EnableLogging = false,
Kind = "string",
},
CreationTime = "string",
Description = "string",
DnsName = "string",
DnssecConfig = new GoogleNative.DNS.V1Beta2.Inputs.ManagedZoneDnsSecConfigArgs
{
DefaultKeySpecs = new[]
{
new GoogleNative.DNS.V1Beta2.Inputs.DnsKeySpecArgs
{
Algorithm = GoogleNative.DNS.V1Beta2.DnsKeySpecAlgorithm.Rsasha1,
KeyLength = 0,
KeyType = GoogleNative.DNS.V1Beta2.DnsKeySpecKeyType.KeySigning,
Kind = "string",
},
},
Kind = "string",
NonExistence = GoogleNative.DNS.V1Beta2.ManagedZoneDnsSecConfigNonExistence.Nsec,
State = GoogleNative.DNS.V1Beta2.ManagedZoneDnsSecConfigState.Off,
},
ForwardingConfig = new GoogleNative.DNS.V1Beta2.Inputs.ManagedZoneForwardingConfigArgs
{
Kind = "string",
TargetNameServers = new[]
{
new GoogleNative.DNS.V1Beta2.Inputs.ManagedZoneForwardingConfigNameServerTargetArgs
{
ForwardingPath = GoogleNative.DNS.V1Beta2.ManagedZoneForwardingConfigNameServerTargetForwardingPath.Default,
Ipv4Address = "string",
Ipv6Address = "string",
Kind = "string",
},
},
},
Kind = "string",
Labels =
{
{ "string", "string" },
},
Name = "string",
NameServerSet = "string",
PeeringConfig = new GoogleNative.DNS.V1Beta2.Inputs.ManagedZonePeeringConfigArgs
{
Kind = "string",
TargetNetwork = new GoogleNative.DNS.V1Beta2.Inputs.ManagedZonePeeringConfigTargetNetworkArgs
{
DeactivateTime = "string",
Kind = "string",
NetworkUrl = "string",
},
},
PrivateVisibilityConfig = new GoogleNative.DNS.V1Beta2.Inputs.ManagedZonePrivateVisibilityConfigArgs
{
GkeClusters = new[]
{
new GoogleNative.DNS.V1Beta2.Inputs.ManagedZonePrivateVisibilityConfigGKEClusterArgs
{
GkeClusterName = "string",
Kind = "string",
},
},
Kind = "string",
Networks = new[]
{
new GoogleNative.DNS.V1Beta2.Inputs.ManagedZonePrivateVisibilityConfigNetworkArgs
{
Kind = "string",
NetworkUrl = "string",
},
},
},
Project = "string",
ReverseLookupConfig = new GoogleNative.DNS.V1Beta2.Inputs.ManagedZoneReverseLookupConfigArgs
{
Kind = "string",
},
ServiceDirectoryConfig = new GoogleNative.DNS.V1Beta2.Inputs.ManagedZoneServiceDirectoryConfigArgs
{
Kind = "string",
Namespace = new GoogleNative.DNS.V1Beta2.Inputs.ManagedZoneServiceDirectoryConfigNamespaceArgs
{
DeletionTime = "string",
Kind = "string",
NamespaceUrl = "string",
},
},
Visibility = GoogleNative.DNS.V1Beta2.ManagedZoneVisibility.Public,
});
example, err := dnsv1beta2.NewManagedZone(ctx, "examplemanagedZoneResourceResourceFromDnsv1beta2", &dnsv1beta2.ManagedZoneArgs{
ClientOperationId: pulumi.String("string"),
CloudLoggingConfig: &dns.ManagedZoneCloudLoggingConfigArgs{
EnableLogging: pulumi.Bool(false),
Kind: pulumi.String("string"),
},
CreationTime: pulumi.String("string"),
Description: pulumi.String("string"),
DnsName: pulumi.String("string"),
DnssecConfig: &dns.ManagedZoneDnsSecConfigArgs{
DefaultKeySpecs: dns.DnsKeySpecArray{
&dns.DnsKeySpecArgs{
Algorithm: dnsv1beta2.DnsKeySpecAlgorithmRsasha1,
KeyLength: pulumi.Int(0),
KeyType: dnsv1beta2.DnsKeySpecKeyTypeKeySigning,
Kind: pulumi.String("string"),
},
},
Kind: pulumi.String("string"),
NonExistence: dnsv1beta2.ManagedZoneDnsSecConfigNonExistenceNsec,
State: dnsv1beta2.ManagedZoneDnsSecConfigStateOff,
},
ForwardingConfig: &dns.ManagedZoneForwardingConfigArgs{
Kind: pulumi.String("string"),
TargetNameServers: dns.ManagedZoneForwardingConfigNameServerTargetArray{
&dns.ManagedZoneForwardingConfigNameServerTargetArgs{
ForwardingPath: dnsv1beta2.ManagedZoneForwardingConfigNameServerTargetForwardingPathDefault,
Ipv4Address: pulumi.String("string"),
Ipv6Address: pulumi.String("string"),
Kind: pulumi.String("string"),
},
},
},
Kind: pulumi.String("string"),
Labels: pulumi.StringMap{
"string": pulumi.String("string"),
},
Name: pulumi.String("string"),
NameServerSet: pulumi.String("string"),
PeeringConfig: &dns.ManagedZonePeeringConfigArgs{
Kind: pulumi.String("string"),
TargetNetwork: &dns.ManagedZonePeeringConfigTargetNetworkArgs{
DeactivateTime: pulumi.String("string"),
Kind: pulumi.String("string"),
NetworkUrl: pulumi.String("string"),
},
},
PrivateVisibilityConfig: &dns.ManagedZonePrivateVisibilityConfigArgs{
GkeClusters: dns.ManagedZonePrivateVisibilityConfigGKEClusterArray{
&dns.ManagedZonePrivateVisibilityConfigGKEClusterArgs{
GkeClusterName: pulumi.String("string"),
Kind: pulumi.String("string"),
},
},
Kind: pulumi.String("string"),
Networks: dns.ManagedZonePrivateVisibilityConfigNetworkArray{
&dns.ManagedZonePrivateVisibilityConfigNetworkArgs{
Kind: pulumi.String("string"),
NetworkUrl: pulumi.String("string"),
},
},
},
Project: pulumi.String("string"),
ReverseLookupConfig: &dns.ManagedZoneReverseLookupConfigArgs{
Kind: pulumi.String("string"),
},
ServiceDirectoryConfig: &dns.ManagedZoneServiceDirectoryConfigArgs{
Kind: pulumi.String("string"),
Namespace: &dns.ManagedZoneServiceDirectoryConfigNamespaceArgs{
DeletionTime: pulumi.String("string"),
Kind: pulumi.String("string"),
NamespaceUrl: pulumi.String("string"),
},
},
Visibility: dnsv1beta2.ManagedZoneVisibilityPublic,
})
var examplemanagedZoneResourceResourceFromDnsv1beta2 = new ManagedZone("examplemanagedZoneResourceResourceFromDnsv1beta2", ManagedZoneArgs.builder()
.clientOperationId("string")
.cloudLoggingConfig(ManagedZoneCloudLoggingConfigArgs.builder()
.enableLogging(false)
.kind("string")
.build())
.creationTime("string")
.description("string")
.dnsName("string")
.dnssecConfig(ManagedZoneDnsSecConfigArgs.builder()
.defaultKeySpecs(DnsKeySpecArgs.builder()
.algorithm("rsasha1")
.keyLength(0)
.keyType("keySigning")
.kind("string")
.build())
.kind("string")
.nonExistence("nsec")
.state("off")
.build())
.forwardingConfig(ManagedZoneForwardingConfigArgs.builder()
.kind("string")
.targetNameServers(ManagedZoneForwardingConfigNameServerTargetArgs.builder()
.forwardingPath("default")
.ipv4Address("string")
.ipv6Address("string")
.kind("string")
.build())
.build())
.kind("string")
.labels(Map.of("string", "string"))
.name("string")
.nameServerSet("string")
.peeringConfig(ManagedZonePeeringConfigArgs.builder()
.kind("string")
.targetNetwork(ManagedZonePeeringConfigTargetNetworkArgs.builder()
.deactivateTime("string")
.kind("string")
.networkUrl("string")
.build())
.build())
.privateVisibilityConfig(ManagedZonePrivateVisibilityConfigArgs.builder()
.gkeClusters(ManagedZonePrivateVisibilityConfigGKEClusterArgs.builder()
.gkeClusterName("string")
.kind("string")
.build())
.kind("string")
.networks(ManagedZonePrivateVisibilityConfigNetworkArgs.builder()
.kind("string")
.networkUrl("string")
.build())
.build())
.project("string")
.reverseLookupConfig(ManagedZoneReverseLookupConfigArgs.builder()
.kind("string")
.build())
.serviceDirectoryConfig(ManagedZoneServiceDirectoryConfigArgs.builder()
.kind("string")
.namespace(ManagedZoneServiceDirectoryConfigNamespaceArgs.builder()
.deletionTime("string")
.kind("string")
.namespaceUrl("string")
.build())
.build())
.visibility("public")
.build());
examplemanaged_zone_resource_resource_from_dnsv1beta2 = google_native.dns.v1beta2.ManagedZone("examplemanagedZoneResourceResourceFromDnsv1beta2",
client_operation_id="string",
cloud_logging_config=google_native.dns.v1beta2.ManagedZoneCloudLoggingConfigArgs(
enable_logging=False,
kind="string",
),
creation_time="string",
description="string",
dns_name="string",
dnssec_config=google_native.dns.v1beta2.ManagedZoneDnsSecConfigArgs(
default_key_specs=[google_native.dns.v1beta2.DnsKeySpecArgs(
algorithm=google_native.dns.v1beta2.DnsKeySpecAlgorithm.RSASHA1,
key_length=0,
key_type=google_native.dns.v1beta2.DnsKeySpecKeyType.KEY_SIGNING,
kind="string",
)],
kind="string",
non_existence=google_native.dns.v1beta2.ManagedZoneDnsSecConfigNonExistence.NSEC,
state=google_native.dns.v1beta2.ManagedZoneDnsSecConfigState.OFF,
),
forwarding_config=google_native.dns.v1beta2.ManagedZoneForwardingConfigArgs(
kind="string",
target_name_servers=[google_native.dns.v1beta2.ManagedZoneForwardingConfigNameServerTargetArgs(
forwarding_path=google_native.dns.v1beta2.ManagedZoneForwardingConfigNameServerTargetForwardingPath.DEFAULT,
ipv4_address="string",
ipv6_address="string",
kind="string",
)],
),
kind="string",
labels={
"string": "string",
},
name="string",
name_server_set="string",
peering_config=google_native.dns.v1beta2.ManagedZonePeeringConfigArgs(
kind="string",
target_network=google_native.dns.v1beta2.ManagedZonePeeringConfigTargetNetworkArgs(
deactivate_time="string",
kind="string",
network_url="string",
),
),
private_visibility_config=google_native.dns.v1beta2.ManagedZonePrivateVisibilityConfigArgs(
gke_clusters=[google_native.dns.v1beta2.ManagedZonePrivateVisibilityConfigGKEClusterArgs(
gke_cluster_name="string",
kind="string",
)],
kind="string",
networks=[google_native.dns.v1beta2.ManagedZonePrivateVisibilityConfigNetworkArgs(
kind="string",
network_url="string",
)],
),
project="string",
reverse_lookup_config=google_native.dns.v1beta2.ManagedZoneReverseLookupConfigArgs(
kind="string",
),
service_directory_config=google_native.dns.v1beta2.ManagedZoneServiceDirectoryConfigArgs(
kind="string",
namespace=google_native.dns.v1beta2.ManagedZoneServiceDirectoryConfigNamespaceArgs(
deletion_time="string",
kind="string",
namespace_url="string",
),
),
visibility=google_native.dns.v1beta2.ManagedZoneVisibility.PUBLIC)
const examplemanagedZoneResourceResourceFromDnsv1beta2 = new google_native.dns.v1beta2.ManagedZone("examplemanagedZoneResourceResourceFromDnsv1beta2", {
clientOperationId: "string",
cloudLoggingConfig: {
enableLogging: false,
kind: "string",
},
creationTime: "string",
description: "string",
dnsName: "string",
dnssecConfig: {
defaultKeySpecs: [{
algorithm: google_native.dns.v1beta2.DnsKeySpecAlgorithm.Rsasha1,
keyLength: 0,
keyType: google_native.dns.v1beta2.DnsKeySpecKeyType.KeySigning,
kind: "string",
}],
kind: "string",
nonExistence: google_native.dns.v1beta2.ManagedZoneDnsSecConfigNonExistence.Nsec,
state: google_native.dns.v1beta2.ManagedZoneDnsSecConfigState.Off,
},
forwardingConfig: {
kind: "string",
targetNameServers: [{
forwardingPath: google_native.dns.v1beta2.ManagedZoneForwardingConfigNameServerTargetForwardingPath.Default,
ipv4Address: "string",
ipv6Address: "string",
kind: "string",
}],
},
kind: "string",
labels: {
string: "string",
},
name: "string",
nameServerSet: "string",
peeringConfig: {
kind: "string",
targetNetwork: {
deactivateTime: "string",
kind: "string",
networkUrl: "string",
},
},
privateVisibilityConfig: {
gkeClusters: [{
gkeClusterName: "string",
kind: "string",
}],
kind: "string",
networks: [{
kind: "string",
networkUrl: "string",
}],
},
project: "string",
reverseLookupConfig: {
kind: "string",
},
serviceDirectoryConfig: {
kind: "string",
namespace: {
deletionTime: "string",
kind: "string",
namespaceUrl: "string",
},
},
visibility: google_native.dns.v1beta2.ManagedZoneVisibility.Public,
});
type: google-native:dns/v1beta2:ManagedZone
properties:
clientOperationId: string
cloudLoggingConfig:
enableLogging: false
kind: string
creationTime: string
description: string
dnsName: string
dnssecConfig:
defaultKeySpecs:
- algorithm: rsasha1
keyLength: 0
keyType: keySigning
kind: string
kind: string
nonExistence: nsec
state: "off"
forwardingConfig:
kind: string
targetNameServers:
- forwardingPath: default
ipv4Address: string
ipv6Address: string
kind: string
kind: string
labels:
string: string
name: string
nameServerSet: string
peeringConfig:
kind: string
targetNetwork:
deactivateTime: string
kind: string
networkUrl: string
privateVisibilityConfig:
gkeClusters:
- gkeClusterName: string
kind: string
kind: string
networks:
- kind: string
networkUrl: string
project: string
reverseLookupConfig:
kind: string
serviceDirectoryConfig:
kind: string
namespace:
deletionTime: string
kind: string
namespaceUrl: string
visibility: public
ManagedZone Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The ManagedZone resource accepts the following input properties:
- Client
Operation stringId - For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
- Cloud
Logging Pulumi.Config Google Native. DNS. V1Beta2. Inputs. Managed Zone Cloud Logging Config - Creation
Time string - The time that this resource was created on the server. This is in RFC3339 text format. Output only.
- Description string
- A mutable string of at most 1024 characters associated with this resource for the user's convenience. Has no effect on the managed zone's function.
- Dns
Name string - The DNS name of this managed zone, for instance "example.com.".
- Dnssec
Config Pulumi.Google Native. DNS. V1Beta2. Inputs. Managed Zone Dns Sec Config - DNSSEC configuration.
- Forwarding
Config Pulumi.Google Native. DNS. V1Beta2. Inputs. Managed Zone Forwarding Config - The presence for this field indicates that outbound forwarding is enabled for this zone. The value of this field contains the set of destinations to forward to.
- Kind string
- Labels Dictionary<string, string>
- User labels.
- Name string
- User assigned name for this resource. Must be unique within the project. The name must be 1-63 characters long, must begin with a letter, end with a letter or digit, and only contain lowercase letters, digits or dashes.
- Name
Server stringSet - Optionally specifies the NameServerSet for this ManagedZone. A NameServerSet is a set of DNS name servers that all host the same ManagedZones. Most users leave this field unset. If you need to use this field, contact your account team.
- Peering
Config Pulumi.Google Native. DNS. V1Beta2. Inputs. Managed Zone Peering Config - The presence of this field indicates that DNS Peering is enabled for this zone. The value of this field contains the network to peer with.
- Private
Visibility Pulumi.Config Google Native. DNS. V1Beta2. Inputs. Managed Zone Private Visibility Config - For privately visible zones, the set of Virtual Private Cloud resources that the zone is visible from.
- Project string
- Reverse
Lookup Pulumi.Config Google Native. DNS. V1Beta2. Inputs. Managed Zone Reverse Lookup Config - The presence of this field indicates that this is a managed reverse lookup zone and Cloud DNS resolves reverse lookup queries using automatically configured records for VPC resources. This only applies to networks listed under private_visibility_config.
- Service
Directory Pulumi.Config Google Native. DNS. V1Beta2. Inputs. Managed Zone Service Directory Config - This field links to the associated service directory namespace. Do not set this field for public zones or forwarding zones.
- Visibility
Pulumi.
Google Native. DNS. V1Beta2. Managed Zone Visibility - The zone's visibility: public zones are exposed to the Internet, while private zones are visible only to Virtual Private Cloud resources.
- Client
Operation stringId - For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
- Cloud
Logging ManagedConfig Zone Cloud Logging Config Args - Creation
Time string - The time that this resource was created on the server. This is in RFC3339 text format. Output only.
- Description string
- A mutable string of at most 1024 characters associated with this resource for the user's convenience. Has no effect on the managed zone's function.
- Dns
Name string - The DNS name of this managed zone, for instance "example.com.".
- Dnssec
Config ManagedZone Dns Sec Config Args - DNSSEC configuration.
- Forwarding
Config ManagedZone Forwarding Config Args - The presence for this field indicates that outbound forwarding is enabled for this zone. The value of this field contains the set of destinations to forward to.
- Kind string
- Labels map[string]string
- User labels.
- Name string
- User assigned name for this resource. Must be unique within the project. The name must be 1-63 characters long, must begin with a letter, end with a letter or digit, and only contain lowercase letters, digits or dashes.
- Name
Server stringSet - Optionally specifies the NameServerSet for this ManagedZone. A NameServerSet is a set of DNS name servers that all host the same ManagedZones. Most users leave this field unset. If you need to use this field, contact your account team.
- Peering
Config ManagedZone Peering Config Args - The presence of this field indicates that DNS Peering is enabled for this zone. The value of this field contains the network to peer with.
- Private
Visibility ManagedConfig Zone Private Visibility Config Args - For privately visible zones, the set of Virtual Private Cloud resources that the zone is visible from.
- Project string
- Reverse
Lookup ManagedConfig Zone Reverse Lookup Config Args - The presence of this field indicates that this is a managed reverse lookup zone and Cloud DNS resolves reverse lookup queries using automatically configured records for VPC resources. This only applies to networks listed under private_visibility_config.
- Service
Directory ManagedConfig Zone Service Directory Config Args - This field links to the associated service directory namespace. Do not set this field for public zones or forwarding zones.
- Visibility
Managed
Zone Visibility - The zone's visibility: public zones are exposed to the Internet, while private zones are visible only to Virtual Private Cloud resources.
- client
Operation StringId - For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
- cloud
Logging ManagedConfig Zone Cloud Logging Config - creation
Time String - The time that this resource was created on the server. This is in RFC3339 text format. Output only.
- description String
- A mutable string of at most 1024 characters associated with this resource for the user's convenience. Has no effect on the managed zone's function.
- dns
Name String - The DNS name of this managed zone, for instance "example.com.".
- dnssec
Config ManagedZone Dns Sec Config - DNSSEC configuration.
- forwarding
Config ManagedZone Forwarding Config - The presence for this field indicates that outbound forwarding is enabled for this zone. The value of this field contains the set of destinations to forward to.
- kind String
- labels Map<String,String>
- User labels.
- name String
- User assigned name for this resource. Must be unique within the project. The name must be 1-63 characters long, must begin with a letter, end with a letter or digit, and only contain lowercase letters, digits or dashes.
- name
Server StringSet - Optionally specifies the NameServerSet for this ManagedZone. A NameServerSet is a set of DNS name servers that all host the same ManagedZones. Most users leave this field unset. If you need to use this field, contact your account team.
- peering
Config ManagedZone Peering Config - The presence of this field indicates that DNS Peering is enabled for this zone. The value of this field contains the network to peer with.
- private
Visibility ManagedConfig Zone Private Visibility Config - For privately visible zones, the set of Virtual Private Cloud resources that the zone is visible from.
- project String
- reverse
Lookup ManagedConfig Zone Reverse Lookup Config - The presence of this field indicates that this is a managed reverse lookup zone and Cloud DNS resolves reverse lookup queries using automatically configured records for VPC resources. This only applies to networks listed under private_visibility_config.
- service
Directory ManagedConfig Zone Service Directory Config - This field links to the associated service directory namespace. Do not set this field for public zones or forwarding zones.
- visibility
Managed
Zone Visibility - The zone's visibility: public zones are exposed to the Internet, while private zones are visible only to Virtual Private Cloud resources.
- client
Operation stringId - For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
- cloud
Logging ManagedConfig Zone Cloud Logging Config - creation
Time string - The time that this resource was created on the server. This is in RFC3339 text format. Output only.
- description string
- A mutable string of at most 1024 characters associated with this resource for the user's convenience. Has no effect on the managed zone's function.
- dns
Name string - The DNS name of this managed zone, for instance "example.com.".
- dnssec
Config ManagedZone Dns Sec Config - DNSSEC configuration.
- forwarding
Config ManagedZone Forwarding Config - The presence for this field indicates that outbound forwarding is enabled for this zone. The value of this field contains the set of destinations to forward to.
- kind string
- labels {[key: string]: string}
- User labels.
- name string
- User assigned name for this resource. Must be unique within the project. The name must be 1-63 characters long, must begin with a letter, end with a letter or digit, and only contain lowercase letters, digits or dashes.
- name
Server stringSet - Optionally specifies the NameServerSet for this ManagedZone. A NameServerSet is a set of DNS name servers that all host the same ManagedZones. Most users leave this field unset. If you need to use this field, contact your account team.
- peering
Config ManagedZone Peering Config - The presence of this field indicates that DNS Peering is enabled for this zone. The value of this field contains the network to peer with.
- private
Visibility ManagedConfig Zone Private Visibility Config - For privately visible zones, the set of Virtual Private Cloud resources that the zone is visible from.
- project string
- reverse
Lookup ManagedConfig Zone Reverse Lookup Config - The presence of this field indicates that this is a managed reverse lookup zone and Cloud DNS resolves reverse lookup queries using automatically configured records for VPC resources. This only applies to networks listed under private_visibility_config.
- service
Directory ManagedConfig Zone Service Directory Config - This field links to the associated service directory namespace. Do not set this field for public zones or forwarding zones.
- visibility
Managed
Zone Visibility - The zone's visibility: public zones are exposed to the Internet, while private zones are visible only to Virtual Private Cloud resources.
- client_
operation_ strid - For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
- cloud_
logging_ Managedconfig Zone Cloud Logging Config Args - creation_
time str - The time that this resource was created on the server. This is in RFC3339 text format. Output only.
- description str
- A mutable string of at most 1024 characters associated with this resource for the user's convenience. Has no effect on the managed zone's function.
- dns_
name str - The DNS name of this managed zone, for instance "example.com.".
- dnssec_
config ManagedZone Dns Sec Config Args - DNSSEC configuration.
- forwarding_
config ManagedZone Forwarding Config Args - The presence for this field indicates that outbound forwarding is enabled for this zone. The value of this field contains the set of destinations to forward to.
- kind str
- labels Mapping[str, str]
- User labels.
- name str
- User assigned name for this resource. Must be unique within the project. The name must be 1-63 characters long, must begin with a letter, end with a letter or digit, and only contain lowercase letters, digits or dashes.
- name_
server_ strset - Optionally specifies the NameServerSet for this ManagedZone. A NameServerSet is a set of DNS name servers that all host the same ManagedZones. Most users leave this field unset. If you need to use this field, contact your account team.
- peering_
config ManagedZone Peering Config Args - The presence of this field indicates that DNS Peering is enabled for this zone. The value of this field contains the network to peer with.
- private_
visibility_ Managedconfig Zone Private Visibility Config Args - For privately visible zones, the set of Virtual Private Cloud resources that the zone is visible from.
- project str
- reverse_
lookup_ Managedconfig Zone Reverse Lookup Config Args - The presence of this field indicates that this is a managed reverse lookup zone and Cloud DNS resolves reverse lookup queries using automatically configured records for VPC resources. This only applies to networks listed under private_visibility_config.
- service_
directory_ Managedconfig Zone Service Directory Config Args - This field links to the associated service directory namespace. Do not set this field for public zones or forwarding zones.
- visibility
Managed
Zone Visibility - The zone's visibility: public zones are exposed to the Internet, while private zones are visible only to Virtual Private Cloud resources.
- client
Operation StringId - For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
- cloud
Logging Property MapConfig - creation
Time String - The time that this resource was created on the server. This is in RFC3339 text format. Output only.
- description String
- A mutable string of at most 1024 characters associated with this resource for the user's convenience. Has no effect on the managed zone's function.
- dns
Name String - The DNS name of this managed zone, for instance "example.com.".
- dnssec
Config Property Map - DNSSEC configuration.
- forwarding
Config Property Map - The presence for this field indicates that outbound forwarding is enabled for this zone. The value of this field contains the set of destinations to forward to.
- kind String
- labels Map<String>
- User labels.
- name String
- User assigned name for this resource. Must be unique within the project. The name must be 1-63 characters long, must begin with a letter, end with a letter or digit, and only contain lowercase letters, digits or dashes.
- name
Server StringSet - Optionally specifies the NameServerSet for this ManagedZone. A NameServerSet is a set of DNS name servers that all host the same ManagedZones. Most users leave this field unset. If you need to use this field, contact your account team.
- peering
Config Property Map - The presence of this field indicates that DNS Peering is enabled for this zone. The value of this field contains the network to peer with.
- private
Visibility Property MapConfig - For privately visible zones, the set of Virtual Private Cloud resources that the zone is visible from.
- project String
- reverse
Lookup Property MapConfig - The presence of this field indicates that this is a managed reverse lookup zone and Cloud DNS resolves reverse lookup queries using automatically configured records for VPC resources. This only applies to networks listed under private_visibility_config.
- service
Directory Property MapConfig - This field links to the associated service directory namespace. Do not set this field for public zones or forwarding zones.
- visibility "public" | "private"
- The zone's visibility: public zones are exposed to the Internet, while private zones are visible only to Virtual Private Cloud resources.
Outputs
All input properties are implicitly available as output properties. Additionally, the ManagedZone resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Name
Servers List<string> - Delegate your managed_zone to these virtual name servers; defined by the server (output only)
- Id string
- The provider-assigned unique ID for this managed resource.
- Name
Servers []string - Delegate your managed_zone to these virtual name servers; defined by the server (output only)
- id String
- The provider-assigned unique ID for this managed resource.
- name
Servers List<String> - Delegate your managed_zone to these virtual name servers; defined by the server (output only)
- id string
- The provider-assigned unique ID for this managed resource.
- name
Servers string[] - Delegate your managed_zone to these virtual name servers; defined by the server (output only)
- id str
- The provider-assigned unique ID for this managed resource.
- name_
servers Sequence[str] - Delegate your managed_zone to these virtual name servers; defined by the server (output only)
- id String
- The provider-assigned unique ID for this managed resource.
- name
Servers List<String> - Delegate your managed_zone to these virtual name servers; defined by the server (output only)
Supporting Types
DnsKeySpec, DnsKeySpecArgs
- Algorithm
Pulumi.
Google Native. DNS. V1Beta2. Dns Key Spec Algorithm - String mnemonic specifying the DNSSEC algorithm of this key.
- Key
Length int - Length of the keys in bits.
- Key
Type Pulumi.Google Native. DNS. V1Beta2. Dns Key Spec Key Type - Specifies whether this is a key signing key (KSK) or a zone signing key (ZSK). Key signing keys have the Secure Entry Point flag set and, when active, are only used to sign resource record sets of type DNSKEY. Zone signing keys do not have the Secure Entry Point flag set and are used to sign all other types of resource record sets.
- Kind string
- Algorithm
Dns
Key Spec Algorithm - String mnemonic specifying the DNSSEC algorithm of this key.
- Key
Length int - Length of the keys in bits.
- Key
Type DnsKey Spec Key Type - Specifies whether this is a key signing key (KSK) or a zone signing key (ZSK). Key signing keys have the Secure Entry Point flag set and, when active, are only used to sign resource record sets of type DNSKEY. Zone signing keys do not have the Secure Entry Point flag set and are used to sign all other types of resource record sets.
- Kind string
- algorithm
Dns
Key Spec Algorithm - String mnemonic specifying the DNSSEC algorithm of this key.
- key
Length Integer - Length of the keys in bits.
- key
Type DnsKey Spec Key Type - Specifies whether this is a key signing key (KSK) or a zone signing key (ZSK). Key signing keys have the Secure Entry Point flag set and, when active, are only used to sign resource record sets of type DNSKEY. Zone signing keys do not have the Secure Entry Point flag set and are used to sign all other types of resource record sets.
- kind String
- algorithm
Dns
Key Spec Algorithm - String mnemonic specifying the DNSSEC algorithm of this key.
- key
Length number - Length of the keys in bits.
- key
Type DnsKey Spec Key Type - Specifies whether this is a key signing key (KSK) or a zone signing key (ZSK). Key signing keys have the Secure Entry Point flag set and, when active, are only used to sign resource record sets of type DNSKEY. Zone signing keys do not have the Secure Entry Point flag set and are used to sign all other types of resource record sets.
- kind string
- algorithm
Dns
Key Spec Algorithm - String mnemonic specifying the DNSSEC algorithm of this key.
- key_
length int - Length of the keys in bits.
- key_
type DnsKey Spec Key Type - Specifies whether this is a key signing key (KSK) or a zone signing key (ZSK). Key signing keys have the Secure Entry Point flag set and, when active, are only used to sign resource record sets of type DNSKEY. Zone signing keys do not have the Secure Entry Point flag set and are used to sign all other types of resource record sets.
- kind str
- algorithm "rsasha1" | "rsasha256" | "rsasha512" | "ecdsap256sha256" | "ecdsap384sha384"
- String mnemonic specifying the DNSSEC algorithm of this key.
- key
Length Number - Length of the keys in bits.
- key
Type "keySigning" | "zone Signing" - Specifies whether this is a key signing key (KSK) or a zone signing key (ZSK). Key signing keys have the Secure Entry Point flag set and, when active, are only used to sign resource record sets of type DNSKEY. Zone signing keys do not have the Secure Entry Point flag set and are used to sign all other types of resource record sets.
- kind String
DnsKeySpecAlgorithm, DnsKeySpecAlgorithmArgs
- Rsasha1
- rsasha1
- Rsasha256
- rsasha256
- Rsasha512
- rsasha512
- Ecdsap256sha256
- ecdsap256sha256
- Ecdsap384sha384
- ecdsap384sha384
- Dns
Key Spec Algorithm Rsasha1 - rsasha1
- Dns
Key Spec Algorithm Rsasha256 - rsasha256
- Dns
Key Spec Algorithm Rsasha512 - rsasha512
- Dns
Key Spec Algorithm Ecdsap256sha256 - ecdsap256sha256
- Dns
Key Spec Algorithm Ecdsap384sha384 - ecdsap384sha384
- Rsasha1
- rsasha1
- Rsasha256
- rsasha256
- Rsasha512
- rsasha512
- Ecdsap256sha256
- ecdsap256sha256
- Ecdsap384sha384
- ecdsap384sha384
- Rsasha1
- rsasha1
- Rsasha256
- rsasha256
- Rsasha512
- rsasha512
- Ecdsap256sha256
- ecdsap256sha256
- Ecdsap384sha384
- ecdsap384sha384
- RSASHA1
- rsasha1
- RSASHA256
- rsasha256
- RSASHA512
- rsasha512
- ECDSAP256SHA256
- ecdsap256sha256
- ECDSAP384SHA384
- ecdsap384sha384
- "rsasha1"
- rsasha1
- "rsasha256"
- rsasha256
- "rsasha512"
- rsasha512
- "ecdsap256sha256"
- ecdsap256sha256
- "ecdsap384sha384"
- ecdsap384sha384
DnsKeySpecKeyType, DnsKeySpecKeyTypeArgs
- Key
Signing - keySigning
- Zone
Signing - zoneSigning
- Dns
Key Spec Key Type Key Signing - keySigning
- Dns
Key Spec Key Type Zone Signing - zoneSigning
- Key
Signing - keySigning
- Zone
Signing - zoneSigning
- Key
Signing - keySigning
- Zone
Signing - zoneSigning
- KEY_SIGNING
- keySigning
- ZONE_SIGNING
- zoneSigning
- "key
Signing" - keySigning
- "zone
Signing" - zoneSigning
DnsKeySpecResponse, DnsKeySpecResponseArgs
- Algorithm string
- String mnemonic specifying the DNSSEC algorithm of this key.
- Key
Length int - Length of the keys in bits.
- Key
Type string - Specifies whether this is a key signing key (KSK) or a zone signing key (ZSK). Key signing keys have the Secure Entry Point flag set and, when active, are only used to sign resource record sets of type DNSKEY. Zone signing keys do not have the Secure Entry Point flag set and are used to sign all other types of resource record sets.
- Kind string
- Algorithm string
- String mnemonic specifying the DNSSEC algorithm of this key.
- Key
Length int - Length of the keys in bits.
- Key
Type string - Specifies whether this is a key signing key (KSK) or a zone signing key (ZSK). Key signing keys have the Secure Entry Point flag set and, when active, are only used to sign resource record sets of type DNSKEY. Zone signing keys do not have the Secure Entry Point flag set and are used to sign all other types of resource record sets.
- Kind string
- algorithm String
- String mnemonic specifying the DNSSEC algorithm of this key.
- key
Length Integer - Length of the keys in bits.
- key
Type String - Specifies whether this is a key signing key (KSK) or a zone signing key (ZSK). Key signing keys have the Secure Entry Point flag set and, when active, are only used to sign resource record sets of type DNSKEY. Zone signing keys do not have the Secure Entry Point flag set and are used to sign all other types of resource record sets.
- kind String
- algorithm string
- String mnemonic specifying the DNSSEC algorithm of this key.
- key
Length number - Length of the keys in bits.
- key
Type string - Specifies whether this is a key signing key (KSK) or a zone signing key (ZSK). Key signing keys have the Secure Entry Point flag set and, when active, are only used to sign resource record sets of type DNSKEY. Zone signing keys do not have the Secure Entry Point flag set and are used to sign all other types of resource record sets.
- kind string
- algorithm str
- String mnemonic specifying the DNSSEC algorithm of this key.
- key_
length int - Length of the keys in bits.
- key_
type str - Specifies whether this is a key signing key (KSK) or a zone signing key (ZSK). Key signing keys have the Secure Entry Point flag set and, when active, are only used to sign resource record sets of type DNSKEY. Zone signing keys do not have the Secure Entry Point flag set and are used to sign all other types of resource record sets.
- kind str
- algorithm String
- String mnemonic specifying the DNSSEC algorithm of this key.
- key
Length Number - Length of the keys in bits.
- key
Type String - Specifies whether this is a key signing key (KSK) or a zone signing key (ZSK). Key signing keys have the Secure Entry Point flag set and, when active, are only used to sign resource record sets of type DNSKEY. Zone signing keys do not have the Secure Entry Point flag set and are used to sign all other types of resource record sets.
- kind String
ManagedZoneCloudLoggingConfig, ManagedZoneCloudLoggingConfigArgs
- Enable
Logging bool - If set, enable query logging for this ManagedZone. False by default, making logging opt-in.
- Kind string
- Enable
Logging bool - If set, enable query logging for this ManagedZone. False by default, making logging opt-in.
- Kind string
- enable
Logging Boolean - If set, enable query logging for this ManagedZone. False by default, making logging opt-in.
- kind String
- enable
Logging boolean - If set, enable query logging for this ManagedZone. False by default, making logging opt-in.
- kind string
- enable_
logging bool - If set, enable query logging for this ManagedZone. False by default, making logging opt-in.
- kind str
- enable
Logging Boolean - If set, enable query logging for this ManagedZone. False by default, making logging opt-in.
- kind String
ManagedZoneCloudLoggingConfigResponse, ManagedZoneCloudLoggingConfigResponseArgs
- Enable
Logging bool - If set, enable query logging for this ManagedZone. False by default, making logging opt-in.
- Kind string
- Enable
Logging bool - If set, enable query logging for this ManagedZone. False by default, making logging opt-in.
- Kind string
- enable
Logging Boolean - If set, enable query logging for this ManagedZone. False by default, making logging opt-in.
- kind String
- enable
Logging boolean - If set, enable query logging for this ManagedZone. False by default, making logging opt-in.
- kind string
- enable_
logging bool - If set, enable query logging for this ManagedZone. False by default, making logging opt-in.
- kind str
- enable
Logging Boolean - If set, enable query logging for this ManagedZone. False by default, making logging opt-in.
- kind String
ManagedZoneDnsSecConfig, ManagedZoneDnsSecConfigArgs
- Default
Key List<Pulumi.Specs Google Native. DNS. V1Beta2. Inputs. Dns Key Spec> - Specifies parameters for generating initial DnsKeys for this ManagedZone. Can only be changed while the state is OFF.
- Kind string
- Non
Existence Pulumi.Google Native. DNS. V1Beta2. Managed Zone Dns Sec Config Non Existence - Specifies the mechanism for authenticated denial-of-existence responses. Can only be changed while the state is OFF.
- State
Pulumi.
Google Native. DNS. V1Beta2. Managed Zone Dns Sec Config State - Specifies whether DNSSEC is enabled, and what mode it is in.
- Default
Key []DnsSpecs Key Spec - Specifies parameters for generating initial DnsKeys for this ManagedZone. Can only be changed while the state is OFF.
- Kind string
- Non
Existence ManagedZone Dns Sec Config Non Existence - Specifies the mechanism for authenticated denial-of-existence responses. Can only be changed while the state is OFF.
- State
Managed
Zone Dns Sec Config State - Specifies whether DNSSEC is enabled, and what mode it is in.
- default
Key List<DnsSpecs Key Spec> - Specifies parameters for generating initial DnsKeys for this ManagedZone. Can only be changed while the state is OFF.
- kind String
- non
Existence ManagedZone Dns Sec Config Non Existence - Specifies the mechanism for authenticated denial-of-existence responses. Can only be changed while the state is OFF.
- state
Managed
Zone Dns Sec Config State - Specifies whether DNSSEC is enabled, and what mode it is in.
- default
Key DnsSpecs Key Spec[] - Specifies parameters for generating initial DnsKeys for this ManagedZone. Can only be changed while the state is OFF.
- kind string
- non
Existence ManagedZone Dns Sec Config Non Existence - Specifies the mechanism for authenticated denial-of-existence responses. Can only be changed while the state is OFF.
- state
Managed
Zone Dns Sec Config State - Specifies whether DNSSEC is enabled, and what mode it is in.
- default_
key_ Sequence[Dnsspecs Key Spec] - Specifies parameters for generating initial DnsKeys for this ManagedZone. Can only be changed while the state is OFF.
- kind str
- non_
existence ManagedZone Dns Sec Config Non Existence - Specifies the mechanism for authenticated denial-of-existence responses. Can only be changed while the state is OFF.
- state
Managed
Zone Dns Sec Config State - Specifies whether DNSSEC is enabled, and what mode it is in.
- default
Key List<Property Map>Specs - Specifies parameters for generating initial DnsKeys for this ManagedZone. Can only be changed while the state is OFF.
- kind String
- non
Existence "nsec" | "nsec3" - Specifies the mechanism for authenticated denial-of-existence responses. Can only be changed while the state is OFF.
- state "off" | "on" | "transfer"
- Specifies whether DNSSEC is enabled, and what mode it is in.
ManagedZoneDnsSecConfigNonExistence, ManagedZoneDnsSecConfigNonExistenceArgs
- Nsec
- nsec
- Nsec3
- nsec3
- Managed
Zone Dns Sec Config Non Existence Nsec - nsec
- Managed
Zone Dns Sec Config Non Existence Nsec3 - nsec3
- Nsec
- nsec
- Nsec3
- nsec3
- Nsec
- nsec
- Nsec3
- nsec3
- NSEC
- nsec
- NSEC3
- nsec3
- "nsec"
- nsec
- "nsec3"
- nsec3
ManagedZoneDnsSecConfigResponse, ManagedZoneDnsSecConfigResponseArgs
- Default
Key List<Pulumi.Specs Google Native. DNS. V1Beta2. Inputs. Dns Key Spec Response> - Specifies parameters for generating initial DnsKeys for this ManagedZone. Can only be changed while the state is OFF.
- Kind string
- Non
Existence string - Specifies the mechanism for authenticated denial-of-existence responses. Can only be changed while the state is OFF.
- State string
- Specifies whether DNSSEC is enabled, and what mode it is in.
- Default
Key []DnsSpecs Key Spec Response - Specifies parameters for generating initial DnsKeys for this ManagedZone. Can only be changed while the state is OFF.
- Kind string
- Non
Existence string - Specifies the mechanism for authenticated denial-of-existence responses. Can only be changed while the state is OFF.
- State string
- Specifies whether DNSSEC is enabled, and what mode it is in.
- default
Key List<DnsSpecs Key Spec Response> - Specifies parameters for generating initial DnsKeys for this ManagedZone. Can only be changed while the state is OFF.
- kind String
- non
Existence String - Specifies the mechanism for authenticated denial-of-existence responses. Can only be changed while the state is OFF.
- state String
- Specifies whether DNSSEC is enabled, and what mode it is in.
- default
Key DnsSpecs Key Spec Response[] - Specifies parameters for generating initial DnsKeys for this ManagedZone. Can only be changed while the state is OFF.
- kind string
- non
Existence string - Specifies the mechanism for authenticated denial-of-existence responses. Can only be changed while the state is OFF.
- state string
- Specifies whether DNSSEC is enabled, and what mode it is in.
- default_
key_ Sequence[Dnsspecs Key Spec Response] - Specifies parameters for generating initial DnsKeys for this ManagedZone. Can only be changed while the state is OFF.
- kind str
- non_
existence str - Specifies the mechanism for authenticated denial-of-existence responses. Can only be changed while the state is OFF.
- state str
- Specifies whether DNSSEC is enabled, and what mode it is in.
- default
Key List<Property Map>Specs - Specifies parameters for generating initial DnsKeys for this ManagedZone. Can only be changed while the state is OFF.
- kind String
- non
Existence String - Specifies the mechanism for authenticated denial-of-existence responses. Can only be changed while the state is OFF.
- state String
- Specifies whether DNSSEC is enabled, and what mode it is in.
ManagedZoneDnsSecConfigState, ManagedZoneDnsSecConfigStateArgs
- Off
- offDNSSEC is disabled; the zone is not signed.
- On
- onDNSSEC is enabled; the zone is signed and fully managed.
- Transfer
- transferDNSSEC is enabled, but in a "transfer" mode.
- Managed
Zone Dns Sec Config State Off - offDNSSEC is disabled; the zone is not signed.
- Managed
Zone Dns Sec Config State On - onDNSSEC is enabled; the zone is signed and fully managed.
- Managed
Zone Dns Sec Config State Transfer - transferDNSSEC is enabled, but in a "transfer" mode.
- Off
- offDNSSEC is disabled; the zone is not signed.
- On
- onDNSSEC is enabled; the zone is signed and fully managed.
- Transfer
- transferDNSSEC is enabled, but in a "transfer" mode.
- Off
- offDNSSEC is disabled; the zone is not signed.
- On
- onDNSSEC is enabled; the zone is signed and fully managed.
- Transfer
- transferDNSSEC is enabled, but in a "transfer" mode.
- OFF
- offDNSSEC is disabled; the zone is not signed.
- ON
- onDNSSEC is enabled; the zone is signed and fully managed.
- TRANSFER
- transferDNSSEC is enabled, but in a "transfer" mode.
- "off"
- offDNSSEC is disabled; the zone is not signed.
- "on"
- onDNSSEC is enabled; the zone is signed and fully managed.
- "transfer"
- transferDNSSEC is enabled, but in a "transfer" mode.
ManagedZoneForwardingConfig, ManagedZoneForwardingConfigArgs
- Kind string
- Target
Name List<Pulumi.Servers Google Native. DNS. V1Beta2. Inputs. Managed Zone Forwarding Config Name Server Target> - List of target name servers to forward to. Cloud DNS selects the best available name server if more than one target is given.
- Kind string
- Target
Name []ManagedServers Zone Forwarding Config Name Server Target - List of target name servers to forward to. Cloud DNS selects the best available name server if more than one target is given.
- kind String
- target
Name List<ManagedServers Zone Forwarding Config Name Server Target> - List of target name servers to forward to. Cloud DNS selects the best available name server if more than one target is given.
- kind string
- target
Name ManagedServers Zone Forwarding Config Name Server Target[] - List of target name servers to forward to. Cloud DNS selects the best available name server if more than one target is given.
- kind str
- target_
name_ Sequence[Managedservers Zone Forwarding Config Name Server Target] - List of target name servers to forward to. Cloud DNS selects the best available name server if more than one target is given.
- kind String
- target
Name List<Property Map>Servers - List of target name servers to forward to. Cloud DNS selects the best available name server if more than one target is given.
ManagedZoneForwardingConfigNameServerTarget, ManagedZoneForwardingConfigNameServerTargetArgs
- Forwarding
Path Pulumi.Google Native. DNS. V1Beta2. Managed Zone Forwarding Config Name Server Target Forwarding Path - Forwarding path for this NameServerTarget. If unset or set to DEFAULT, Cloud DNS makes forwarding decisions based on IP address ranges; that is, RFC1918 addresses go to the VPC network, non-RFC1918 addresses go to the internet. When set to PRIVATE, Cloud DNS always sends queries through the VPC network for this target.
- Ipv4Address string
- IPv4 address of a target name server.
- Ipv6Address string
- IPv6 address of a target name server. Does not accept both fields (ipv4 & ipv6) being populated. Public preview as of November 2022.
- Kind string
- Forwarding
Path ManagedZone Forwarding Config Name Server Target Forwarding Path - Forwarding path for this NameServerTarget. If unset or set to DEFAULT, Cloud DNS makes forwarding decisions based on IP address ranges; that is, RFC1918 addresses go to the VPC network, non-RFC1918 addresses go to the internet. When set to PRIVATE, Cloud DNS always sends queries through the VPC network for this target.
- Ipv4Address string
- IPv4 address of a target name server.
- Ipv6Address string
- IPv6 address of a target name server. Does not accept both fields (ipv4 & ipv6) being populated. Public preview as of November 2022.
- Kind string
- forwarding
Path ManagedZone Forwarding Config Name Server Target Forwarding Path - Forwarding path for this NameServerTarget. If unset or set to DEFAULT, Cloud DNS makes forwarding decisions based on IP address ranges; that is, RFC1918 addresses go to the VPC network, non-RFC1918 addresses go to the internet. When set to PRIVATE, Cloud DNS always sends queries through the VPC network for this target.
- ipv4Address String
- IPv4 address of a target name server.
- ipv6Address String
- IPv6 address of a target name server. Does not accept both fields (ipv4 & ipv6) being populated. Public preview as of November 2022.
- kind String
- forwarding
Path ManagedZone Forwarding Config Name Server Target Forwarding Path - Forwarding path for this NameServerTarget. If unset or set to DEFAULT, Cloud DNS makes forwarding decisions based on IP address ranges; that is, RFC1918 addresses go to the VPC network, non-RFC1918 addresses go to the internet. When set to PRIVATE, Cloud DNS always sends queries through the VPC network for this target.
- ipv4Address string
- IPv4 address of a target name server.
- ipv6Address string
- IPv6 address of a target name server. Does not accept both fields (ipv4 & ipv6) being populated. Public preview as of November 2022.
- kind string
- forwarding_
path ManagedZone Forwarding Config Name Server Target Forwarding Path - Forwarding path for this NameServerTarget. If unset or set to DEFAULT, Cloud DNS makes forwarding decisions based on IP address ranges; that is, RFC1918 addresses go to the VPC network, non-RFC1918 addresses go to the internet. When set to PRIVATE, Cloud DNS always sends queries through the VPC network for this target.
- ipv4_
address str - IPv4 address of a target name server.
- ipv6_
address str - IPv6 address of a target name server. Does not accept both fields (ipv4 & ipv6) being populated. Public preview as of November 2022.
- kind str
- forwarding
Path "default" | "private" - Forwarding path for this NameServerTarget. If unset or set to DEFAULT, Cloud DNS makes forwarding decisions based on IP address ranges; that is, RFC1918 addresses go to the VPC network, non-RFC1918 addresses go to the internet. When set to PRIVATE, Cloud DNS always sends queries through the VPC network for this target.
- ipv4Address String
- IPv4 address of a target name server.
- ipv6Address String
- IPv6 address of a target name server. Does not accept both fields (ipv4 & ipv6) being populated. Public preview as of November 2022.
- kind String
ManagedZoneForwardingConfigNameServerTargetForwardingPath, ManagedZoneForwardingConfigNameServerTargetForwardingPathArgs
- Default
- defaultCloud DNS makes forwarding decisions based on address ranges; that is, RFC1918 addresses forward to the target through the VPC and non-RFC1918 addresses forward to the target through the internet
- Private
- privateCloud DNS always forwards to this target through the VPC.
- Managed
Zone Forwarding Config Name Server Target Forwarding Path Default - defaultCloud DNS makes forwarding decisions based on address ranges; that is, RFC1918 addresses forward to the target through the VPC and non-RFC1918 addresses forward to the target through the internet
- Managed
Zone Forwarding Config Name Server Target Forwarding Path Private - privateCloud DNS always forwards to this target through the VPC.
- Default
- defaultCloud DNS makes forwarding decisions based on address ranges; that is, RFC1918 addresses forward to the target through the VPC and non-RFC1918 addresses forward to the target through the internet
- Private
- privateCloud DNS always forwards to this target through the VPC.
- Default
- defaultCloud DNS makes forwarding decisions based on address ranges; that is, RFC1918 addresses forward to the target through the VPC and non-RFC1918 addresses forward to the target through the internet
- Private
- privateCloud DNS always forwards to this target through the VPC.
- DEFAULT
- defaultCloud DNS makes forwarding decisions based on address ranges; that is, RFC1918 addresses forward to the target through the VPC and non-RFC1918 addresses forward to the target through the internet
- PRIVATE
- privateCloud DNS always forwards to this target through the VPC.
- "default"
- defaultCloud DNS makes forwarding decisions based on address ranges; that is, RFC1918 addresses forward to the target through the VPC and non-RFC1918 addresses forward to the target through the internet
- "private"
- privateCloud DNS always forwards to this target through the VPC.
ManagedZoneForwardingConfigNameServerTargetResponse, ManagedZoneForwardingConfigNameServerTargetResponseArgs
- Forwarding
Path string - Forwarding path for this NameServerTarget. If unset or set to DEFAULT, Cloud DNS makes forwarding decisions based on IP address ranges; that is, RFC1918 addresses go to the VPC network, non-RFC1918 addresses go to the internet. When set to PRIVATE, Cloud DNS always sends queries through the VPC network for this target.
- Ipv4Address string
- IPv4 address of a target name server.
- Ipv6Address string
- IPv6 address of a target name server. Does not accept both fields (ipv4 & ipv6) being populated. Public preview as of November 2022.
- Kind string
- Forwarding
Path string - Forwarding path for this NameServerTarget. If unset or set to DEFAULT, Cloud DNS makes forwarding decisions based on IP address ranges; that is, RFC1918 addresses go to the VPC network, non-RFC1918 addresses go to the internet. When set to PRIVATE, Cloud DNS always sends queries through the VPC network for this target.
- Ipv4Address string
- IPv4 address of a target name server.
- Ipv6Address string
- IPv6 address of a target name server. Does not accept both fields (ipv4 & ipv6) being populated. Public preview as of November 2022.
- Kind string
- forwarding
Path String - Forwarding path for this NameServerTarget. If unset or set to DEFAULT, Cloud DNS makes forwarding decisions based on IP address ranges; that is, RFC1918 addresses go to the VPC network, non-RFC1918 addresses go to the internet. When set to PRIVATE, Cloud DNS always sends queries through the VPC network for this target.
- ipv4Address String
- IPv4 address of a target name server.
- ipv6Address String
- IPv6 address of a target name server. Does not accept both fields (ipv4 & ipv6) being populated. Public preview as of November 2022.
- kind String
- forwarding
Path string - Forwarding path for this NameServerTarget. If unset or set to DEFAULT, Cloud DNS makes forwarding decisions based on IP address ranges; that is, RFC1918 addresses go to the VPC network, non-RFC1918 addresses go to the internet. When set to PRIVATE, Cloud DNS always sends queries through the VPC network for this target.
- ipv4Address string
- IPv4 address of a target name server.
- ipv6Address string
- IPv6 address of a target name server. Does not accept both fields (ipv4 & ipv6) being populated. Public preview as of November 2022.
- kind string
- forwarding_
path str - Forwarding path for this NameServerTarget. If unset or set to DEFAULT, Cloud DNS makes forwarding decisions based on IP address ranges; that is, RFC1918 addresses go to the VPC network, non-RFC1918 addresses go to the internet. When set to PRIVATE, Cloud DNS always sends queries through the VPC network for this target.
- ipv4_
address str - IPv4 address of a target name server.
- ipv6_
address str - IPv6 address of a target name server. Does not accept both fields (ipv4 & ipv6) being populated. Public preview as of November 2022.
- kind str
- forwarding
Path String - Forwarding path for this NameServerTarget. If unset or set to DEFAULT, Cloud DNS makes forwarding decisions based on IP address ranges; that is, RFC1918 addresses go to the VPC network, non-RFC1918 addresses go to the internet. When set to PRIVATE, Cloud DNS always sends queries through the VPC network for this target.
- ipv4Address String
- IPv4 address of a target name server.
- ipv6Address String
- IPv6 address of a target name server. Does not accept both fields (ipv4 & ipv6) being populated. Public preview as of November 2022.
- kind String
ManagedZoneForwardingConfigResponse, ManagedZoneForwardingConfigResponseArgs
- Kind string
- Target
Name List<Pulumi.Servers Google Native. DNS. V1Beta2. Inputs. Managed Zone Forwarding Config Name Server Target Response> - List of target name servers to forward to. Cloud DNS selects the best available name server if more than one target is given.
- Kind string
- Target
Name []ManagedServers Zone Forwarding Config Name Server Target Response - List of target name servers to forward to. Cloud DNS selects the best available name server if more than one target is given.
- kind String
- target
Name List<ManagedServers Zone Forwarding Config Name Server Target Response> - List of target name servers to forward to. Cloud DNS selects the best available name server if more than one target is given.
- kind string
- target
Name ManagedServers Zone Forwarding Config Name Server Target Response[] - List of target name servers to forward to. Cloud DNS selects the best available name server if more than one target is given.
- kind str
- target_
name_ Sequence[Managedservers Zone Forwarding Config Name Server Target Response] - List of target name servers to forward to. Cloud DNS selects the best available name server if more than one target is given.
- kind String
- target
Name List<Property Map>Servers - List of target name servers to forward to. Cloud DNS selects the best available name server if more than one target is given.
ManagedZonePeeringConfig, ManagedZonePeeringConfigArgs
- Kind string
- Target
Network Pulumi.Google Native. DNS. V1Beta2. Inputs. Managed Zone Peering Config Target Network - The network with which to peer.
- Kind string
- Target
Network ManagedZone Peering Config Target Network - The network with which to peer.
- kind String
- target
Network ManagedZone Peering Config Target Network - The network with which to peer.
- kind string
- target
Network ManagedZone Peering Config Target Network - The network with which to peer.
- kind str
- target_
network ManagedZone Peering Config Target Network - The network with which to peer.
- kind String
- target
Network Property Map - The network with which to peer.
ManagedZonePeeringConfigResponse, ManagedZonePeeringConfigResponseArgs
- Kind string
- Target
Network Pulumi.Google Native. DNS. V1Beta2. Inputs. Managed Zone Peering Config Target Network Response - The network with which to peer.
- Kind string
- Target
Network ManagedZone Peering Config Target Network Response - The network with which to peer.
- kind String
- target
Network ManagedZone Peering Config Target Network Response - The network with which to peer.
- kind string
- target
Network ManagedZone Peering Config Target Network Response - The network with which to peer.
- kind str
- target_
network ManagedZone Peering Config Target Network Response - The network with which to peer.
- kind String
- target
Network Property Map - The network with which to peer.
ManagedZonePeeringConfigTargetNetwork, ManagedZonePeeringConfigTargetNetworkArgs
- Deactivate
Time string - The time at which the zone was deactivated, in RFC 3339 date-time format. An empty string indicates that the peering connection is active. The producer network can deactivate a zone. The zone is automatically deactivated if the producer network that the zone targeted is deleted. Output only.
- Kind string
- Network
Url string - The fully qualified URL of the VPC network to forward queries to. This should be formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
- Deactivate
Time string - The time at which the zone was deactivated, in RFC 3339 date-time format. An empty string indicates that the peering connection is active. The producer network can deactivate a zone. The zone is automatically deactivated if the producer network that the zone targeted is deleted. Output only.
- Kind string
- Network
Url string - The fully qualified URL of the VPC network to forward queries to. This should be formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
- deactivate
Time String - The time at which the zone was deactivated, in RFC 3339 date-time format. An empty string indicates that the peering connection is active. The producer network can deactivate a zone. The zone is automatically deactivated if the producer network that the zone targeted is deleted. Output only.
- kind String
- network
Url String - The fully qualified URL of the VPC network to forward queries to. This should be formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
- deactivate
Time string - The time at which the zone was deactivated, in RFC 3339 date-time format. An empty string indicates that the peering connection is active. The producer network can deactivate a zone. The zone is automatically deactivated if the producer network that the zone targeted is deleted. Output only.
- kind string
- network
Url string - The fully qualified URL of the VPC network to forward queries to. This should be formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
- deactivate_
time str - The time at which the zone was deactivated, in RFC 3339 date-time format. An empty string indicates that the peering connection is active. The producer network can deactivate a zone. The zone is automatically deactivated if the producer network that the zone targeted is deleted. Output only.
- kind str
- network_
url str - The fully qualified URL of the VPC network to forward queries to. This should be formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
- deactivate
Time String - The time at which the zone was deactivated, in RFC 3339 date-time format. An empty string indicates that the peering connection is active. The producer network can deactivate a zone. The zone is automatically deactivated if the producer network that the zone targeted is deleted. Output only.
- kind String
- network
Url String - The fully qualified URL of the VPC network to forward queries to. This should be formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
ManagedZonePeeringConfigTargetNetworkResponse, ManagedZonePeeringConfigTargetNetworkResponseArgs
- Deactivate
Time string - The time at which the zone was deactivated, in RFC 3339 date-time format. An empty string indicates that the peering connection is active. The producer network can deactivate a zone. The zone is automatically deactivated if the producer network that the zone targeted is deleted. Output only.
- Kind string
- Network
Url string - The fully qualified URL of the VPC network to forward queries to. This should be formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
- Deactivate
Time string - The time at which the zone was deactivated, in RFC 3339 date-time format. An empty string indicates that the peering connection is active. The producer network can deactivate a zone. The zone is automatically deactivated if the producer network that the zone targeted is deleted. Output only.
- Kind string
- Network
Url string - The fully qualified URL of the VPC network to forward queries to. This should be formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
- deactivate
Time String - The time at which the zone was deactivated, in RFC 3339 date-time format. An empty string indicates that the peering connection is active. The producer network can deactivate a zone. The zone is automatically deactivated if the producer network that the zone targeted is deleted. Output only.
- kind String
- network
Url String - The fully qualified URL of the VPC network to forward queries to. This should be formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
- deactivate
Time string - The time at which the zone was deactivated, in RFC 3339 date-time format. An empty string indicates that the peering connection is active. The producer network can deactivate a zone. The zone is automatically deactivated if the producer network that the zone targeted is deleted. Output only.
- kind string
- network
Url string - The fully qualified URL of the VPC network to forward queries to. This should be formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
- deactivate_
time str - The time at which the zone was deactivated, in RFC 3339 date-time format. An empty string indicates that the peering connection is active. The producer network can deactivate a zone. The zone is automatically deactivated if the producer network that the zone targeted is deleted. Output only.
- kind str
- network_
url str - The fully qualified URL of the VPC network to forward queries to. This should be formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
- deactivate
Time String - The time at which the zone was deactivated, in RFC 3339 date-time format. An empty string indicates that the peering connection is active. The producer network can deactivate a zone. The zone is automatically deactivated if the producer network that the zone targeted is deleted. Output only.
- kind String
- network
Url String - The fully qualified URL of the VPC network to forward queries to. This should be formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
ManagedZonePrivateVisibilityConfig, ManagedZonePrivateVisibilityConfigArgs
- Gke
Clusters List<Pulumi.Google Native. DNS. V1Beta2. Inputs. Managed Zone Private Visibility Config GKECluster> - The list of Google Kubernetes Engine clusters that can see this zone.
- Kind string
- Networks
List<Pulumi.
Google Native. DNS. V1Beta2. Inputs. Managed Zone Private Visibility Config Network> - The list of VPC networks that can see this zone.
- Gke
Clusters []ManagedZone Private Visibility Config GKECluster - The list of Google Kubernetes Engine clusters that can see this zone.
- Kind string
- Networks
[]Managed
Zone Private Visibility Config Network - The list of VPC networks that can see this zone.
- gke
Clusters List<ManagedZone Private Visibility Config GKECluster> - The list of Google Kubernetes Engine clusters that can see this zone.
- kind String
- networks
List<Managed
Zone Private Visibility Config Network> - The list of VPC networks that can see this zone.
- gke
Clusters ManagedZone Private Visibility Config GKECluster[] - The list of Google Kubernetes Engine clusters that can see this zone.
- kind string
- networks
Managed
Zone Private Visibility Config Network[] - The list of VPC networks that can see this zone.
- gke_
clusters Sequence[ManagedZone Private Visibility Config GKECluster] - The list of Google Kubernetes Engine clusters that can see this zone.
- kind str
- networks
Sequence[Managed
Zone Private Visibility Config Network] - The list of VPC networks that can see this zone.
- gke
Clusters List<Property Map> - The list of Google Kubernetes Engine clusters that can see this zone.
- kind String
- networks List<Property Map>
- The list of VPC networks that can see this zone.
ManagedZonePrivateVisibilityConfigGKECluster, ManagedZonePrivateVisibilityConfigGKEClusterArgs
- Gke
Cluster stringName - The resource name of the cluster to bind this ManagedZone to. This should be specified in the format like: projects//locations//clusters/*. This is referenced from GKE projects.locations.clusters.get API: https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters/get
- Kind string
- Gke
Cluster stringName - The resource name of the cluster to bind this ManagedZone to. This should be specified in the format like: projects//locations//clusters/*. This is referenced from GKE projects.locations.clusters.get API: https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters/get
- Kind string
- gke
Cluster StringName - The resource name of the cluster to bind this ManagedZone to. This should be specified in the format like: projects//locations//clusters/*. This is referenced from GKE projects.locations.clusters.get API: https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters/get
- kind String
- gke
Cluster stringName - The resource name of the cluster to bind this ManagedZone to. This should be specified in the format like: projects//locations//clusters/*. This is referenced from GKE projects.locations.clusters.get API: https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters/get
- kind string
- gke_
cluster_ strname - The resource name of the cluster to bind this ManagedZone to. This should be specified in the format like: projects//locations//clusters/*. This is referenced from GKE projects.locations.clusters.get API: https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters/get
- kind str
- gke
Cluster StringName - The resource name of the cluster to bind this ManagedZone to. This should be specified in the format like: projects//locations//clusters/*. This is referenced from GKE projects.locations.clusters.get API: https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters/get
- kind String
ManagedZonePrivateVisibilityConfigGKEClusterResponse, ManagedZonePrivateVisibilityConfigGKEClusterResponseArgs
- Gke
Cluster stringName - The resource name of the cluster to bind this ManagedZone to. This should be specified in the format like: projects//locations//clusters/*. This is referenced from GKE projects.locations.clusters.get API: https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters/get
- Kind string
- Gke
Cluster stringName - The resource name of the cluster to bind this ManagedZone to. This should be specified in the format like: projects//locations//clusters/*. This is referenced from GKE projects.locations.clusters.get API: https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters/get
- Kind string
- gke
Cluster StringName - The resource name of the cluster to bind this ManagedZone to. This should be specified in the format like: projects//locations//clusters/*. This is referenced from GKE projects.locations.clusters.get API: https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters/get
- kind String
- gke
Cluster stringName - The resource name of the cluster to bind this ManagedZone to. This should be specified in the format like: projects//locations//clusters/*. This is referenced from GKE projects.locations.clusters.get API: https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters/get
- kind string
- gke_
cluster_ strname - The resource name of the cluster to bind this ManagedZone to. This should be specified in the format like: projects//locations//clusters/*. This is referenced from GKE projects.locations.clusters.get API: https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters/get
- kind str
- gke
Cluster StringName - The resource name of the cluster to bind this ManagedZone to. This should be specified in the format like: projects//locations//clusters/*. This is referenced from GKE projects.locations.clusters.get API: https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters/get
- kind String
ManagedZonePrivateVisibilityConfigNetwork, ManagedZonePrivateVisibilityConfigNetworkArgs
- Kind string
- Network
Url string - The fully qualified URL of the VPC network to bind to. Format this URL like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
- Kind string
- Network
Url string - The fully qualified URL of the VPC network to bind to. Format this URL like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
- kind String
- network
Url String - The fully qualified URL of the VPC network to bind to. Format this URL like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
- kind string
- network
Url string - The fully qualified URL of the VPC network to bind to. Format this URL like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
- kind str
- network_
url str - The fully qualified URL of the VPC network to bind to. Format this URL like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
- kind String
- network
Url String - The fully qualified URL of the VPC network to bind to. Format this URL like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
ManagedZonePrivateVisibilityConfigNetworkResponse, ManagedZonePrivateVisibilityConfigNetworkResponseArgs
- Kind string
- Network
Url string - The fully qualified URL of the VPC network to bind to. Format this URL like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
- Kind string
- Network
Url string - The fully qualified URL of the VPC network to bind to. Format this URL like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
- kind String
- network
Url String - The fully qualified URL of the VPC network to bind to. Format this URL like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
- kind string
- network
Url string - The fully qualified URL of the VPC network to bind to. Format this URL like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
- kind str
- network_
url str - The fully qualified URL of the VPC network to bind to. Format this URL like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
- kind String
- network
Url String - The fully qualified URL of the VPC network to bind to. Format this URL like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
ManagedZonePrivateVisibilityConfigResponse, ManagedZonePrivateVisibilityConfigResponseArgs
- Gke
Clusters List<Pulumi.Google Native. DNS. V1Beta2. Inputs. Managed Zone Private Visibility Config GKECluster Response> - The list of Google Kubernetes Engine clusters that can see this zone.
- Kind string
- Networks
List<Pulumi.
Google Native. DNS. V1Beta2. Inputs. Managed Zone Private Visibility Config Network Response> - The list of VPC networks that can see this zone.
- Gke
Clusters []ManagedZone Private Visibility Config GKECluster Response - The list of Google Kubernetes Engine clusters that can see this zone.
- Kind string
- Networks
[]Managed
Zone Private Visibility Config Network Response - The list of VPC networks that can see this zone.
- gke
Clusters List<ManagedZone Private Visibility Config GKECluster Response> - The list of Google Kubernetes Engine clusters that can see this zone.
- kind String
- networks
List<Managed
Zone Private Visibility Config Network Response> - The list of VPC networks that can see this zone.
- gke
Clusters ManagedZone Private Visibility Config GKECluster Response[] - The list of Google Kubernetes Engine clusters that can see this zone.
- kind string
- networks
Managed
Zone Private Visibility Config Network Response[] - The list of VPC networks that can see this zone.
- gke_
clusters Sequence[ManagedZone Private Visibility Config GKECluster Response] - The list of Google Kubernetes Engine clusters that can see this zone.
- kind str
- networks
Sequence[Managed
Zone Private Visibility Config Network Response] - The list of VPC networks that can see this zone.
- gke
Clusters List<Property Map> - The list of Google Kubernetes Engine clusters that can see this zone.
- kind String
- networks List<Property Map>
- The list of VPC networks that can see this zone.
ManagedZoneReverseLookupConfig, ManagedZoneReverseLookupConfigArgs
- Kind string
- Kind string
- kind String
- kind string
- kind str
- kind String
ManagedZoneReverseLookupConfigResponse, ManagedZoneReverseLookupConfigResponseArgs
- Kind string
- Kind string
- kind String
- kind string
- kind str
- kind String
ManagedZoneServiceDirectoryConfig, ManagedZoneServiceDirectoryConfigArgs
- Kind string
- Namespace
Pulumi.
Google Native. DNS. V1Beta2. Inputs. Managed Zone Service Directory Config Namespace - Contains information about the namespace associated with the zone.
- Kind string
- Namespace
Managed
Zone Service Directory Config Namespace - Contains information about the namespace associated with the zone.
- kind String
- namespace
Managed
Zone Service Directory Config Namespace - Contains information about the namespace associated with the zone.
- kind string
- namespace
Managed
Zone Service Directory Config Namespace - Contains information about the namespace associated with the zone.
- kind str
- namespace
Managed
Zone Service Directory Config Namespace - Contains information about the namespace associated with the zone.
- kind String
- namespace Property Map
- Contains information about the namespace associated with the zone.
ManagedZoneServiceDirectoryConfigNamespace, ManagedZoneServiceDirectoryConfigNamespaceArgs
- Deletion
Time string - The time that the namespace backing this zone was deleted; an empty string if it still exists. This is in RFC3339 text format. Output only.
- Kind string
- Namespace
Url string - The fully qualified URL of the namespace associated with the zone. Format must be https://servicedirectory.googleapis.com/v1/projects/{project}/locations/{location}/namespaces/{namespace}
- Deletion
Time string - The time that the namespace backing this zone was deleted; an empty string if it still exists. This is in RFC3339 text format. Output only.
- Kind string
- Namespace
Url string - The fully qualified URL of the namespace associated with the zone. Format must be https://servicedirectory.googleapis.com/v1/projects/{project}/locations/{location}/namespaces/{namespace}
- deletion
Time String - The time that the namespace backing this zone was deleted; an empty string if it still exists. This is in RFC3339 text format. Output only.
- kind String
- namespace
Url String - The fully qualified URL of the namespace associated with the zone. Format must be https://servicedirectory.googleapis.com/v1/projects/{project}/locations/{location}/namespaces/{namespace}
- deletion
Time string - The time that the namespace backing this zone was deleted; an empty string if it still exists. This is in RFC3339 text format. Output only.
- kind string
- namespace
Url string - The fully qualified URL of the namespace associated with the zone. Format must be https://servicedirectory.googleapis.com/v1/projects/{project}/locations/{location}/namespaces/{namespace}
- deletion_
time str - The time that the namespace backing this zone was deleted; an empty string if it still exists. This is in RFC3339 text format. Output only.
- kind str
- namespace_
url str - The fully qualified URL of the namespace associated with the zone. Format must be https://servicedirectory.googleapis.com/v1/projects/{project}/locations/{location}/namespaces/{namespace}
- deletion
Time String - The time that the namespace backing this zone was deleted; an empty string if it still exists. This is in RFC3339 text format. Output only.
- kind String
- namespace
Url String - The fully qualified URL of the namespace associated with the zone. Format must be https://servicedirectory.googleapis.com/v1/projects/{project}/locations/{location}/namespaces/{namespace}
ManagedZoneServiceDirectoryConfigNamespaceResponse, ManagedZoneServiceDirectoryConfigNamespaceResponseArgs
- Deletion
Time string - The time that the namespace backing this zone was deleted; an empty string if it still exists. This is in RFC3339 text format. Output only.
- Kind string
- Namespace
Url string - The fully qualified URL of the namespace associated with the zone. Format must be https://servicedirectory.googleapis.com/v1/projects/{project}/locations/{location}/namespaces/{namespace}
- Deletion
Time string - The time that the namespace backing this zone was deleted; an empty string if it still exists. This is in RFC3339 text format. Output only.
- Kind string
- Namespace
Url string - The fully qualified URL of the namespace associated with the zone. Format must be https://servicedirectory.googleapis.com/v1/projects/{project}/locations/{location}/namespaces/{namespace}
- deletion
Time String - The time that the namespace backing this zone was deleted; an empty string if it still exists. This is in RFC3339 text format. Output only.
- kind String
- namespace
Url String - The fully qualified URL of the namespace associated with the zone. Format must be https://servicedirectory.googleapis.com/v1/projects/{project}/locations/{location}/namespaces/{namespace}
- deletion
Time string - The time that the namespace backing this zone was deleted; an empty string if it still exists. This is in RFC3339 text format. Output only.
- kind string
- namespace
Url string - The fully qualified URL of the namespace associated with the zone. Format must be https://servicedirectory.googleapis.com/v1/projects/{project}/locations/{location}/namespaces/{namespace}
- deletion_
time str - The time that the namespace backing this zone was deleted; an empty string if it still exists. This is in RFC3339 text format. Output only.
- kind str
- namespace_
url str - The fully qualified URL of the namespace associated with the zone. Format must be https://servicedirectory.googleapis.com/v1/projects/{project}/locations/{location}/namespaces/{namespace}
- deletion
Time String - The time that the namespace backing this zone was deleted; an empty string if it still exists. This is in RFC3339 text format. Output only.
- kind String
- namespace
Url String - The fully qualified URL of the namespace associated with the zone. Format must be https://servicedirectory.googleapis.com/v1/projects/{project}/locations/{location}/namespaces/{namespace}
ManagedZoneServiceDirectoryConfigResponse, ManagedZoneServiceDirectoryConfigResponseArgs
- Kind string
- Namespace
Pulumi.
Google Native. DNS. V1Beta2. Inputs. Managed Zone Service Directory Config Namespace Response - Contains information about the namespace associated with the zone.
- Kind string
- Namespace
Managed
Zone Service Directory Config Namespace Response - Contains information about the namespace associated with the zone.
- kind String
- namespace
Managed
Zone Service Directory Config Namespace Response - Contains information about the namespace associated with the zone.
- kind string
- namespace
Managed
Zone Service Directory Config Namespace Response - Contains information about the namespace associated with the zone.
- kind str
- namespace
Managed
Zone Service Directory Config Namespace Response - Contains information about the namespace associated with the zone.
- kind String
- namespace Property Map
- Contains information about the namespace associated with the zone.
ManagedZoneVisibility, ManagedZoneVisibilityArgs
- Public
- public
- Private
- private
- Managed
Zone Visibility Public - public
- Managed
Zone Visibility Private - private
- Public
- public
- Private
- private
- Public
- public
- Private
- private
- PUBLIC
- public
- PRIVATE
- private
- "public"
- public
- "private"
- private
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.