Class: Google::Cloud::VmwareEngine::V1::ManagementDnsZoneBinding
- Inherits:
-
Object
- Object
- Google::Cloud::VmwareEngine::V1::ManagementDnsZoneBinding
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb
Overview
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.
Defined Under Namespace
Modules: State
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#description ⇒ ::String
User-provided description for this resource.
-
#name ⇒ ::String
readonly
Output only.
-
#state ⇒ ::Google::Cloud::VmwareEngine::V1::ManagementDnsZoneBinding::State
readonly
Output only.
-
#uid ⇒ ::String
readonly
Output only.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#vmware_engine_network ⇒ ::String
Network to bind is a VMware Engine network.
-
#vpc_network ⇒ ::String
Network to bind is a standard consumer VPC.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Creation time of this resource.
1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 1339 class ManagementDnsZoneBinding include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Enum State defines possible states of binding between the consumer VPC # network and the management DNS zone. module State # The default value. This value should never be used. STATE_UNSPECIFIED = 0 # The binding is ready. ACTIVE = 1 # The binding is being created. CREATING = 2 # The binding is being updated. UPDATING = 3 # The binding is being deleted. DELETING = 4 # The binding has failed. FAILED = 5 end end |
#description ⇒ ::String
Returns User-provided description for this resource.
1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 1339 class ManagementDnsZoneBinding include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Enum State defines possible states of binding between the consumer VPC # network and the management DNS zone. module State # The default value. This value should never be used. STATE_UNSPECIFIED = 0 # The binding is ready. ACTIVE = 1 # The binding is being created. CREATING = 2 # The binding is being updated. UPDATING = 3 # The binding is being deleted. DELETING = 4 # The binding has failed. FAILED = 5 end end |
#name ⇒ ::String (readonly)
Returns 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
.
1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 1339 class ManagementDnsZoneBinding include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Enum State defines possible states of binding between the consumer VPC # network and the management DNS zone. module State # The default value. This value should never be used. STATE_UNSPECIFIED = 0 # The binding is ready. ACTIVE = 1 # The binding is being created. CREATING = 2 # The binding is being updated. UPDATING = 3 # The binding is being deleted. DELETING = 4 # The binding has failed. FAILED = 5 end end |
#state ⇒ ::Google::Cloud::VmwareEngine::V1::ManagementDnsZoneBinding::State (readonly)
Returns Output only. The state of the resource.
1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 1339 class ManagementDnsZoneBinding include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Enum State defines possible states of binding between the consumer VPC # network and the management DNS zone. module State # The default value. This value should never be used. STATE_UNSPECIFIED = 0 # The binding is ready. ACTIVE = 1 # The binding is being created. CREATING = 2 # The binding is being updated. UPDATING = 3 # The binding is being deleted. DELETING = 4 # The binding has failed. FAILED = 5 end end |
#uid ⇒ ::String (readonly)
Returns Output only. System-generated unique identifier for the resource.
1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 1339 class ManagementDnsZoneBinding include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Enum State defines possible states of binding between the consumer VPC # network and the management DNS zone. module State # The default value. This value should never be used. STATE_UNSPECIFIED = 0 # The binding is ready. ACTIVE = 1 # The binding is being created. CREATING = 2 # The binding is being updated. UPDATING = 3 # The binding is being deleted. DELETING = 4 # The binding has failed. FAILED = 5 end end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Last update time of this resource.
1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 1339 class ManagementDnsZoneBinding include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Enum State defines possible states of binding between the consumer VPC # network and the management DNS zone. module State # The default value. This value should never be used. STATE_UNSPECIFIED = 0 # The binding is ready. ACTIVE = 1 # The binding is being created. CREATING = 2 # The binding is being updated. UPDATING = 3 # The binding is being deleted. DELETING = 4 # The binding has failed. FAILED = 5 end end |
#vmware_engine_network ⇒ ::String
Returns 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.
1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 1339 class ManagementDnsZoneBinding include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Enum State defines possible states of binding between the consumer VPC # network and the management DNS zone. module State # The default value. This value should never be used. STATE_UNSPECIFIED = 0 # The binding is ready. ACTIVE = 1 # The binding is being created. CREATING = 2 # The binding is being updated. UPDATING = 3 # The binding is being deleted. DELETING = 4 # The binding has failed. FAILED = 5 end end |
#vpc_network ⇒ ::String
Returns 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.
1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 1339 class ManagementDnsZoneBinding include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Enum State defines possible states of binding between the consumer VPC # network and the management DNS zone. module State # The default value. This value should never be used. STATE_UNSPECIFIED = 0 # The binding is ready. ACTIVE = 1 # The binding is being created. CREATING = 2 # The binding is being updated. UPDATING = 3 # The binding is being deleted. DELETING = 4 # The binding has failed. FAILED = 5 end end |