Show / Hide Table of Contents

Class DiskPartitionDetails

Disk partition details.

Inheritance
object
DiskPartitionDetails
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.MigrationCenterAPI.v1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1.dll
Syntax
public class DiskPartitionDetails : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

FreeSpaceBytes

Output only. Total free space of all partitions.

Declaration
[JsonProperty("freeSpaceBytes")]
public virtual long? FreeSpaceBytes { get; set; }
Property Value
Type Description
long?

Partitions

Optional. List of partitions.

Declaration
[JsonProperty("partitions")]
public virtual DiskPartitionList Partitions { get; set; }
Property Value
Type Description
DiskPartitionList

TotalCapacityBytes

Output only. Total capacity of all partitions.

Declaration
[JsonProperty("totalCapacityBytes")]
public virtual long? TotalCapacityBytes { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX