Reference documentation and code samples for the Kubernetes Engine V1 API class Google::Cloud::Container::V1::UpgradeInfoEvent.
UpgradeInfoEvent is a notification sent to customers about the upgrade information of a resource.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#current_version
def current_version() -> ::String
Returns
- (::String) — The current version before the upgrade.
#current_version=
def current_version=(value) -> ::String
Parameter
- value (::String) — The current version before the upgrade.
Returns
- (::String) — The current version before the upgrade.
#description
def description() -> ::String
Returns
- (::String) — A brief description of the event.
#description=
def description=(value) -> ::String
Parameter
- value (::String) — A brief description of the event.
Returns
- (::String) — A brief description of the event.
#end_time
def end_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The time when the operation ended.
#end_time=
def end_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The time when the operation ended.
Returns
- (::Google::Protobuf::Timestamp) — The time when the operation ended.
#operation
def operation() -> ::String
Returns
- (::String) — The operation associated with this upgrade.
#operation=
def operation=(value) -> ::String
Parameter
- value (::String) — The operation associated with this upgrade.
Returns
- (::String) — The operation associated with this upgrade.
#resource
def resource() -> ::String
Returns
- (::String) — Optional relative path to the resource. For example in node pool upgrades, the relative path of the node pool.
#resource=
def resource=(value) -> ::String
Parameter
- value (::String) — Optional relative path to the resource. For example in node pool upgrades, the relative path of the node pool.
Returns
- (::String) — Optional relative path to the resource. For example in node pool upgrades, the relative path of the node pool.
#resource_type
def resource_type() -> ::Google::Cloud::Container::V1::UpgradeResourceType
Returns
- (::Google::Cloud::Container::V1::UpgradeResourceType) — The resource type associated with the upgrade.
#resource_type=
def resource_type=(value) -> ::Google::Cloud::Container::V1::UpgradeResourceType
Parameter
- value (::Google::Cloud::Container::V1::UpgradeResourceType) — The resource type associated with the upgrade.
Returns
- (::Google::Cloud::Container::V1::UpgradeResourceType) — The resource type associated with the upgrade.
#start_time
def start_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The time when the operation was started.
#start_time=
def start_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The time when the operation was started.
Returns
- (::Google::Protobuf::Timestamp) — The time when the operation was started.
#state
def state() -> ::Google::Cloud::Container::V1::UpgradeInfoEvent::State
Returns
- (::Google::Cloud::Container::V1::UpgradeInfoEvent::State) — Output only. The state of the upgrade.
#target_version
def target_version() -> ::String
Returns
- (::String) — The target version for the upgrade.
#target_version=
def target_version=(value) -> ::String
Parameter
- value (::String) — The target version for the upgrade.
Returns
- (::String) — The target version for the upgrade.