Class: Google::Apis::ManagedidentitiesV1::GoogleCloudSaasacceleratorManagementProvidersV1RolloutMetadata
- Inherits:
-
Object
- Object
- Google::Apis::ManagedidentitiesV1::GoogleCloudSaasacceleratorManagementProvidersV1RolloutMetadata
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/managedidentities_v1/classes.rb,
generated/google/apis/managedidentities_v1/representations.rb,
generated/google/apis/managedidentities_v1/representations.rb
Overview
This message has been deprecated. RolloutMetadata for an actuation instance. It maps to a single RolloutType.
Instance Attribute Summary collapse
-
#notification ⇒ Google::Apis::ManagedidentitiesV1::GoogleCloudSaasacceleratorManagementProvidersV1NotificationMetadata
This message has been deprecated.
-
#release_name ⇒ String
The last Release that has been applied to the instance.
-
#rollout_name ⇒ String
The last rollout that has been applied to the instance.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudSaasacceleratorManagementProvidersV1RolloutMetadata
constructor
A new instance of GoogleCloudSaasacceleratorManagementProvidersV1RolloutMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GoogleCloudSaasacceleratorManagementProvidersV1RolloutMetadata
Returns a new instance of GoogleCloudSaasacceleratorManagementProvidersV1RolloutMetadata.
816 817 818 |
# File 'generated/google/apis/managedidentities_v1/classes.rb', line 816 def initialize(**args) update!(**args) end |
Instance Attribute Details
#notification ⇒ Google::Apis::ManagedidentitiesV1::GoogleCloudSaasacceleratorManagementProvidersV1NotificationMetadata
This message has been deprecated.
NotificationMetadata is the notification state for an instance.
Corresponds to the JSON property notification
804 805 806 |
# File 'generated/google/apis/managedidentities_v1/classes.rb', line 804 def notification @notification end |
#release_name ⇒ String
The last Release that has been applied to the instance.
Corresponds to the JSON property releaseName
809 810 811 |
# File 'generated/google/apis/managedidentities_v1/classes.rb', line 809 def release_name @release_name end |
#rollout_name ⇒ String
The last rollout that has been applied to the instance.
Corresponds to the JSON property rolloutName
814 815 816 |
# File 'generated/google/apis/managedidentities_v1/classes.rb', line 814 def rollout_name @rollout_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
821 822 823 824 825 |
# File 'generated/google/apis/managedidentities_v1/classes.rb', line 821 def update!(**args) @notification = args[:notification] if args.key?(:notification) @release_name = args[:release_name] if args.key?(:release_name) @rollout_name = args[:rollout_name] if args.key?(:rollout_name) end |