1. Packages
  2. Google Cloud Native
  3. API Docs
  4. deploymentmanager
  5. deploymentmanager/v2
  6. getDeployment

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

google-native.deploymentmanager/v2.getDeployment

Explore with Pulumi AI

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

Gets information about a specific deployment.

Using getDeployment

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getDeployment(args: GetDeploymentArgs, opts?: InvokeOptions): Promise<GetDeploymentResult>
function getDeploymentOutput(args: GetDeploymentOutputArgs, opts?: InvokeOptions): Output<GetDeploymentResult>
Copy
def get_deployment(deployment: Optional[str] = None,
                   project: Optional[str] = None,
                   opts: Optional[InvokeOptions] = None) -> GetDeploymentResult
def get_deployment_output(deployment: Optional[pulumi.Input[str]] = None,
                   project: Optional[pulumi.Input[str]] = None,
                   opts: Optional[InvokeOptions] = None) -> Output[GetDeploymentResult]
Copy
func LookupDeployment(ctx *Context, args *LookupDeploymentArgs, opts ...InvokeOption) (*LookupDeploymentResult, error)
func LookupDeploymentOutput(ctx *Context, args *LookupDeploymentOutputArgs, opts ...InvokeOption) LookupDeploymentResultOutput
Copy

> Note: This function is named LookupDeployment in the Go SDK.

public static class GetDeployment 
{
    public static Task<GetDeploymentResult> InvokeAsync(GetDeploymentArgs args, InvokeOptions? opts = null)
    public static Output<GetDeploymentResult> Invoke(GetDeploymentInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetDeploymentResult> getDeployment(GetDeploymentArgs args, InvokeOptions options)
public static Output<GetDeploymentResult> getDeployment(GetDeploymentArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: google-native:deploymentmanager/v2:getDeployment
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Deployment This property is required. string
Project string
Deployment This property is required. string
Project string
deployment This property is required. String
project String
deployment This property is required. string
project string
deployment This property is required. str
project str
deployment This property is required. String
project String

getDeployment Result

The following output properties are available:

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(), 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.
InsertTime string
Creation timestamp in RFC3339 text format.
Labels List<Pulumi.GoogleNative.DeploymentManager.V2.Outputs.DeploymentLabelEntryResponse>
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])?)?.
Manifest string
URL of the manifest representing the last manifest that was successfully deployed. If no manifest has been successfully deployed, this field will be absent.
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.
Operation Pulumi.GoogleNative.DeploymentManager.V2.Outputs.OperationResponse
The Operation that most recently ran, or is currently running, on this deployment.
SelfLink string
Server defined URL for the resource.
Target Pulumi.GoogleNative.DeploymentManager.V2.Outputs.TargetConfigurationResponse
[Input Only] The parameters that define your deployment, including the deployment configuration and relevant templates.
Update Pulumi.GoogleNative.DeploymentManager.V2.Outputs.DeploymentUpdateResponse
If Deployment Manager is currently updating or previewing an update to this deployment, the updated configuration appears here.
UpdateTime string
Update timestamp in RFC3339 text format.
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(), 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.
InsertTime string
Creation timestamp in RFC3339 text format.
Labels []DeploymentLabelEntryResponse
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])?)?.
Manifest string
URL of the manifest representing the last manifest that was successfully deployed. If no manifest has been successfully deployed, this field will be absent.
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.
Operation OperationResponse
The Operation that most recently ran, or is currently running, on this deployment.
SelfLink string
Server defined URL for the resource.
Target TargetConfigurationResponse
[Input Only] The parameters that define your deployment, including the deployment configuration and relevant templates.
Update DeploymentUpdateResponse
If Deployment Manager is currently updating or previewing an update to this deployment, the updated configuration appears here.
UpdateTime string
Update timestamp in RFC3339 text format.
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(), 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.
insertTime String
Creation timestamp in RFC3339 text format.
labels List<DeploymentLabelEntryResponse>
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])?)?.
manifest String
URL of the manifest representing the last manifest that was successfully deployed. If no manifest has been successfully deployed, this field will be absent.
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.
operation OperationResponse
The Operation that most recently ran, or is currently running, on this deployment.
selfLink String
Server defined URL for the resource.
target TargetConfigurationResponse
[Input Only] The parameters that define your deployment, including the deployment configuration and relevant templates.
update DeploymentUpdateResponse
If Deployment Manager is currently updating or previewing an update to this deployment, the updated configuration appears here.
updateTime String
Update timestamp in RFC3339 text format.
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(), 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.
insertTime string
Creation timestamp in RFC3339 text format.
labels DeploymentLabelEntryResponse[]
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])?)?.
manifest string
URL of the manifest representing the last manifest that was successfully deployed. If no manifest has been successfully deployed, this field will be absent.
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.
operation OperationResponse
The Operation that most recently ran, or is currently running, on this deployment.
selfLink string
Server defined URL for the resource.
target TargetConfigurationResponse
[Input Only] The parameters that define your deployment, including the deployment configuration and relevant templates.
update DeploymentUpdateResponse
If Deployment Manager is currently updating or previewing an update to this deployment, the updated configuration appears here.
updateTime string
Update timestamp in RFC3339 text format.
description str
An optional user-provided description of the deployment.
fingerprint str
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.
insert_time str
Creation timestamp in RFC3339 text format.
labels Sequence[DeploymentLabelEntryResponse]
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])?)?.
manifest str
URL of the manifest representing the last manifest that was successfully deployed. If no manifest has been successfully deployed, this field will be absent.
name str
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.
operation OperationResponse
The Operation that most recently ran, or is currently running, on this deployment.
self_link str
Server defined URL for the resource.
target TargetConfigurationResponse
[Input Only] The parameters that define your deployment, including the deployment configuration and relevant templates.
update DeploymentUpdateResponse
If Deployment Manager is currently updating or previewing an update to this deployment, the updated configuration appears here.
update_time str
Update timestamp in RFC3339 text format.
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(), 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.
insertTime String
Creation timestamp in RFC3339 text format.
labels List<Property Map>
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])?)?.
manifest String
URL of the manifest representing the last manifest that was successfully deployed. If no manifest has been successfully deployed, this field will be absent.
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.
operation Property Map
The Operation that most recently ran, or is currently running, on this deployment.
selfLink String
Server defined URL for the resource.
target Property Map
[Input Only] The parameters that define your deployment, including the deployment configuration and relevant templates.
update Property Map
If Deployment Manager is currently updating or previewing an update to this deployment, the updated configuration appears here.
updateTime String
Update timestamp in RFC3339 text format.

