Class: Google::Cloud::AlloyDB::V1::Cluster::TrialMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1::Cluster::TrialMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1/resources.rb
Overview
Contains information and all metadata related to TRIAL clusters.
Instance Attribute Summary collapse
-
#end_time ⇒ ::Google::Protobuf::Timestamp
End time of the trial cluster.
-
#grace_end_time ⇒ ::Google::Protobuf::Timestamp
Grace end time of the cluster.
-
#start_time ⇒ ::Google::Protobuf::Timestamp
Start time of the trial cluster.
-
#upgrade_time ⇒ ::Google::Protobuf::Timestamp
Upgrade time of trial cluster to Standard cluster.
Instance Attribute Details
#end_time ⇒ ::Google::Protobuf::Timestamp
Returns End time of the trial cluster.
575 576 577 578 |
# File 'proto_docs/google/cloud/alloydb/v1/resources.rb', line 575 class TrialMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#grace_end_time ⇒ ::Google::Protobuf::Timestamp
Returns grace end time of the cluster.
575 576 577 578 |
# File 'proto_docs/google/cloud/alloydb/v1/resources.rb', line 575 class TrialMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_time ⇒ ::Google::Protobuf::Timestamp
Returns start time of the trial cluster.
575 576 577 578 |
# File 'proto_docs/google/cloud/alloydb/v1/resources.rb', line 575 class TrialMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#upgrade_time ⇒ ::Google::Protobuf::Timestamp
Returns Upgrade time of trial cluster to Standard cluster.
575 576 577 578 |
# File 'proto_docs/google/cloud/alloydb/v1/resources.rb', line 575 class TrialMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |