Google Cloud Compute V1 API - Class Google::Cloud::Compute::V1::InstanceManagedByIgmErrorInstanceActionDetails (v1.3.0)

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#action

def action() -> ::String
Returns
  • (::String) — [Output Only] Action that managed instance group was executing on the instance when the error occurred. Possible values: Check the Action enum for the list of possible values.

#action=

def action=(value) -> ::String
Parameter
  • value (::String) — [Output Only] Action that managed instance group was executing on the instance when the error occurred. Possible values: Check the Action enum for the list of possible values.
Returns
  • (::String) — [Output Only] Action that managed instance group was executing on the instance when the error occurred. Possible values: Check the Action enum for the list of possible values.

#instance

def instance() -> ::String
Returns
  • (::String) — [Output Only] The URL of the instance. The URL can be set even if the instance has not yet been created.

#instance=

def instance=(value) -> ::String
Parameter
  • value (::String) — [Output Only] The URL of the instance. The URL can be set even if the instance has not yet been created.
Returns
  • (::String) — [Output Only] The URL of the instance. The URL can be set even if the instance has not yet been created.

#version

def version() -> ::Google::Cloud::Compute::V1::ManagedInstanceVersion
Returns
  • (::Google::Cloud::Compute::V1::ManagedInstanceVersion) — [Output Only] Version this instance was created from, or was being created from, but the creation failed. Corresponds to one of the versions that were set on the Instance Group Manager resource at the time this instance was being created.

#version=

def version=(value) -> ::Google::Cloud::Compute::V1::ManagedInstanceVersion
Parameter
  • value (::Google::Cloud::Compute::V1::ManagedInstanceVersion) — [Output Only] Version this instance was created from, or was being created from, but the creation failed. Corresponds to one of the versions that were set on the Instance Group Manager resource at the time this instance was being created.
Returns
  • (::Google::Cloud::Compute::V1::ManagedInstanceVersion) — [Output Only] Version this instance was created from, or was being created from, but the creation failed. Corresponds to one of the versions that were set on the Instance Group Manager resource at the time this instance was being created.