Supporting Types

ConfigFileResponse

Content This property is required. string
The contents of the file.
Content This property is required. string
The contents of the file.
content This property is required. String
The contents of the file.
content This property is required. string
The contents of the file.
content This property is required. str
The contents of the file.
content This property is required. String
The contents of the file.

DeploymentLabelEntryResponse

Key This property is required. string
Key of the label
Value This property is required. string
Value of the label
Key This property is required. string
Key of the label
Value This property is required. string
Value of the label
key This property is required. String
Key of the label
value This property is required. String
Value of the label
key This property is required. string
Key of the label
value This property is required. string
Value of the label
key This property is required. str
Key of the label
value This property is required. str
Value of the label
key This property is required. String
Key of the label
value This property is required. String
Value of the label

DeploymentUpdateLabelEntryResponse

Key This property is required. string
Key of the label
Value This property is required. string
Value of the label
Key This property is required. string
Key of the label
Value This property is required. string
Value of the label
key This property is required. String
Key of the label
value This property is required. String
Value of the label
key This property is required. string
Key of the label
value This property is required. string
Value of the label
key This property is required. str
Key of the label
value This property is required. str
Value of the label
key This property is required. String
Key of the label
value This property is required. String
Value of the label

DeploymentUpdateResponse

Description This property is required. string
An optional user-provided description of the deployment after the current update has been applied.
Labels This property is required. List<Pulumi.GoogleNative.DeploymentManager.V2.Inputs.DeploymentUpdateLabelEntryResponse>
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])?)?.
Manifest This property is required. string
URL of the manifest representing the update configuration of this deployment.
Description This property is required. string
An optional user-provided description of the deployment after the current update has been applied.
Labels This property is required. []DeploymentUpdateLabelEntryResponse
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])?)?.
Manifest This property is required. string
URL of the manifest representing the update configuration of this deployment.
description This property is required. String
An optional user-provided description of the deployment after the current update has been applied.
labels This property is required. List<DeploymentUpdateLabelEntryResponse>
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])?)?.
manifest This property is required. String
URL of the manifest representing the update configuration of this deployment.
description This property is required. string
An optional user-provided description of the deployment after the current update has been applied.
labels This property is required. DeploymentUpdateLabelEntryResponse[]
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])?)?.
manifest This property is required. string
URL of the manifest representing the update configuration of this deployment.
description This property is required. str
An optional user-provided description of the deployment after the current update has been applied.
labels This property is required. Sequence[DeploymentUpdateLabelEntryResponse]
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])?)?.
manifest This property is required. str
URL of the manifest representing the update configuration of this deployment.
description This property is required. String
An optional user-provided description of the deployment after the current update has been applied.
labels This property is required. List<Property Map>
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])?)?.
manifest This property is required. String
URL of the manifest representing the update configuration of this deployment.

