Reference documentation and code samples for the NetApp V1 API class Google::Cloud::NetApp::V1::Volume::CloneDetails.
Details about a clone volume.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#shared_space_gib
def shared_space_gib() -> ::Integer
Returns
- (::Integer) — Output only. Shared space in GiB. Determined at volume creation time based on size of source snapshot.
#source_snapshot
def source_snapshot() -> ::String
Returns
- (::String) — Output only. Specifies the full resource name of the source snapshot from which this volume was cloned. Format: projects/{project}/locations/{location}/volumes/{volume}/snapshots/{snapshot}
#source_volume
def source_volume() -> ::String
Returns
- (::String) — Output only. Full name of the source volume resource. Format: projects/{project}/locations/{location}/volumes/{volume}