Interface VmwareEngineNetwork.VpcNetworkOrBuilder (0.13.0)

public static interface VmwareEngineNetwork.VpcNetworkOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
int

The enum numeric value on the wire for type.