Reference documentation and code samples for the Google Cloud VMware Engine V1 API class Google::Cloud::VmwareEngine::V1::UpdateClusterRequest.
Request message for VmwareEngine.UpdateCluster
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#cluster
def cluster() -> ::Google::Cloud::VmwareEngine::V1::Cluster
Returns
- (::Google::Cloud::VmwareEngine::V1::Cluster) — Required. The description of the cluster.
#cluster=
def cluster=(value) -> ::Google::Cloud::VmwareEngine::V1::Cluster
Parameter
- value (::Google::Cloud::VmwareEngine::V1::Cluster) — Required. The description of the cluster.
Returns
- (::Google::Cloud::VmwareEngine::V1::Cluster) — Required. The description of the cluster.
#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
Cluster
resource by the update. The fields specified in theupdateMask
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
Cluster
resource by the update. The fields specified in theupdateMask
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
Cluster
resource by the update. The fields specified in theupdateMask
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.
#validate_only
def validate_only() -> ::Boolean
Returns
- (::Boolean) — Optional. True if you want the request to be validated and not executed; false otherwise.
#validate_only=
def validate_only=(value) -> ::Boolean
Parameter
- value (::Boolean) — Optional. True if you want the request to be validated and not executed; false otherwise.
Returns
- (::Boolean) — Optional. True if you want the request to be validated and not executed; false otherwise.