Class: Google::Cloud::Container::V1::UpgradeDetails
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::UpgradeDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1/cluster_service.rb
Overview
UpgradeDetails contains detailed information of each individual upgrade operation.
Defined Under Namespace
Instance Attribute Summary collapse
-
#end_time ⇒ ::Google::Protobuf::Timestamp
The end timestamp of the upgrade.
-
#initial_version ⇒ ::String
The version before the upgrade.
-
#start_time ⇒ ::Google::Protobuf::Timestamp
The start timestamp of the upgrade.
-
#start_type ⇒ ::Google::Cloud::Container::V1::UpgradeDetails::StartType
The start type of the upgrade.
-
#state ⇒ ::Google::Cloud::Container::V1::UpgradeDetails::State
readonly
Output only.
-
#target_version ⇒ ::String
The version after the upgrade.
Instance Attribute Details
#end_time ⇒ ::Google::Protobuf::Timestamp
Returns The end timestamp of the upgrade.
7692 7693 7694 7695 7696 7697 7698 7699 7700 7701 7702 7703 7704 7705 7706 7707 7708 7709 7710 7711 7712 7713 7714 7715 7716 7717 7718 7719 7720 7721 7722 7723 7724 7725 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 7692 class UpgradeDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # State indicates the state of the upgrade. module State # Upgrade state is unknown. UNKNOWN = 0 # Upgrade has failed with an error. FAILED = 1 # Upgrade has succeeded. SUCCEEDED = 2 # Upgrade has been canceled. CANCELED = 3 # Upgrade is running. RUNNING = 4 end # StartType indicates the type of starting the upgrade. module StartType # Upgrade start type is unspecified. START_TYPE_UNSPECIFIED = 0 # Upgrade started automatically. AUTOMATIC = 1 # Upgrade started manually. MANUAL = 2 end end |
#initial_version ⇒ ::String
Returns The version before the upgrade.
7692 7693 7694 7695 7696 7697 7698 7699 7700 7701 7702 7703 7704 7705 7706 7707 7708 7709 7710 7711 7712 7713 7714 7715 7716 7717 7718 7719 7720 7721 7722 7723 7724 7725 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 7692 class UpgradeDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # State indicates the state of the upgrade. module State # Upgrade state is unknown. UNKNOWN = 0 # Upgrade has failed with an error. FAILED = 1 # Upgrade has succeeded. SUCCEEDED = 2 # Upgrade has been canceled. CANCELED = 3 # Upgrade is running. RUNNING = 4 end # StartType indicates the type of starting the upgrade. module StartType # Upgrade start type is unspecified. START_TYPE_UNSPECIFIED = 0 # Upgrade started automatically. AUTOMATIC = 1 # Upgrade started manually. MANUAL = 2 end end |
#start_time ⇒ ::Google::Protobuf::Timestamp
Returns The start timestamp of the upgrade.
7692 7693 7694 7695 7696 7697 7698 7699 7700 7701 7702 7703 7704 7705 7706 7707 7708 7709 7710 7711 7712 7713 7714 7715 7716 7717 7718 7719 7720 7721 7722 7723 7724 7725 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 7692 class UpgradeDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # State indicates the state of the upgrade. module State # Upgrade state is unknown. UNKNOWN = 0 # Upgrade has failed with an error. FAILED = 1 # Upgrade has succeeded. SUCCEEDED = 2 # Upgrade has been canceled. CANCELED = 3 # Upgrade is running. RUNNING = 4 end # StartType indicates the type of starting the upgrade. module StartType # Upgrade start type is unspecified. START_TYPE_UNSPECIFIED = 0 # Upgrade started automatically. AUTOMATIC = 1 # Upgrade started manually. MANUAL = 2 end end |
#start_type ⇒ ::Google::Cloud::Container::V1::UpgradeDetails::StartType
Returns The start type of the upgrade.
7692 7693 7694 7695 7696 7697 7698 7699 7700 7701 7702 7703 7704 7705 7706 7707 7708 7709 7710 7711 7712 7713 7714 7715 7716 7717 7718 7719 7720 7721 7722 7723 7724 7725 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 7692 class UpgradeDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # State indicates the state of the upgrade. module State # Upgrade state is unknown. UNKNOWN = 0 # Upgrade has failed with an error. FAILED = 1 # Upgrade has succeeded. SUCCEEDED = 2 # Upgrade has been canceled. CANCELED = 3 # Upgrade is running. RUNNING = 4 end # StartType indicates the type of starting the upgrade. module StartType # Upgrade start type is unspecified. START_TYPE_UNSPECIFIED = 0 # Upgrade started automatically. AUTOMATIC = 1 # Upgrade started manually. MANUAL = 2 end end |
#state ⇒ ::Google::Cloud::Container::V1::UpgradeDetails::State (readonly)
Returns Output only. The state of the upgrade.
7692 7693 7694 7695 7696 7697 7698 7699 7700 7701 7702 7703 7704 7705 7706 7707 7708 7709 7710 7711 7712 7713 7714 7715 7716 7717 7718 7719 7720 7721 7722 7723 7724 7725 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 7692 class UpgradeDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # State indicates the state of the upgrade. module State # Upgrade state is unknown. UNKNOWN = 0 # Upgrade has failed with an error. FAILED = 1 # Upgrade has succeeded. SUCCEEDED = 2 # Upgrade has been canceled. CANCELED = 3 # Upgrade is running. RUNNING = 4 end # StartType indicates the type of starting the upgrade. module StartType # Upgrade start type is unspecified. START_TYPE_UNSPECIFIED = 0 # Upgrade started automatically. AUTOMATIC = 1 # Upgrade started manually. MANUAL = 2 end end |
#target_version ⇒ ::String
Returns The version after the upgrade.
7692 7693 7694 7695 7696 7697 7698 7699 7700 7701 7702 7703 7704 7705 7706 7707 7708 7709 7710 7711 7712 7713 7714 7715 7716 7717 7718 7719 7720 7721 7722 7723 7724 7725 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 7692 class UpgradeDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # State indicates the state of the upgrade. module State # Upgrade state is unknown. UNKNOWN = 0 # Upgrade has failed with an error. FAILED = 1 # Upgrade has succeeded. SUCCEEDED = 2 # Upgrade has been canceled. CANCELED = 3 # Upgrade is running. RUNNING = 4 end # StartType indicates the type of starting the upgrade. module StartType # Upgrade start type is unspecified. START_TYPE_UNSPECIFIED = 0 # Upgrade started automatically. AUTOMATIC = 1 # Upgrade started manually. MANUAL = 2 end end |