ImportFileResponse

Content This property is required. string
The contents of the file.
Name This property is required. string
The name of the file.
Content This property is required. string
The contents of the file.
Name This property is required. string
The name of the file.
content This property is required. String
The contents of the file.
name This property is required. String
The name of the file.
content This property is required. string
The contents of the file.
name This property is required. string
The name of the file.
content This property is required. str
The contents of the file.
name This property is required. str
The name of the file.
content This property is required. String
The contents of the file.
name This property is required. String
The name of the file.

InstancesBulkInsertOperationMetadataResponse

PerLocationStatus This property is required. Dictionary<string, string>
Status information per location (location name is key). Example key: zones/us-central1-a
PerLocationStatus This property is required. map[string]string
Status information per location (location name is key). Example key: zones/us-central1-a
perLocationStatus This property is required. Map<String,String>
Status information per location (location name is key). Example key: zones/us-central1-a
perLocationStatus This property is required. {[key: string]: string}
Status information per location (location name is key). Example key: zones/us-central1-a
per_location_status This property is required. Mapping[str, str]
Status information per location (location name is key). Example key: zones/us-central1-a
perLocationStatus This property is required. Map<String>
Status information per location (location name is key). Example key: zones/us-central1-a

OperationErrorErrorsItemResponse

Code This property is required. string
The error type identifier for this error.
Location This property is required. string
Indicates the field in the request that caused the error. This property is optional.
Message This property is required. string
An optional, human-readable error message.
Code This property is required. string
The error type identifier for this error.
Location This property is required. string
Indicates the field in the request that caused the error. This property is optional.
Message This property is required. string
An optional, human-readable error message.
code This property is required. String
The error type identifier for this error.
location This property is required. String
Indicates the field in the request that caused the error. This property is optional.
message This property is required. String
An optional, human-readable error message.
code This property is required. string
The error type identifier for this error.
location This property is required. string
Indicates the field in the request that caused the error. This property is optional.
message This property is required. string
An optional, human-readable error message.
code This property is required. str
The error type identifier for this error.
location This property is required. str
Indicates the field in the request that caused the error. This property is optional.
message This property is required. str
An optional, human-readable error message.
code This property is required. String
The error type identifier for this error.
location This property is required. String
Indicates the field in the request that caused the error. This property is optional.
message This property is required. String
An optional, human-readable error message.

OperationErrorResponse

Errors This property is required. List<Pulumi.GoogleNative.DeploymentManager.V2.Inputs.OperationErrorErrorsItemResponse>
The array of errors encountered while processing this operation.
Errors This property is required. []OperationErrorErrorsItemResponse
The array of errors encountered while processing this operation.
errors This property is required. List<OperationErrorErrorsItemResponse>
The array of errors encountered while processing this operation.
errors This property is required. OperationErrorErrorsItemResponse[]
The array of errors encountered while processing this operation.
errors This property is required. Sequence[OperationErrorErrorsItemResponse]
The array of errors encountered while processing this operation.
errors This property is required. List<Property Map>
The array of errors encountered while processing this operation.

