Class DatastoreNetwork
The network configuration for the datastore.
Implements
Inherited Members
Namespace: Google.Apis.VMwareEngine.v1.Data
Assembly: Google.Apis.VMwareEngine.v1.dll
Syntax
public class DatastoreNetwork : IDirectResponseSchema
Properties
ConnectionCount
Optional. The number of connections of the NFS volume. Spported from vsphere 8.0u1
Declaration
[JsonProperty("connectionCount")]
public virtual int? ConnectionCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Mtu
Optional. The Maximal Transmission Unit (MTU) of the datastore. System sets default MTU size. It prefers the VPC peering MTU, falling back to the VEN MTU if no peering MTU is found. when detected, and falling back to the VEN MTU otherwise.
Declaration
[JsonProperty("mtu")]
public virtual int? Mtu { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
NetworkPeering
Output only. The resource name of the network peering, used to access the file share by clients on private cloud. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. e.g. projects/my-project/locations/us-central1/networkPeerings/my-network-peering
Declaration
[JsonProperty("networkPeering")]
public virtual string NetworkPeering { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Subnet
Required. The resource name of the subnet Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. e.g. projects/my-project/locations/us-central1/subnets/my-subnet
Declaration
[JsonProperty("subnet")]
public virtual string Subnet { get; set; }
Property Value
| Type | Description |
|---|---|
| string |