Reference documentation and code samples for the Migrate for Compute Engine V1 API class Google::Cloud::VMMigration::V1::AwsSourceDiskDetails.
Represents the source AWS Disk details.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#disk_type
def disk_type() -> ::Google::Cloud::VMMigration::V1::AwsSourceDiskDetails::Type
Returns
- (::Google::Cloud::VMMigration::V1::AwsSourceDiskDetails::Type) — Optional. Output only. Disk type.
#size_gib
def size_gib() -> ::Integer
Returns
- (::Integer) — Output only. Size in GiB.
#tags
def tags() -> ::Google::Protobuf::Map{::String => ::String}
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Optional. Output only. A map of AWS volume tags.
#volume_id
def volume_id() -> ::String
Returns
- (::String) — Required. AWS volume ID.
#volume_id=
def volume_id=(value) -> ::String
Parameter
- value (::String) — Required. AWS volume ID.
Returns
- (::String) — Required. AWS volume ID.