OperationResponse

ClientOperationId This property is required. string
The value of requestId if you provided it in the request. Not present otherwise.
CreationTimestamp This property is required. string
[Deprecated] This field is deprecated.

Deprecated: [Deprecated] This field is deprecated.

Description This property is required. string
A textual description of the operation, which is set when the operation is created.
EndTime This property is required. string
The time that this operation was completed. This value is in RFC3339 text format.
Error This property is required. Pulumi.GoogleNative.DeploymentManager.V2.Inputs.OperationErrorResponse
If errors are generated during processing of the operation, this field will be populated.
HttpErrorMessage This property is required. string
If the operation fails, this field contains the HTTP error message that was returned, such as NOT FOUND.
HttpErrorStatusCode This property is required. int
If the operation fails, this field contains the HTTP error status code that was returned. For example, a 404 means the resource was not found.
InsertTime This property is required. string
The time that this operation was requested. This value is in RFC3339 text format.
InstancesBulkInsertOperationMetadata This property is required. Pulumi.GoogleNative.DeploymentManager.V2.Inputs.InstancesBulkInsertOperationMetadataResponse
Kind This property is required. string
Type of the resource. Always compute#operation for Operation resources.
Name This property is required. string
Name of the operation.
OperationGroupId This property is required. string
An ID that represents a group of operations, such as when a group of operations results from a bulkInsert API request.
OperationType This property is required. string
The type of operation, such as insert, update, or delete, and so on.
Progress This property is required. int
An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess when the operation will be complete. This number should monotonically increase as the operation progresses.
Region This property is required. string
The URL of the region where the operation resides. Only applicable when performing regional operations.
SelfLink This property is required. string
Server-defined URL for the resource.
SetCommonInstanceMetadataOperationMetadata This property is required. Pulumi.GoogleNative.DeploymentManager.V2.Inputs.SetCommonInstanceMetadataOperationMetadataResponse
If the operation is for projects.setCommonInstanceMetadata, this field will contain information on all underlying zonal actions and their state.
StartTime This property is required. string
The time that this operation was started by the server. This value is in RFC3339 text format.
Status This property is required. string
The status of the operation, which can be one of the following: PENDING, RUNNING, or DONE.
StatusMessage This property is required. string
An optional textual description of the current status of the operation.
TargetId This property is required. string
The unique target ID, which identifies a specific incarnation of the target resource.
TargetLink This property is required. string
The URL of the resource that the operation modifies. For operations related to creating a snapshot, this points to the persistent disk that the snapshot was created from.
User This property is required. string
User who requested the operation, for example: user@example.com or alice_smith_identifier (global/workforcePools/example-com-us-employees).
Warnings This property is required. List<Pulumi.GoogleNative.DeploymentManager.V2.Inputs.OperationWarningsItemResponse>
If warning messages are generated during processing of the operation, this field will be populated.
Zone This property is required. string
The URL of the zone where the operation resides. Only applicable when performing per-zone operations.
ClientOperationId This property is required. string
The value of requestId if you provided it in the request. Not present otherwise.
CreationTimestamp This property is required. string
[Deprecated] This field is deprecated.

Deprecated: [Deprecated] This field is deprecated.

