VMware Engine v1 API - Class VmwareEngineNetwork.Types.VpcNetwork (1.3.0)

public sealed class VmwareEngineNetwork.Types.VpcNetwork : IMessage<VmwareEngineNetwork.Types.VpcNetwork>, IEquatable<VmwareEngineNetwork.Types.VpcNetwork>, IDeepCloneable<VmwareEngineNetwork.Types.VpcNetwork>, IBufferMessage, IMessage

Reference documentation and code samples for the VMware Engine v1 API class VmwareEngineNetwork.Types.VpcNetwork.

Represents a VMware Engine VPC network that is managed by a VMware Engine network resource.

Inheritance

object > VmwareEngineNetwork.Types.VpcNetwork

Namespace

Google.Cloud.VmwareEngine.V1

Assembly

Google.Cloud.VmwareEngine.V1.dll

Constructors

VpcNetwork()

public VpcNetwork()

VpcNetwork(VpcNetwork)

public VpcNetwork(VmwareEngineNetwork.Types.VpcNetwork other)
Parameter
Name Description
other VmwareEngineNetworkTypesVpcNetwork

Properties

Network

public string Network { get; set; }

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

Property Value
Type Description
string

Type

public VmwareEngineNetwork.Types.VpcNetwork.Types.Type Type { get; set; }

Output only. Type of VPC network (INTRANET, INTERNET, or GOOGLE_CLOUD)

Property Value
Type Description
VmwareEngineNetworkTypesVpcNetworkTypesType