Class: Google::Cloud::VmwareEngine::V1::NetworkConfig
- Inherits:
-
Object
- Object
- Google::Cloud::VmwareEngine::V1::NetworkConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb
Overview
Network configuration in the consumer project with which the peering has to be done.
Instance Attribute Summary collapse
-
#dns_server_ip ⇒ ::String
readonly
Output only.
-
#management_cidr ⇒ ::String
Required.
-
#management_ip_address_layout_version ⇒ ::Integer
readonly
Output only.
-
#vmware_engine_network ⇒ ::String
Optional.
-
#vmware_engine_network_canonical ⇒ ::String
readonly
Output only.
Instance Attribute Details
#dns_server_ip ⇒ ::String (readonly)
Returns Output only. DNS Server IP of the Private Cloud. All DNS queries can be forwarded to this address for name resolution of Private Cloud's management entities like vCenter, NSX-T Manager and ESXi hosts.
55 56 57 58 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 55 class NetworkConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#management_cidr ⇒ ::String
Returns Required. Management CIDR used by VMware management appliances.
55 56 57 58 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 55 class NetworkConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#management_ip_address_layout_version ⇒ ::Integer (readonly)
Returns Output only. The IP address layout version of the management IP address range. Possible versions include:
managementIpAddressLayoutVersion=1
: Indicates the legacy IP address layout used by some existing private clouds. This is no longer supported for new private clouds as it does not support all features.managementIpAddressLayoutVersion=2
: Indicates the latest IP address layout used by all newly created private clouds. This version supports all current features.
55 56 57 58 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 55 class NetworkConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#vmware_engine_network ⇒ ::String
Returns Optional. The relative resource name of the VMware Engine network attached
to the private cloud. Specify the name in the following form:
projects/{project}/locations/{location}/vmwareEngineNetworks/{vmware_engine_network_id}
where {project}
can either be a project number or a project ID.
55 56 57 58 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 55 class NetworkConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#vmware_engine_network_canonical ⇒ ::String (readonly)
Returns Output only. The canonical name of the VMware Engine network in the form:
projects/{project_number}/locations/{location}/vmwareEngineNetworks/{vmware_engine_network_id}
.
55 56 57 58 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 55 class NetworkConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |