Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::DeletePerInstanceConfigsInstanceGroupManagerRequest.
A request message for InstanceGroupManagers.DeletePerInstanceConfigs. See the method description for details.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#instance_group_manager
def instance_group_manager() -> ::String
Returns
- (::String) — The name of the managed instance group. It should conform to RFC1035.
#instance_group_manager=
def instance_group_manager=(value) -> ::String
Parameter
- value (::String) — The name of the managed instance group. It should conform to RFC1035.
Returns
- (::String) — The name of the managed instance group. It should conform to RFC1035.
#instance_group_managers_delete_per_instance_configs_req_resource
def instance_group_managers_delete_per_instance_configs_req_resource() -> ::Google::Cloud::Compute::V1::InstanceGroupManagersDeletePerInstanceConfigsReq
Returns
- (::Google::Cloud::Compute::V1::InstanceGroupManagersDeletePerInstanceConfigsReq) — The body resource for this request
#instance_group_managers_delete_per_instance_configs_req_resource=
def instance_group_managers_delete_per_instance_configs_req_resource=(value) -> ::Google::Cloud::Compute::V1::InstanceGroupManagersDeletePerInstanceConfigsReq
Parameter
- value (::Google::Cloud::Compute::V1::InstanceGroupManagersDeletePerInstanceConfigsReq) — The body resource for this request
Returns
- (::Google::Cloud::Compute::V1::InstanceGroupManagersDeletePerInstanceConfigsReq) — The body resource for this request
#project
def project() -> ::String
Returns
- (::String) — Project ID for this request.
#project=
def project=(value) -> ::String
Parameter
- value (::String) — Project ID for this request.
Returns
- (::String) — Project ID for this request.
#zone
def zone() -> ::String
Returns
- (::String) — The name of the zone where the managed instance group is located. It should conform to RFC1035.
#zone=
def zone=(value) -> ::String
Parameter
- value (::String) — The name of the zone where the managed instance group is located. It should conform to RFC1035.
Returns
- (::String) — The name of the zone where the managed instance group is located. It should conform to RFC1035.