Description This property is required. string
A textual description of the operation, which is set when the operation is created.
EndTime This property is required. string
The time that this operation was completed. This value is in RFC3339 text format.
Error This property is required. OperationErrorResponse
If errors are generated during processing of the operation, this field will be populated.
HttpErrorMessage This property is required. string
If the operation fails, this field contains the HTTP error message that was returned, such as NOT FOUND.
HttpErrorStatusCode This property is required. int
If the operation fails, this field contains the HTTP error status code that was returned. For example, a 404 means the resource was not found.
InsertTime This property is required. string
The time that this operation was requested. This value is in RFC3339 text format.
InstancesBulkInsertOperationMetadata This property is required. InstancesBulkInsertOperationMetadataResponse
Kind This property is required. string
Type of the resource. Always compute#operation for Operation resources.
Name This property is required. string
Name of the operation.
OperationGroupId This property is required. string
An ID that represents a group of operations, such as when a group of operations results from a bulkInsert API request.
OperationType This property is required. string
The type of operation, such as insert, update, or delete, and so on.
Progress This property is required. int
An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess when the operation will be complete. This number should monotonically increase as the operation progresses.
Region This property is required. string
The URL of the region where the operation resides. Only applicable when performing regional operations.
SelfLink This property is required. string
Server-defined URL for the resource.
SetCommonInstanceMetadataOperationMetadata This property is required. SetCommonInstanceMetadataOperationMetadataResponse
If the operation is for projects.setCommonInstanceMetadata, this field will contain information on all underlying zonal actions and their state.
StartTime This property is required. string
The time that this operation was started by the server. This value is in RFC3339 text format.
Status This property is required. string
The status of the operation, which can be one of the following: PENDING, RUNNING, or DONE.
StatusMessage This property is required. string
An optional textual description of the current status of the operation.
TargetId This property is required. string
The unique target ID, which identifies a specific incarnation of the target resource.
TargetLink This property is required. string
The URL of the resource that the operation modifies. For operations related to creating a snapshot, this points to the persistent disk that the snapshot was created from.
User This property is required. string
User who requested the operation, for example: user@example.com or alice_smith_identifier (global/workforcePools/example-com-us-employees).
Warnings This property is required. []OperationWarningsItemResponse
If warning messages are generated during processing of the operation, this field will be populated.
Zone This property is required. string
The URL of the zone where the operation resides. Only applicable when performing per-zone operations.
clientOperationId This property is required. String
The value of requestId if you provided it in the request. Not present otherwise.
creationTimestamp This property is required. String
[Deprecated] This field is deprecated.

Deprecated: [Deprecated] This field is deprecated.

description This property is required. String
A textual description of the operation, which is set when the operation is created.
endTime This property is required. String
The time that this operation was completed. This value is in RFC3339 text format.
error This property is required. OperationErrorResponse
If errors are generated during processing of the operation, this field will be populated.
httpErrorMessage This property is required. String
If the operation fails, this field contains the HTTP error message that was returned, such as NOT FOUND.
httpErrorStatusCode This property is required. Integer
If the operation fails, this field contains the HTTP error status code that was returned. For example, a 404 means the resource was not found.
insertTime This property is required. String
The time that this operation was requested. This value is in RFC3339 text format.
instancesBulkInsertOperationMetadata This property is required. InstancesBulkInsertOperationMetadataResponse
kind This property is required. String
Type of the resource. Always compute#operation for Operation resources.
name This property is required. String
Name of the operation.
operationGroupId This property is required. String
An ID that represents a group of operations, such as when a group of operations results from a bulkInsert API request.
operationType This property is required. String
The type of operation, such as insert, update, or delete, and so on.
progress This property is required. Integer
An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess when the operation will be complete. This number should monotonically increase as the operation progresses.
region This property is required. String
The URL of the region where the operation resides. Only applicable when performing regional operations.
selfLink This property is required. String
Server-defined URL for the resource.
setCommonInstanceMetadataOperationMetadata This property is required. SetCommonInstanceMetadataOperationMetadataResponse
If the operation is for projects.setCommonInstanceMetadata, this field will contain information on all underlying zonal actions and their state.
startTime This property is required. String
The time that this operation was started by the server. This value is in RFC3339 text format.
status This property is required. String
The status of the operation, which can be one of the following: PENDING, RUNNING, or DONE.
statusMessage This property is required. String
An optional textual description of the current status of the operation.
targetId This property is required. String
The unique target ID, which identifies a specific incarnation of the target resource.
targetLink This property is required. String
The URL of the resource that the operation modifies. For operations related to creating a snapshot, this points to the persistent disk that the snapshot was created from.
user This property is required. String
User who requested the operation, for example: user@example.com or alice_smith_identifier (global/workforcePools/example-com-us-employees).
warnings This property is required. List<OperationWarningsItemResponse>
If warning messages are generated during processing of the operation, this field will be populated.
zone This property is required. String
The URL of the zone where the operation resides. Only applicable when performing per-zone operations.
clientOperationId This property is required. string
The value of requestId if you provided it in the request. Not present otherwise.
creationTimestamp This property is required. string
[Deprecated] This field is deprecated.

