Google Cloud Compute V1 API - Class Google::Cloud::Compute::V1::DeletePerInstanceConfigsRegionInstanceGroupManagerRequest (v1.4.0)

Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::DeletePerInstanceConfigsRegionInstanceGroupManagerRequest.

A request message for RegionInstanceGroupManagers.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.

#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.

#region

def region() -> ::String
Returns
  • (::String) — Name of the region scoping this request, should conform to RFC1035.

#region=

def region=(value) -> ::String
Parameter
  • value (::String) — Name of the region scoping this request, should conform to RFC1035.
Returns
  • (::String) — Name of the region scoping this request, should conform to RFC1035.

#region_instance_group_manager_delete_instance_config_req_resource

def region_instance_group_manager_delete_instance_config_req_resource() -> ::Google::Cloud::Compute::V1::RegionInstanceGroupManagerDeleteInstanceConfigReq

#region_instance_group_manager_delete_instance_config_req_resource=

def region_instance_group_manager_delete_instance_config_req_resource=(value) -> ::Google::Cloud::Compute::V1::RegionInstanceGroupManagerDeleteInstanceConfigReq
Parameter