Reference documentation and code samples for the Bare Metal Solution V2 API class Google::Cloud::BareMetalSolution::V2::UpdateVolumeRequest.
Message for updating a volume.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
-
(::Google::Protobuf::FieldMask) — The list of fields to update.
The only currently supported fields are:
snapshot_auto_delete_behavior
snapshot_schedule_policy_name
'labels' 'snapshot_enabled' 'snapshot_reservation_detail.reserved_space_percent'
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
-
value (::Google::Protobuf::FieldMask) — The list of fields to update.
The only currently supported fields are:
snapshot_auto_delete_behavior
snapshot_schedule_policy_name
'labels' 'snapshot_enabled' 'snapshot_reservation_detail.reserved_space_percent'
-
(::Google::Protobuf::FieldMask) — The list of fields to update.
The only currently supported fields are:
snapshot_auto_delete_behavior
snapshot_schedule_policy_name
'labels' 'snapshot_enabled' 'snapshot_reservation_detail.reserved_space_percent'
#volume
def volume() -> ::Google::Cloud::BareMetalSolution::V2::Volume
-
(::Google::Cloud::BareMetalSolution::V2::Volume) — Required. The volume to update.
The
name
field is used to identify the volume to update. Format: projects/{project}/locations/{location}/volumes/{volume}
#volume=
def volume=(value) -> ::Google::Cloud::BareMetalSolution::V2::Volume
-
value (::Google::Cloud::BareMetalSolution::V2::Volume) — Required. The volume to update.
The
name
field is used to identify the volume to update. Format: projects/{project}/locations/{location}/volumes/{volume}
-
(::Google::Cloud::BareMetalSolution::V2::Volume) — Required. The volume to update.
The
name
field is used to identify the volume to update. Format: projects/{project}/locations/{location}/volumes/{volume}