Class: Google::Apis::DeploymentmanagerV2beta::Deployment
- Inherits:
-
Object
- Object
- Google::Apis::DeploymentmanagerV2beta::Deployment
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/deploymentmanager_v2beta/classes.rb,
generated/google/apis/deploymentmanager_v2beta/representations.rb,
generated/google/apis/deploymentmanager_v2beta/representations.rb
Instance Attribute Summary collapse
-
#description ⇒ String
An optional user-provided description of the deployment.
-
#fingerprint ⇒ String
Provides a fingerprint to use in requests to modify a deployment, such as
update()
,stop()
, andcancelPreview()
requests. -
#id ⇒ Fixnum
Corresponds to the JSON property
id
. -
#insert_time ⇒ String
Output only.
-
#labels ⇒ Array<Google::Apis::DeploymentmanagerV2beta::DeploymentLabelEntry>
Map of One Platform labels; provided by the client when the resource is created or updated.
-
#manifest ⇒ String
Output only.
-
#name ⇒ String
Name of the resource; provided by the client when the resource is created.
-
#operation ⇒ Google::Apis::DeploymentmanagerV2beta::Operation
Represents an Operation resource.
-
#self_link ⇒ String
Output only.
-
#target ⇒ Google::Apis::DeploymentmanagerV2beta::TargetConfiguration
[Input Only] The parameters that define your deployment, including the deployment configuration and relevant templates.
-
#update ⇒ Google::Apis::DeploymentmanagerV2beta::DeploymentUpdate
Output only.
-
#update_time ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Deployment
constructor
A new instance of Deployment.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Deployment
Returns a new instance of Deployment.
562 563 564 |
# File 'generated/google/apis/deploymentmanager_v2beta/classes.rb', line 562 def initialize(**args) update!(**args) end |
Instance Attribute Details
#description ⇒ String
An optional user-provided description of the deployment.
Corresponds to the JSON property description
475 476 477 |
# File 'generated/google/apis/deploymentmanager_v2beta/classes.rb', line 475 def description @description end |
#fingerprint ⇒ String
Provides a fingerprint to use in requests to modify a deployment, such as
update()
, stop()
, and cancelPreview()
requests. A fingerprint is a
randomly generated value that must be provided with update()
, stop()
, and
cancelPreview()
requests to perform optimistic locking. This ensures
optimistic concurrency so that only one request happens at a time. The
fingerprint is initially generated by Deployment Manager and changes after
every request to modify data. To get the latest fingerprint value, perform a
get()
request to a deployment.
Corresponds to the JSON property fingerprint
NOTE: Values are automatically base64 encoded/decoded in the client library.
488 489 490 |
# File 'generated/google/apis/deploymentmanager_v2beta/classes.rb', line 488 def fingerprint @fingerprint end |
#id ⇒ Fixnum
Corresponds to the JSON property id
493 494 495 |
# File 'generated/google/apis/deploymentmanager_v2beta/classes.rb', line 493 def id @id end |
#insert_time ⇒ String
Output only. Creation timestamp in RFC3339 text format.
Corresponds to the JSON property insertTime
498 499 500 |
# File 'generated/google/apis/deploymentmanager_v2beta/classes.rb', line 498 def insert_time @insert_time end |
#labels ⇒ Array<Google::Apis::DeploymentmanagerV2beta::DeploymentLabelEntry>
Map of One Platform 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]*[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]*[a-z0-9])?)?
.
Corresponds to the JSON property labels
507 508 509 |
# File 'generated/google/apis/deploymentmanager_v2beta/classes.rb', line 507 def labels @labels end |
#manifest ⇒ String
Output only. URL of the manifest representing the last manifest that was
successfully deployed. If no manifest has been successfully deployed, this
field will be absent.
Corresponds to the JSON property manifest
514 515 516 |
# File 'generated/google/apis/deploymentmanager_v2beta/classes.rb', line 514 def manifest @manifest end |
#name ⇒ String
Name of the resource; provided by the client when the resource is created. The
name must be 1-63 characters long, and comply with RFC1035. Specifically, the
name must be 1-63 characters long and match the regular expression [a-z]([-a-
z0-9]*[a-z0-9])?
which means the first character must be a lowercase letter,
and all following characters must be a dash, lowercase letter, or digit,
except the last character, which cannot be a dash.
Corresponds to the JSON property name
524 525 526 |
# File 'generated/google/apis/deploymentmanager_v2beta/classes.rb', line 524 def name @name end |
#operation ⇒ Google::Apis::DeploymentmanagerV2beta::Operation
Represents an Operation resource. Google Compute Engine has three Operation
resources: * Global * Regional * Zonal You can use an operation resource to manage asynchronous API
requests. For more information, read Handling API responses. Operations can be
global, regional or zonal. - For global operations, use the globalOperations
resource. - For regional operations, use the regionOperations
resource. -
For zonal operations, use the zonalOperations
resource. For more information,
read Global, Regional, and Zonal Resources.
Corresponds to the JSON property operation
538 539 540 |
# File 'generated/google/apis/deploymentmanager_v2beta/classes.rb', line 538 def operation @operation end |
#self_link ⇒ String
Output only. Server defined URL for the resource.
Corresponds to the JSON property selfLink
543 544 545 |
# File 'generated/google/apis/deploymentmanager_v2beta/classes.rb', line 543 def self_link @self_link end |
#target ⇒ Google::Apis::DeploymentmanagerV2beta::TargetConfiguration
[Input Only] The parameters that define your deployment, including the
deployment configuration and relevant templates.
Corresponds to the JSON property target
549 550 551 |
# File 'generated/google/apis/deploymentmanager_v2beta/classes.rb', line 549 def target @target end |
#update ⇒ Google::Apis::DeploymentmanagerV2beta::DeploymentUpdate
Output only. If Deployment Manager is currently updating or previewing an
update to this deployment, the updated configuration appears here.
Corresponds to the JSON property update
555 556 557 |
# File 'generated/google/apis/deploymentmanager_v2beta/classes.rb', line 555 def update @update end |
#update_time ⇒ String
Output only. Update timestamp in RFC3339 text format.
Corresponds to the JSON property updateTime
560 561 562 |
# File 'generated/google/apis/deploymentmanager_v2beta/classes.rb', line 560 def update_time @update_time end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
567 568 569 570 571 572 573 574 575 576 577 578 579 580 |
# File 'generated/google/apis/deploymentmanager_v2beta/classes.rb', line 567 def update!(**args) @description = args[:description] if args.key?(:description) @fingerprint = args[:fingerprint] if args.key?(:fingerprint) @id = args[:id] if args.key?(:id) @insert_time = args[:insert_time] if args.key?(:insert_time) @labels = args[:labels] if args.key?(:labels) @manifest = args[:manifest] if args.key?(:manifest) @name = args[:name] if args.key?(:name) @operation = args[:operation] if args.key?(:operation) @self_link = args[:self_link] if args.key?(:self_link) @target = args[:target] if args.key?(:target) @update = args[:update] if args.key?(:update) @update_time = args[:update_time] if args.key?(:update_time) end |