Class ManagementDnsZoneBinding (1.4.2)

ManagementDnsZoneBinding(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents a binding between a network and the management DNS zone. A management DNS zone is the Cloud DNS cross-project binding zone that VMware Engine creates for each private cloud. It contains FQDNs and corresponding IP addresses for the private cloud's ESXi hosts and management VM appliances like vCenter and NSX Manager.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
name str
Output only. The resource name of this binding. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/us-central1-a/privateClouds/my-cloud/managementDnsZoneBindings/my-management-dns-zone-binding
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. Creation time of this resource.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. Last update time of this resource.
state google.cloud.vmwareengine_v1.types.ManagementDnsZoneBinding.State
Output only. The state of the resource.
description str
User-provided description for this resource.
vpc_network str
Network to bind is a standard consumer VPC. Specify the name in the following form for consumer VPC network: projects/{project}/global/networks/{network_id}. {project} can either be a project number or a project ID. This field is a member of oneof_ bind_network.
vmware_engine_network str
Network to bind is a VMware Engine network. Specify the name in the following form for VMware engine network: projects/{project}/locations/global/vmwareEngineNetworks/{vmware_engine_network_id}. {project} can either be a project number or a project ID. This field is a member of oneof_ bind_network.
uid str
Output only. System-generated unique identifier for the resource.

Classes

State

State(value)

Enum State defines possible states of binding between the consumer VPC network and the management DNS zone.

Values: STATE_UNSPECIFIED (0): The default value. This value should never be used. ACTIVE (1): The binding is ready. CREATING (2): The binding is being created. UPDATING (3): The binding is being updated. DELETING (4): The binding is being deleted. FAILED (5): The binding has failed.