Reference documentation and code samples for the Google Cloud VMware Engine V1 API class Google::Cloud::VmwareEngine::V1::UpdatePrivateCloudRequest.
Request message for VmwareEngine.UpdatePrivateCloud
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#private_cloud
def private_cloud() -> ::Google::Cloud::VmwareEngine::V1::PrivateCloud
Returns
- (::Google::Cloud::VmwareEngine::V1::PrivateCloud) — Required. Private cloud description.
#private_cloud=
def private_cloud=(value) -> ::Google::Cloud::VmwareEngine::V1::PrivateCloud
Parameter
- value (::Google::Cloud::VmwareEngine::V1::PrivateCloud) — Required. Private cloud description.
Returns
- (::Google::Cloud::VmwareEngine::V1::PrivateCloud) — Required. Private cloud description.
#request_id
def request_id() -> ::String
Returns
- (::String) — Optional. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
#request_id=
def request_id=(value) -> ::String
Parameter
- value (::String) — Optional. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
Returns
- (::String) — Optional. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
-
(::Google::Protobuf::FieldMask) — Required. Field mask is used to specify the fields to be overwritten in the
PrivateCloud
resource by the update. The fields specified inupdateMask
are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
-
value (::Google::Protobuf::FieldMask) — Required. Field mask is used to specify the fields to be overwritten in the
PrivateCloud
resource by the update. The fields specified inupdateMask
are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
Returns
-
(::Google::Protobuf::FieldMask) — Required. Field mask is used to specify the fields to be overwritten in the
PrivateCloud
resource by the update. The fields specified inupdateMask
are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.