- 0.48.0 (latest)
- 0.47.0
- 0.46.0
- 0.45.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.3.0
- 0.2.0
- 0.1.0
public interface NetworkConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getManagementCidr()
public abstract String getManagementCidr()
Required. Management CIDR used by VMware management appliances.
string management_cidr = 4 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
String | The managementCidr. |
getManagementCidrBytes()
public abstract ByteString getManagementCidrBytes()
Required. Management CIDR used by VMware management appliances.
string management_cidr = 4 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
ByteString | The bytes for managementCidr. |
getManagementIpAddressLayoutVersion()
public abstract int getManagementIpAddressLayoutVersion()
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.
int32 management_ip_address_layout_version = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
int | The managementIpAddressLayoutVersion. |
getVmwareEngineNetwork()
public abstract String getVmwareEngineNetwork()
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.
string vmware_engine_network = 5 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
Type | Description |
String | The vmwareEngineNetwork. |
getVmwareEngineNetworkBytes()
public abstract ByteString getVmwareEngineNetworkBytes()
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.
string vmware_engine_network = 5 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
Type | Description |
ByteString | The bytes for vmwareEngineNetwork. |
getVmwareEngineNetworkCanonical()
public abstract String getVmwareEngineNetworkCanonical()
Output only. The canonical name of the VMware Engine network in the form:
projects/{project_number}/locations/{location}/vmwareEngineNetworks/{vmware_engine_network_id}
string vmware_engine_network_canonical = 6 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Type | Description |
String | The vmwareEngineNetworkCanonical. |
getVmwareEngineNetworkCanonicalBytes()
public abstract ByteString getVmwareEngineNetworkCanonicalBytes()
Output only. The canonical name of the VMware Engine network in the form:
projects/{project_number}/locations/{location}/vmwareEngineNetworks/{vmware_engine_network_id}
string vmware_engine_network_canonical = 6 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Type | Description |
ByteString | The bytes for vmwareEngineNetworkCanonical. |