Show / Hide Table of Contents

Class SourceStorageResource

SourceStorageResource describes a storage resource in the source.

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

Properties

AwsDiskDetails

Source AWS volume details.

Declaration
[JsonProperty("awsDiskDetails")]
public virtual AwsSourceDiskDetails AwsDiskDetails { get; set; }
Property Value
Type Description
AwsSourceDiskDetails

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX