public static interface VmwareEngineNetwork.VpcNetworkOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getNetwork()
public abstract String getNetwork()
Output only. The relative resource name of the service VPC network this
VMware Engine network is attached to. For example:
projects/123123/global/networks/my-network
string network = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The network. |
getNetworkBytes()
public abstract ByteString getNetworkBytes()
Output only. The relative resource name of the service VPC network this
VMware Engine network is attached to. For example:
projects/123123/global/networks/my-network
string network = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for network. |
getType()
public abstract VmwareEngineNetwork.VpcNetwork.Type getType()
Output only. Type of VPC network (INTRANET, INTERNET, or GOOGLE_CLOUD)
.google.cloud.vmwareengine.v1.VmwareEngineNetwork.VpcNetwork.Type type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
VmwareEngineNetwork.VpcNetwork.Type |
The type. |
getTypeValue()
public abstract int getTypeValue()
Output only. Type of VPC network (INTRANET, INTERNET, or GOOGLE_CLOUD)
.google.cloud.vmwareengine.v1.VmwareEngineNetwork.VpcNetwork.Type type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for type. |