VMware Engine v1 API - Class VmwareEngineNetwork (1.0.0-beta02)

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

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

VMware Engine network resource that provides connectivity for VMware Engine private clouds.

Inheritance

Object > VmwareEngineNetwork

Namespace

Google.Cloud.VmwareEngine.V1

Assembly

Google.Cloud.VmwareEngine.V1.dll

Constructors

VmwareEngineNetwork()

public VmwareEngineNetwork()

VmwareEngineNetwork(VmwareEngineNetwork)

public VmwareEngineNetwork(VmwareEngineNetwork other)
Parameter
NameDescription
otherVmwareEngineNetwork

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. Creation time of this resource.

Property Value
TypeDescription
Timestamp

Description

public string Description { get; set; }

User-provided description for this VMware Engine network.

Property Value
TypeDescription
String

Etag

public string Etag { get; set; }

Checksum that may be sent on update and delete requests to ensure that the user-provided value is up to date before the server processes a request. The server computes checksums based on the value of other fields in the request.

Property Value
TypeDescription
String

Name

public string Name { get; set; }

Output only. The resource name of the VMware Engine network. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/global/vmwareEngineNetworks/my-network

Property Value
TypeDescription
String

State

public VmwareEngineNetwork.Types.State State { get; set; }

Output only. State of the VMware Engine network.

Property Value
TypeDescription
VmwareEngineNetwork.Types.State

Type

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

Required. VMware Engine network type.

Property Value
TypeDescription
VmwareEngineNetwork.Types.Type

Uid

public string Uid { get; set; }

Output only. System-generated unique identifier for the resource.

Property Value
TypeDescription
String

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. Last update time of this resource.

Property Value
TypeDescription
Timestamp

VmwareEngineNetworkName

public VmwareEngineNetworkName VmwareEngineNetworkName { get; set; }

VmwareEngineNetworkName-typed view over the Name resource name property.

Property Value
TypeDescription
VmwareEngineNetworkName

VpcNetworks

public RepeatedField<VmwareEngineNetwork.Types.VpcNetwork> VpcNetworks { get; }

Output only. VMware Engine service VPC networks that provide connectivity from a private cloud to customer projects, the internet, and other Google Cloud services.

Property Value
TypeDescription
RepeatedField<VmwareEngineNetwork.Types.VpcNetwork>