Class: Google::Cloud::VmwareEngine::V1::ManagementDnsZoneBinding

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. Creation time of this resource.

Returns:



1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 1349

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.

Returns:

  • (::String)

    User-provided description for this resource.



1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 1349

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.

Returns:

  • (::String)

    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



1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 1349

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.

Returns:



1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 1349

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.

Returns:

  • (::String)

    Output only. System-generated unique identifier for the resource.



1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 1349

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.

Returns:



1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 1349

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.

Note: The following fields are mutually exclusive: vmware_engine_network, vpc_network. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::String)

    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.

    Note: The following fields are mutually exclusive: vmware_engine_network, vpc_network. If a field in that set is populated, all other fields in the set will automatically be cleared.



1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 1349

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.

Note: The following fields are mutually exclusive: vpc_network, vmware_engine_network. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::String)

    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.

    Note: The following fields are mutually exclusive: vpc_network, vmware_engine_network. If a field in that set is populated, all other fields in the set will automatically be cleared.



1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 1349

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