Class: Google::Cloud::Container::V1beta1::UpgradeDetails

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/container/v1beta1/cluster_service.rb

Overview

UpgradeDetails contains detailed information of each individual upgrade operation.

Defined Under Namespace

Modules: StartType, State

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Google::Protobuf::Timestamp

Returns The end timestamp of the upgrade.

Returns:



8872
8873
8874
8875
8876
8877
8878
8879
8880
8881
8882
8883
8884
8885
8886
8887
8888
8889
8890
8891
8892
8893
8894
8895
8896
8897
8898
8899
8900
8901
8902
8903
8904
8905
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 8872

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_emulated_version::String

Returns The emulated version before the upgrade.

Returns:

  • (::String)

    The emulated version before the upgrade.



8872
8873
8874
8875
8876
8877
8878
8879
8880
8881
8882
8883
8884
8885
8886
8887
8888
8889
8890
8891
8892
8893
8894
8895
8896
8897
8898
8899
8900
8901
8902
8903
8904
8905
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 8872

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.

Returns:

  • (::String)

    The version before the upgrade.



8872
8873
8874
8875
8876
8877
8878
8879
8880
8881
8882
8883
8884
8885
8886
8887
8888
8889
8890
8891
8892
8893
8894
8895
8896
8897
8898
8899
8900
8901
8902
8903
8904
8905
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 8872

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.

Returns:



8872
8873
8874
8875
8876
8877
8878
8879
8880
8881
8882
8883
8884
8885
8886
8887
8888
8889
8890
8891
8892
8893
8894
8895
8896
8897
8898
8899
8900
8901
8902
8903
8904
8905
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 8872

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::V1beta1::UpgradeDetails::StartType

Returns The start type of the upgrade.

Returns:



8872
8873
8874
8875
8876
8877
8878
8879
8880
8881
8882
8883
8884
8885
8886
8887
8888
8889
8890
8891
8892
8893
8894
8895
8896
8897
8898
8899
8900
8901
8902
8903
8904
8905
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 8872

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::V1beta1::UpgradeDetails::State (readonly)

Returns Output only. The state of the upgrade.

Returns:



8872
8873
8874
8875
8876
8877
8878
8879
8880
8881
8882
8883
8884
8885
8886
8887
8888
8889
8890
8891
8892
8893
8894
8895
8896
8897
8898
8899
8900
8901
8902
8903
8904
8905
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 8872

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_emulated_version::String

Returns The emulated version after the upgrade.

Returns:

  • (::String)

    The emulated version after the upgrade.



8872
8873
8874
8875
8876
8877
8878
8879
8880
8881
8882
8883
8884
8885
8886
8887
8888
8889
8890
8891
8892
8893
8894
8895
8896
8897
8898
8899
8900
8901
8902
8903
8904
8905
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 8872

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.

Returns:

  • (::String)

    The version after the upgrade.



8872
8873
8874
8875
8876
8877
8878
8879
8880
8881
8882
8883
8884
8885
8886
8887
8888
8889
8890
8891
8892
8893
8894
8895
8896
8897
8898
8899
8900
8901
8902
8903
8904
8905
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 8872

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