Class: Google::Cloud::VMMigration::V1::MigratingVm::Expiration

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#expire_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. Timestamp of when this resource is considered expired.

Returns:



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.

Returns:

  • (::Boolean)

    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.

Returns:

  • (::Integer)

    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