Deprecated: [Deprecated] This field is deprecated.

description This property is required. string
A textual description of the operation, which is set when the operation is created.
endTime This property is required. string
The time that this operation was completed. This value is in RFC3339 text format.
error This property is required. OperationErrorResponse
If errors are generated during processing of the operation, this field will be populated.
httpErrorMessage This property is required. string
If the operation fails, this field contains the HTTP error message that was returned, such as NOT FOUND.
httpErrorStatusCode This property is required. number
If the operation fails, this field contains the HTTP error status code that was returned. For example, a 404 means the resource was not found.
insertTime This property is required. string
The time that this operation was requested. This value is in RFC3339 text format.
instancesBulkInsertOperationMetadata This property is required. InstancesBulkInsertOperationMetadataResponse
kind This property is required. string
Type of the resource. Always compute#operation for Operation resources.
name This property is required. string
Name of the operation.
operationGroupId This property is required. string
An ID that represents a group of operations, such as when a group of operations results from a bulkInsert API request.
operationType This property is required. string
The type of operation, such as insert, update, or delete, and so on.
progress This property is required. number
An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess when the operation will be complete. This number should monotonically increase as the operation progresses.
region This property is required. string
The URL of the region where the operation resides. Only applicable when performing regional operations.
selfLink This property is required. string
Server-defined URL for the resource.
setCommonInstanceMetadataOperationMetadata This property is required. SetCommonInstanceMetadataOperationMetadataResponse
If the operation is for projects.setCommonInstanceMetadata, this field will contain information on all underlying zonal actions and their state.
startTime This property is required. string
The time that this operation was started by the server. This value is in RFC3339 text format.
status This property is required. string
The status of the operation, which can be one of the following: PENDING, RUNNING, or DONE.
statusMessage This property is required. string
An optional textual description of the current status of the operation.
targetId This property is required. string
The unique target ID, which identifies a specific incarnation of the target resource.
targetLink This property is required. string
The URL of the resource that the operation modifies. For operations related to creating a snapshot, this points to the persistent disk that the snapshot was created from.
user This property is required. string
User who requested the operation, for example: user@example.com or alice_smith_identifier (global/workforcePools/example-com-us-employees).
warnings This property is required. OperationWarningsItemResponse[]
If warning messages are generated during processing of the operation, this field will be populated.
zone This property is required. string
The URL of the zone where the operation resides. Only applicable when performing per-zone operations.
client_operation_id This property is required. str
The value of requestId if you provided it in the request. Not present otherwise.
creation_timestamp This property is required. str
[Deprecated] This field is deprecated.

Deprecated: [Deprecated] This field is deprecated.

