class Google::Apis::DeploymentmanagerV2::DeploymentUpdate

Attributes

labels[RW]
Output Only

Map of labels; provided by the client when the resource is

created or updated. Specifically: Label keys must be between 1 and 63 characters long and must conform to the following regular expression: [a-z]([- a-z0-9]*)? Label values must be between 0 and 63 characters long and must conform to the regular expression ([a-z](*[a-z0-9])?)? Corresponds to the JSON property `labels` @return [Array<Google::Apis::DeploymentmanagerV2::DeploymentUpdateLabelEntry>]

manifest[RW]
Output Only

URL of the manifest representing the update configuration of

this deployment. Corresponds to the JSON property `manifest` @return [String]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/deploymentmanager_v2/classes.rb, line 185
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/deploymentmanager_v2/classes.rb, line 190
def update!(**args)
  @labels = args[:labels] if args.key?(:labels)
  @manifest = args[:manifest] if args.key?(:manifest)
end