Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::GetInstanceGroupManagerResizeRequestRequest.
A request message for InstanceGroupManagerResizeRequests.Get. 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. Name should conform to RFC1035 or be a resource ID.
#instance_group_manager=
def instance_group_manager=(value) -> ::String
Parameter
- value (::String) — The name of the managed instance group. Name should conform to RFC1035 or be a resource ID.
Returns
- (::String) — The name of the managed instance group. Name should conform to RFC1035 or be a resource ID.
#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.
#resize_request
def resize_request() -> ::String
Returns
- (::String) — The name of the resize request. Name should conform to RFC1035 or be a resource ID.
#resize_request=
def resize_request=(value) -> ::String
Parameter
- value (::String) — The name of the resize request. Name should conform to RFC1035 or be a resource ID.
Returns
- (::String) — The name of the resize request. Name should conform to RFC1035 or be a resource ID.
#zone
def zone() -> ::String
Returns
- (::String) — Name of the href="/compute/docs/regions-zones/#available">zone scoping this request. Name should conform to RFC1035.
#zone=
def zone=(value) -> ::String
Parameter
- value (::String) — Name of the href="/compute/docs/regions-zones/#available">zone scoping this request. Name should conform to RFC1035.
Returns
- (::String) — Name of the href="/compute/docs/regions-zones/#available">zone scoping this request. Name should conform to RFC1035.