description This property is required. str
A textual description of the operation, which is set when the operation is created.
end_time This property is required. str
The time that this operation was completed. This value is in RFC3339 text format.
error This property is required. OperationErrorResponse
If errors are generated during processing of the operation, this field will be populated.
http_error_message This property is required. str
If the operation fails, this field contains the HTTP error message that was returned, such as NOT FOUND.
http_error_status_code This property is required. int
If the operation fails, this field contains the HTTP error status code that was returned. For example, a 404 means the resource was not found.
insert_time This property is required. str
The time that this operation was requested. This value is in RFC3339 text format.
instances_bulk_insert_operation_metadata This property is required. InstancesBulkInsertOperationMetadataResponse
kind This property is required. str
Type of the resource. Always compute#operation for Operation resources.
name This property is required. str
Name of the operation.
operation_group_id This property is required. str
An ID that represents a group of operations, such as when a group of operations results from a bulkInsert API request.
operation_type This property is required. str
The type of operation, such as insert, update, or delete, and so on.
progress This property is required. int
An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess when the operation will be complete. This number should monotonically increase as the operation progresses.
region This property is required. str
The URL of the region where the operation resides. Only applicable when performing regional operations.
self_link This property is required. str
Server-defined URL for the resource.
set_common_instance_metadata_operation_metadata This property is required. SetCommonInstanceMetadataOperationMetadataResponse
If the operation is for projects.setCommonInstanceMetadata, this field will contain information on all underlying zonal actions and their state.
start_time This property is required. str
The time that this operation was started by the server. This value is in RFC3339 text format.
status This property is required. str
The status of the operation, which can be one of the following: PENDING, RUNNING, or DONE.
status_message This property is required. str
An optional textual description of the current status of the operation.
target_id This property is required. str
The unique target ID, which identifies a specific incarnation of the target resource.
target_link This property is required. str
The URL of the resource that the operation modifies. For operations related to creating a snapshot, this points to the persistent disk that the snapshot was created from.
user This property is required. str
User who requested the operation, for example: user@example.com or alice_smith_identifier (global/workforcePools/example-com-us-employees).
warnings This property is required. Sequence[OperationWarningsItemResponse]
If warning messages are generated during processing of the operation, this field will be populated.
zone This property is required. str
The URL of the zone where the operation resides. Only applicable when performing per-zone operations.
clientOperationId This property is required. String
The value of requestId if you provided it in the request. Not present otherwise.
creationTimestamp This property is required. String
[Deprecated] This field is deprecated.

Deprecated: [Deprecated] This field is deprecated.

description This property is required. String
A textual description of the operation, which is set when the operation is created.
endTime This property is required. String
The time that this operation was completed. This value is in RFC3339 text format.
error This property is required. Property Map
If errors are generated during processing of the operation, this field will be populated.
httpErrorMessage This property is required. String
If the operation fails, this field contains the HTTP error message that was returned, such as NOT FOUND.
httpErrorStatusCode This property is required. Number
If the operation fails, this field contains the HTTP error status code that was returned. For example, a 404 means the resource was not found.
insertTime This property is required. String
The time that this operation was requested. This value is in RFC3339 text format.
instancesBulkInsertOperationMetadata This property is required. Property Map
kind This property is required. String
Type of the resource. Always compute#operation for Operation resources.
name This property is required. String
Name of the operation.
operationGroupId This property is required. String
An ID that represents a group of operations, such as when a group of operations results from a bulkInsert API request.
operationType This property is required. String
The type of operation, such as insert, update, or delete, and so on.
progress This property is required. Number
An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess when the operation will be complete. This number should monotonically increase as the operation progresses.
region This property is required. String
The URL of the region where the operation resides. Only applicable when performing regional operations.
selfLink This property is required. String
Server-defined URL for the resource.
setCommonInstanceMetadataOperationMetadata This property is required. Property Map
If the operation is for projects.setCommonInstanceMetadata, this field will contain information on all underlying zonal actions and their state.
startTime This property is required. String
The time that this operation was started by the server. This value is in RFC3339 text format.
status This property is required. String
The status of the operation, which can be one of the following: PENDING, RUNNING, or DONE.
statusMessage This property is required. String
An optional textual description of the current status of the operation.
targetId This property is required. String
The unique target ID, which identifies a specific incarnation of the target resource.
targetLink This property is required. String
The URL of the resource that the operation modifies. For operations related to creating a snapshot, this points to the persistent disk that the snapshot was created from.
user This property is required. String
User who requested the operation, for example: user@example.com or alice_smith_identifier (global/workforcePools/example-com-us-employees).
warnings This property is required. List<Property Map>
If warning messages are generated during processing of the operation, this field will be populated.
zone This property is required. String
The URL of the zone where the operation resides. Only applicable when performing per-zone operations.

OperationWarningsItemDataItemResponse

