Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::ManagedInstanceShutdownDetails.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#max_duration
def max_duration() -> ::Google::Cloud::Compute::V1::Duration
Returns
-
(::Google::Cloud::Compute::V1::Duration) — Output only. The duration for graceful shutdown. Only applicable when the instance is
in
PENDING_STOPstate.
#max_duration=
def max_duration=(value) -> ::Google::Cloud::Compute::V1::Duration
Parameter
-
value (::Google::Cloud::Compute::V1::Duration) — Output only. The duration for graceful shutdown. Only applicable when the instance is
in
PENDING_STOPstate.
Returns
-
(::Google::Cloud::Compute::V1::Duration) — Output only. The duration for graceful shutdown. Only applicable when the instance is
in
PENDING_STOPstate.
#request_timestamp
def request_timestamp() -> ::String
Returns
-
(::String) — Output only. Past timestamp indicating the beginning of
PENDING_STOPstate of instance in RFC3339 text format.
#request_timestamp=
def request_timestamp=(value) -> ::String
Parameter
-
value (::String) — Output only. Past timestamp indicating the beginning of
PENDING_STOPstate of instance in RFC3339 text format.
Returns
-
(::String) — Output only. Past timestamp indicating the beginning of
PENDING_STOPstate of instance in RFC3339 text format.