Reference documentation and code samples for the Google Cloud VMware Engine V1 API class Google::Cloud::VmwareEngine::V1::UpdateSubnetRequest.
Request message for VmwareEngine.UpdateSubnet
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#subnet
def subnet() -> ::Google::Cloud::VmwareEngine::V1::Subnet
Returns
- (::Google::Cloud::VmwareEngine::V1::Subnet) — Required. Subnet description.
#subnet=
def subnet=(value) -> ::Google::Cloud::VmwareEngine::V1::Subnet
Parameter
- value (::Google::Cloud::VmwareEngine::V1::Subnet) — Required. Subnet description.
Returns
- (::Google::Cloud::VmwareEngine::V1::Subnet) — Required. Subnet description.
#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
Subnet
resource by the update. The fields specified in theupdate_mask
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
Subnet
resource by the update. The fields specified in theupdate_mask
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
Subnet
resource by the update. The fields specified in theupdate_mask
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.