Key This property is required. string
A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).
Value This property is required. string
A warning data value corresponding to the key.
Key This property is required. string
A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).
Value This property is required. string
A warning data value corresponding to the key.
key This property is required. String
A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).
value This property is required. String
A warning data value corresponding to the key.
key This property is required. string
A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).
value This property is required. string
A warning data value corresponding to the key.
key This property is required. str
A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).
value This property is required. str
A warning data value corresponding to the key.
key This property is required. String
A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).
value This property is required. String
A warning data value corresponding to the key.

OperationWarningsItemResponse

Code This property is required. string
A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.
Data This property is required. List<Pulumi.GoogleNative.DeploymentManager.V2.Inputs.OperationWarningsItemDataItemResponse>
Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }
Message This property is required. string
A human-readable description of the warning code.
Code This property is required. string
A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.
Data This property is required. []OperationWarningsItemDataItemResponse
Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }
Message This property is required. string
A human-readable description of the warning code.
code This property is required. String
A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.
data This property is required. List<OperationWarningsItemDataItemResponse>
Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }
message This property is required. String
A human-readable description of the warning code.
code This property is required. string
A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.
data This property is required. OperationWarningsItemDataItemResponse[]
Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }
message This property is required. string
A human-readable description of the warning code.
code This property is required. str
A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.
data This property is required. Sequence[OperationWarningsItemDataItemResponse]
Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }
message This property is required. str
A human-readable description of the warning code.
code This property is required. String
A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.
data This property is required. List<Property Map>
Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }
message This property is required. String
A human-readable description of the warning code.

SetCommonInstanceMetadataOperationMetadataResponse

ClientOperationId This property is required. string
The client operation id.
PerLocationOperations This property is required. Dictionary<string, string>
Status information per location (location name is key). Example key: zones/us-central1-a
ClientOperationId This property is required. string
The client operation id.
PerLocationOperations This property is required. map[string]string
Status information per location (location name is key). Example key: zones/us-central1-a
clientOperationId This property is required. String
The client operation id.
perLocationOperations This property is required. Map<String,String>
Status information per location (location name is key). Example key: zones/us-central1-a
clientOperationId This property is required. string
The client operation id.
perLocationOperations This property is required. {[key: string]: string}
Status information per location (location name is key). Example key: zones/us-central1-a
client_operation_id This property is required. str
The client operation id.
per_location_operations This property is required. Mapping[str, str]
Status information per location (location name is key). Example key: zones/us-central1-a
clientOperationId This property is required. String
The client operation id.
perLocationOperations This property is required. Map<String>
Status information per location (location name is key). Example key: zones/us-central1-a

TargetConfigurationResponse

Config This property is required. Pulumi.GoogleNative.DeploymentManager.V2.Inputs.ConfigFileResponse
The configuration to use for this deployment.
Imports This property is required. List<Pulumi.GoogleNative.DeploymentManager.V2.Inputs.ImportFileResponse>
Specifies any files to import for this configuration. This can be used to import templates or other files. For example, you might import a text file in order to use the file in a template.
Config This property is required. ConfigFileResponse
The configuration to use for this deployment.
Imports This property is required. []ImportFileResponse
Specifies any files to import for this configuration. This can be used to import templates or other files. For example, you might import a text file in order to use the file in a template.
config This property is required. ConfigFileResponse
The configuration to use for this deployment.
imports This property is required. List<ImportFileResponse>
Specifies any files to import for this configuration. This can be used to import templates or other files. For example, you might import a text file in order to use the file in a template.
config This property is required. ConfigFileResponse
The configuration to use for this deployment.
imports This property is required. ImportFileResponse[]
Specifies any files to import for this configuration. This can be used to import templates or other files. For example, you might import a text file in order to use the file in a template.
config This property is required. ConfigFileResponse
The configuration to use for this deployment.
imports This property is required. Sequence[ImportFileResponse]
Specifies any files to import for this configuration. This can be used to import templates or other files. For example, you might import a text file in order to use the file in a template.
config This property is required. Property Map
The configuration to use for this deployment.
imports This property is required. List<Property Map>
Specifies any files to import for this configuration. This can be used to import templates or other files. For example, you might import a text file in order to use the file in a template.

Package Details

Repository
Google Cloud Native pulumi/pulumi-google-native
License
Apache-2.0

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi