Show / Hide Table of Contents

Class DatastoreMountConfig

The Datastore Mount configuration

Inheritance
object
DatastoreMountConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.VMwareEngine.v1.Data
Assembly: Google.Apis.VMwareEngine.v1.dll
Syntax
public class DatastoreMountConfig : IDirectResponseSchema

Properties

AccessMode

Optional. NFS is accessed by hosts in read mode Optional. Default value used will be READ_WRITE

Declaration
[JsonProperty("accessMode")]
public virtual string AccessMode { get; set; }
Property Value
Type Description
string

Datastore

Required. The resource name of the datastore to unmount. The datastore requested to be mounted should be in same region/zone as the cluster. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/us-central1/datastores/my-datastore

Declaration
[JsonProperty("datastore")]
public virtual string Datastore { get; set; }
Property Value
Type Description
string

DatastoreNetwork

Required. The network configuration for the datastore.

Declaration
[JsonProperty("datastoreNetwork")]
public virtual DatastoreNetwork DatastoreNetwork { get; set; }
Property Value
Type Description
DatastoreNetwork

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FileShare

Output only. File share name.

Declaration
[JsonProperty("fileShare")]
public virtual string FileShare { get; set; }
Property Value
Type Description
string

NfsVersion

Optional. The NFS protocol supported by the NFS volume. Default value used will be NFS_V3

Declaration
[JsonProperty("nfsVersion")]
public virtual string NfsVersion { get; set; }
Property Value
Type Description
string

SecurityType

Optional. ONLY required when NFS 4.1 version is used

Declaration
[JsonProperty("securityType")]
public virtual string SecurityType { get; set; }
Property Value
Type Description
string

Servers

Output only. Server IP addresses of the NFS volume. For NFS 3, you can only provide a single server IP address or DNS names.

Declaration
[JsonProperty("servers")]
public virtual IList<string> Servers { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX