Class SapDiscoveryResourceInstancePropertiesDiskMount
Disk mount on the instance.
Implements
Inherited Members
Namespace: Google.Apis.WorkloadManager.v1.Data
Assembly: Google.Apis.WorkloadManager.v1.dll
Syntax
public class SapDiscoveryResourceInstancePropertiesDiskMount : IDirectResponseSchema
Properties
DiskNames
Optional. Names of the disks providing this mount point.
Declaration
[JsonProperty("diskNames")]
public virtual IList<string> DiskNames { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MountPoint
Optional. Filesystem mount point.
Declaration
[JsonProperty("mountPoint")]
public virtual string MountPoint { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Optional. Name of the disk.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |