class Google::Apis::ManagerV1beta2::DeployState
- Output Only
-
The current state of a replica or module.
Attributes
details[RW]
- Output Only
-
Human readable details about the current state.
Corresponds to the JSON property `details` @return [String]
status[RW]
- Output Only
-
The status of the deployment. Possible values include:
-
UNKNOWN
-
DEPLOYING
-
DEPLOYED
-
DEPLOYMENT_FAILED
-
DELETING
-
DELETED
-
DELETE_FAILED
Corresponds to the JSON property `status` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/manager_v1beta2/classes.rb, line 205 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/manager_v1beta2/classes.rb, line 210 def update!(**args) @details = args[:details] if args.key?(:details) @status = args[:status] if args.key?(:status) end