Show / Hide Table of Contents

Class SapDiscoveryResourceInstancePropertiesDiskMount

Disk mount on the instance.

Inheritance
object
SapDiscoveryResourceInstancePropertiesDiskMount
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX