Class: Google::Cloud::Compute::V1::ManagedInstanceShutdownDetails

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Instance Attribute Summary collapse

Instance Attribute Details

#max_duration ⇒ ::Google::Cloud::Compute::V1::Duration

Returns Output only. The duration for graceful shutdown. Only applicable when the instance is in PENDING_STOP state.

Returns:



56442
56443
56444
56445
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 56442

class ManagedInstanceShutdownDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#request_timestamp ⇒ ::String

Returns Output only. Past timestamp indicating the beginning of PENDING_STOP state of instance in RFC3339 text format.

Returns:

  • (::String) —

    Output only. Past timestamp indicating the beginning of PENDING_STOP state of instance in RFC3339 text format.



56442
56443
56444
56445
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 56442

class ManagedInstanceShutdownDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end