Class VpcNetwork
Represents a VMware Engine VPC network that is managed by a VMware Engine network resource.
Implements
Inherited Members
Namespace: Google.Apis.VMwareEngine.v1.Data
Assembly: Google.Apis.VMwareEngine.v1.dll
Syntax
public class VpcNetwork : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Network
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
Declaration
[JsonProperty("network")]
public virtual string Network { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Output only. Type of VPC network (INTRANET, INTERNET, or GOOGLE_CLOUD)
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |