Class: Google::Cloud::VMMigration::V1::MigratingVm::Expiration
- Inherits:
-
Object
- Object
- Google::Cloud::VMMigration::V1::MigratingVm::Expiration
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmmigration/v1/vmmigration.rb
Overview
Expiration holds information about the expiration of a MigratingVm.
Instance Attribute Summary collapse
-
#expire_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#extendable ⇒ ::Boolean
readonly
Output only.
-
#extension_count ⇒ ::Integer
readonly
Output only.
Instance Attribute Details
#expire_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Timestamp of when this resource is considered expired.
270 271 272 273 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 270 class Expiration include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#extendable ⇒ ::Boolean (readonly)
Returns Output only. Describes whether the expiration can be extended.
270 271 272 273 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 270 class Expiration include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#extension_count ⇒ ::Integer (readonly)
Returns Output only. The number of times expiration was extended.
270 271 272 273 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 270 class Expiration include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |