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/v2beta.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>
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]
func LookupDeployment(ctx *Context, args *LookupDeploymentArgs, opts ...InvokeOption) (*LookupDeploymentResult, error)
func LookupDeploymentOutput(ctx *Context, args *LookupDeploymentOutputArgs, opts ...InvokeOption) LookupDeploymentResultOutput
> 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)
}
public static CompletableFuture<GetDeploymentResult> getDeployment(GetDeploymentArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: google-native:deploymentmanager/v2beta:getDeployment
arguments:
# arguments dictionary
The following arguments are supported:
- Deployment string
- Project string
- Deployment string
- Project string
- deployment String
- project String
- deployment string
- project string
- deployment str
- project str
- deployment 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()
, andcancelPreview()
requests. A fingerprint is a randomly generated value that must be provided withupdate()
,stop()
, andcancelPreview()
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 aget()
request to a deployment. - Insert
Time string - Creation timestamp in RFC3339 text format.
- Labels
List<Pulumi.
Google Native. Deployment Manager. V2Beta. Outputs. Deployment Label Entry Response> - 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.
Google Native. Deployment Manager. V2Beta. Outputs. Operation Response - The Operation that most recently ran, or is currently running, on this deployment.
- Self
Link string - Server defined URL for the resource.
- Target
Pulumi.
Google Native. Deployment Manager. V2Beta. Outputs. Target Configuration Response - [Input Only] The parameters that define your deployment, including the deployment configuration and relevant templates.
- Update
Pulumi.
Google Native. Deployment Manager. V2Beta. Outputs. Deployment Update Response - If Deployment Manager is currently updating or previewing an update to this deployment, the updated configuration appears here.
- Update
Time 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()
, andcancelPreview()
requests. A fingerprint is a randomly generated value that must be provided withupdate()
,stop()
, andcancelPreview()
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 aget()
request to a deployment. - Insert
Time string - Creation timestamp in RFC3339 text format.
- Labels
[]Deployment
Label Entry Response - 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
Operation
Response - The Operation that most recently ran, or is currently running, on this deployment.
- Self
Link string - Server defined URL for the resource.
- Target
Target
Configuration Response - [Input Only] The parameters that define your deployment, including the deployment configuration and relevant templates.
- Update
Deployment
Update Response - If Deployment Manager is currently updating or previewing an update to this deployment, the updated configuration appears here.
- Update
Time 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()
, andcancelPreview()
requests. A fingerprint is a randomly generated value that must be provided withupdate()
,stop()
, andcancelPreview()
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 aget()
request to a deployment. - insert
Time String - Creation timestamp in RFC3339 text format.
- labels
List<Deployment
Label Entry Response> - 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
Operation
Response - The Operation that most recently ran, or is currently running, on this deployment.
- self
Link String - Server defined URL for the resource.
- target
Target
Configuration Response - [Input Only] The parameters that define your deployment, including the deployment configuration and relevant templates.
- update
Deployment
Update Response - If Deployment Manager is currently updating or previewing an update to this deployment, the updated configuration appears here.
- update
Time 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()
, andcancelPreview()
requests. A fingerprint is a randomly generated value that must be provided withupdate()
,stop()
, andcancelPreview()
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 aget()
request to a deployment. - insert
Time string - Creation timestamp in RFC3339 text format.
- labels
Deployment
Label Entry Response[] - 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
Operation
Response - The Operation that most recently ran, or is currently running, on this deployment.
- self
Link string - Server defined URL for the resource.
- target
Target
Configuration Response - [Input Only] The parameters that define your deployment, including the deployment configuration and relevant templates.
- update
Deployment
Update Response - If Deployment Manager is currently updating or previewing an update to this deployment, the updated configuration appears here.
- update
Time 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()
, andcancelPreview()
requests. A fingerprint is a randomly generated value that must be provided withupdate()
,stop()
, andcancelPreview()
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 aget()
request to a deployment. - insert_
time str - Creation timestamp in RFC3339 text format.
- labels
Sequence[Deployment
Label Entry Response] - 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
Operation
Response - The Operation that most recently ran, or is currently running, on this deployment.
- self_
link str - Server defined URL for the resource.
- target
Target
Configuration Response - [Input Only] The parameters that define your deployment, including the deployment configuration and relevant templates.
- update
Deployment
Update Response - 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()
, andcancelPreview()
requests. A fingerprint is a randomly generated value that must be provided withupdate()
,stop()
, andcancelPreview()
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 aget()
request to a deployment. - insert
Time 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.
- self
Link 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.
- update
Time String - Update timestamp in RFC3339 text format.
Supporting Types
ConfigFileResponse
- Content string
- The contents of the file.
- Content string
- The contents of the file.
- content String
- The contents of the file.
- content string
- The contents of the file.
- content str
- The contents of the file.
- content String
- The contents of the file.
DeploymentLabelEntryResponse
DeploymentUpdateLabelEntryResponse
DeploymentUpdateResponse
- Description string
- An optional user-provided description of the deployment after the current update has been applied.
- Labels
List<Pulumi.
Google Native. Deployment Manager. V2Beta. Inputs. Deployment Update Label Entry Response> - 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 update configuration of this deployment.
- Description string
- An optional user-provided description of the deployment after the current update has been applied.
- Labels
[]Deployment
Update Label Entry Response - 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 update configuration of this deployment.
- description String
- An optional user-provided description of the deployment after the current update has been applied.
- labels
List<Deployment
Update Label Entry Response> - 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 update configuration of this deployment.
- description string
- An optional user-provided description of the deployment after the current update has been applied.
- labels
Deployment
Update Label Entry Response[] - 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 update configuration of this deployment.
- description str
- An optional user-provided description of the deployment after the current update has been applied.
- labels
Sequence[Deployment
Update Label Entry Response] - 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 update configuration of this deployment.
- description String
- An optional user-provided description of the deployment after the current update has been applied.
- 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 update configuration of this deployment.
ImportFileResponse
InstancesBulkInsertOperationMetadataResponse
- Per
Location Dictionary<string, string>Status - Status information per location (location name is key). Example key: zones/us-central1-a
- Per
Location map[string]stringStatus - Status information per location (location name is key). Example key: zones/us-central1-a
- per
Location Map<String,String>Status - Status information per location (location name is key). Example key: zones/us-central1-a
- per
Location {[key: string]: string}Status - Status information per location (location name is key). Example key: zones/us-central1-a
- per_
location_ Mapping[str, str]status - Status information per location (location name is key). Example key: zones/us-central1-a
- per
Location Map<String>Status - Status information per location (location name is key). Example key: zones/us-central1-a
OperationErrorErrorsItemResponse
OperationErrorResponse
- Errors
List<Pulumi.
Google Native. Deployment Manager. V2Beta. Inputs. Operation Error Errors Item Response> - The array of errors encountered while processing this operation.
- Errors
[]Operation
Error Errors Item Response - The array of errors encountered while processing this operation.
- errors
List<Operation
Error Errors Item Response> - The array of errors encountered while processing this operation.
- errors
Operation
Error Errors Item Response[] - The array of errors encountered while processing this operation.
- errors
Sequence[Operation
Error Errors Item Response] - The array of errors encountered while processing this operation.
- errors List<Property Map>
- The array of errors encountered while processing this operation.
OperationResponse
- Client
Operation stringId - The value of
requestId
if you provided it in the request. Not present otherwise. - Creation
Timestamp string - [Deprecated] This field is deprecated.
- Description string
- A textual description of the operation, which is set when the operation is created.
- End
Time string - The time that this operation was completed. This value is in RFC3339 text format.
- Error
Pulumi.
Google Native. Deployment Manager. V2Beta. Inputs. Operation Error Response - If errors are generated during processing of the operation, this field will be populated.
- Http
Error stringMessage - If the operation fails, this field contains the HTTP error message that was returned, such as
NOT FOUND
. - Http
Error intStatus Code - 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 string - The time that this operation was requested. This value is in RFC3339 text format.
- Instances
Bulk Pulumi.Insert Operation Metadata Google Native. Deployment Manager. V2Beta. Inputs. Instances Bulk Insert Operation Metadata Response - Kind string
- Type of the resource. Always
compute#operation
for Operation resources. - Name string
- Name of the operation.
- Operation
Group stringId - An ID that represents a group of operations, such as when a group of operations results from a
bulkInsert
API request. - Operation
Type string - The type of operation, such as
insert
,update
, ordelete
, and so on. - Progress 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 string
- The URL of the region where the operation resides. Only applicable when performing regional operations.
- Self
Link string - Server-defined URL for the resource.
- Set
Common Pulumi.Instance Metadata Operation Metadata Google Native. Deployment Manager. V2Beta. Inputs. Set Common Instance Metadata Operation Metadata Response - If the operation is for projects.setCommonInstanceMetadata, this field will contain information on all underlying zonal actions and their state.
- Start
Time string - The time that this operation was started by the server. This value is in RFC3339 text format.
- Status string
- The status of the operation, which can be one of the following:
PENDING
,RUNNING
, orDONE
. - Status
Message string - An optional textual description of the current status of the operation.
- Target
Id string - The unique target ID, which identifies a specific incarnation of the target resource.
- Target
Link 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 string
- User who requested the operation, for example:
user@example.com
oralice_smith_identifier (global/workforcePools/example-com-us-employees)
. - Warnings
List<Pulumi.
Google Native. Deployment Manager. V2Beta. Inputs. Operation Warnings Item Response> - If warning messages are generated during processing of the operation, this field will be populated.
- Zone string
- The URL of the zone where the operation resides. Only applicable when performing per-zone operations.
- Client
Operation stringId - The value of
requestId
if you provided it in the request. Not present otherwise. - Creation
Timestamp string - [Deprecated] This field is deprecated.
- Description string
- A textual description of the operation, which is set when the operation is created.
- End
Time string - The time that this operation was completed. This value is in RFC3339 text format.
- Error
Operation
Error Response - If errors are generated during processing of the operation, this field will be populated.
- Http
Error stringMessage - If the operation fails, this field contains the HTTP error message that was returned, such as
NOT FOUND
. - Http
Error intStatus Code - 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 string - The time that this operation was requested. This value is in RFC3339 text format.
- Instances
Bulk InstancesInsert Operation Metadata Bulk Insert Operation Metadata Response - Kind string
- Type of the resource. Always
compute#operation
for Operation resources. - Name string
- Name of the operation.
- Operation
Group stringId - An ID that represents a group of operations, such as when a group of operations results from a
bulkInsert
API request. - Operation
Type string - The type of operation, such as
insert
,update
, ordelete
, and so on. - Progress 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 string
- The URL of the region where the operation resides. Only applicable when performing regional operations.
- Self
Link string - Server-defined URL for the resource.
- Set
Common SetInstance Metadata Operation Metadata Common Instance Metadata Operation Metadata Response - If the operation is for projects.setCommonInstanceMetadata, this field will contain information on all underlying zonal actions and their state.
- Start
Time string - The time that this operation was started by the server. This value is in RFC3339 text format.
- Status string
- The status of the operation, which can be one of the following:
PENDING
,RUNNING
, orDONE
. - Status
Message string - An optional textual description of the current status of the operation.
- Target
Id string - The unique target ID, which identifies a specific incarnation of the target resource.
- Target
Link 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 string
- User who requested the operation, for example:
user@example.com
oralice_smith_identifier (global/workforcePools/example-com-us-employees)
. - Warnings
[]Operation
Warnings Item Response - If warning messages are generated during processing of the operation, this field will be populated.
- Zone string
- The URL of the zone where the operation resides. Only applicable when performing per-zone operations.
- client
Operation StringId - The value of
requestId
if you provided it in the request. Not present otherwise. - creation
Timestamp String - [Deprecated] This field is deprecated.
- description String
- A textual description of the operation, which is set when the operation is created.
- end
Time String - The time that this operation was completed. This value is in RFC3339 text format.
- error
Operation
Error Response - If errors are generated during processing of the operation, this field will be populated.
- http
Error StringMessage - If the operation fails, this field contains the HTTP error message that was returned, such as
NOT FOUND
. - http
Error IntegerStatus Code - 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 String - The time that this operation was requested. This value is in RFC3339 text format.
- instances
Bulk InstancesInsert Operation Metadata Bulk Insert Operation Metadata Response - kind String
- Type of the resource. Always
compute#operation
for Operation resources. - name String
- Name of the operation.
- operation
Group StringId - An ID that represents a group of operations, such as when a group of operations results from a
bulkInsert
API request. - operation
Type String - The type of operation, such as
insert
,update
, ordelete
, and so on. - progress 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 String
- The URL of the region where the operation resides. Only applicable when performing regional operations.
- self
Link String - Server-defined URL for the resource.
- set
Common SetInstance Metadata Operation Metadata Common Instance Metadata Operation Metadata Response - If the operation is for projects.setCommonInstanceMetadata, this field will contain information on all underlying zonal actions and their state.
- start
Time String - The time that this operation was started by the server. This value is in RFC3339 text format.
- status String
- The status of the operation, which can be one of the following:
PENDING
,RUNNING
, orDONE
. - status
Message String - An optional textual description of the current status of the operation.
- target
Id String - The unique target ID, which identifies a specific incarnation of the target resource.
- target
Link 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 String
- User who requested the operation, for example:
user@example.com
oralice_smith_identifier (global/workforcePools/example-com-us-employees)
. - warnings
List<Operation
Warnings Item Response> - If warning messages are generated during processing of the operation, this field will be populated.
- zone String
- The URL of the zone where the operation resides. Only applicable when performing per-zone operations.
- client
Operation stringId - The value of
requestId
if you provided it in the request. Not present otherwise. - creation
Timestamp string - [Deprecated] This field is deprecated.
- description string
- A textual description of the operation, which is set when the operation is created.
- end
Time string - The time that this operation was completed. This value is in RFC3339 text format.
- error
Operation
Error Response - If errors are generated during processing of the operation, this field will be populated.
- http
Error stringMessage - If the operation fails, this field contains the HTTP error message that was returned, such as
NOT FOUND
. - http
Error numberStatus Code - 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 string - The time that this operation was requested. This value is in RFC3339 text format.
- instances
Bulk InstancesInsert Operation Metadata Bulk Insert Operation Metadata Response - kind string
- Type of the resource. Always
compute#operation
for Operation resources. - name string
- Name of the operation.
- operation
Group stringId - An ID that represents a group of operations, such as when a group of operations results from a
bulkInsert
API request. - operation
Type string - The type of operation, such as
insert
,update
, ordelete
, and so on. - progress 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 string
- The URL of the region where the operation resides. Only applicable when performing regional operations.
- self
Link string - Server-defined URL for the resource.
- set
Common SetInstance Metadata Operation Metadata Common Instance Metadata Operation Metadata Response - If the operation is for projects.setCommonInstanceMetadata, this field will contain information on all underlying zonal actions and their state.
- start
Time string - The time that this operation was started by the server. This value is in RFC3339 text format.
- status string
- The status of the operation, which can be one of the following:
PENDING
,RUNNING
, orDONE
. - status
Message string - An optional textual description of the current status of the operation.
- target
Id string - The unique target ID, which identifies a specific incarnation of the target resource.
- target
Link 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 string
- User who requested the operation, for example:
user@example.com
oralice_smith_identifier (global/workforcePools/example-com-us-employees)
. - warnings
Operation
Warnings Item Response[] - If warning messages are generated during processing of the operation, this field will be populated.
- zone string
- The URL of the zone where the operation resides. Only applicable when performing per-zone operations.
- client_
operation_ strid - The value of
requestId
if you provided it in the request. Not present otherwise. - creation_
timestamp str - [Deprecated] This field is deprecated.
- description str
- A textual description of the operation, which is set when the operation is created.
- end_
time str - The time that this operation was completed. This value is in RFC3339 text format.
- error
Operation
Error Response - If errors are generated during processing of the operation, this field will be populated.
- http_
error_ strmessage - If the operation fails, this field contains the HTTP error message that was returned, such as
NOT FOUND
. - http_
error_ intstatus_ code - 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 str - The time that this operation was requested. This value is in RFC3339 text format.
- instances_
bulk_ Instancesinsert_ operation_ metadata Bulk Insert Operation Metadata Response - kind str
- Type of the resource. Always
compute#operation
for Operation resources. - name str
- Name of the operation.
- operation_
group_ strid - An ID that represents a group of operations, such as when a group of operations results from a
bulkInsert
API request. - operation_
type str - The type of operation, such as
insert
,update
, ordelete
, and so on. - progress 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 str
- The URL of the region where the operation resides. Only applicable when performing regional operations.
- self_
link str - Server-defined URL for the resource.
- set_
common_ Setinstance_ metadata_ operation_ metadata Common Instance Metadata Operation Metadata Response - If the operation is for projects.setCommonInstanceMetadata, this field will contain information on all underlying zonal actions and their state.
- start_
time str - The time that this operation was started by the server. This value is in RFC3339 text format.
- status str
- The status of the operation, which can be one of the following:
PENDING
,RUNNING
, orDONE
. - status_
message str - An optional textual description of the current status of the operation.
- target_
id str - The unique target ID, which identifies a specific incarnation of the target resource.
- target_
link 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 str
- User who requested the operation, for example:
user@example.com
oralice_smith_identifier (global/workforcePools/example-com-us-employees)
. - warnings
Sequence[Operation
Warnings Item Response] - If warning messages are generated during processing of the operation, this field will be populated.
- zone str
- The URL of the zone where the operation resides. Only applicable when performing per-zone operations.
- client
Operation StringId - The value of
requestId
if you provided it in the request. Not present otherwise. - creation
Timestamp String - [Deprecated] This field is deprecated.
- description String
- A textual description of the operation, which is set when the operation is created.
- end
Time String - The time that this operation was completed. This value is in RFC3339 text format.
- error Property Map
- If errors are generated during processing of the operation, this field will be populated.
- http
Error StringMessage - If the operation fails, this field contains the HTTP error message that was returned, such as
NOT FOUND
. - http
Error NumberStatus Code - 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 String - The time that this operation was requested. This value is in RFC3339 text format.
- instances
Bulk Property MapInsert Operation Metadata - kind String
- Type of the resource. Always
compute#operation
for Operation resources. - name String
- Name of the operation.
- operation
Group StringId - An ID that represents a group of operations, such as when a group of operations results from a
bulkInsert
API request. - operation
Type String - The type of operation, such as
insert
,update
, ordelete
, and so on. - progress 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 String
- The URL of the region where the operation resides. Only applicable when performing regional operations.
- self
Link String - Server-defined URL for the resource.
- set
Common Property MapInstance Metadata Operation Metadata - If the operation is for projects.setCommonInstanceMetadata, this field will contain information on all underlying zonal actions and their state.
- start
Time String - The time that this operation was started by the server. This value is in RFC3339 text format.
- status String
- The status of the operation, which can be one of the following:
PENDING
,RUNNING
, orDONE
. - status
Message String - An optional textual description of the current status of the operation.
- target
Id String - The unique target ID, which identifies a specific incarnation of the target resource.
- target
Link 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 String
- User who requested the operation, for example:
user@example.com
oralice_smith_identifier (global/workforcePools/example-com-us-employees)
. - warnings List<Property Map>
- If warning messages are generated during processing of the operation, this field will be populated.
- zone String
- The URL of the zone where the operation resides. Only applicable when performing per-zone operations.
OperationWarningsItemDataItemResponse
- Key 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 string
- A warning data value corresponding to the key.
- Key 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 string
- A warning data value corresponding to the key.
- key 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 String
- A warning data value corresponding to the key.
- key 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 string
- A warning data value corresponding to the key.
- key 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 str
- A warning data value corresponding to the key.
- key 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 String
- A warning data value corresponding to the key.
OperationWarningsItemResponse
- Code string
- A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.
- Data
List<Pulumi.
Google Native. Deployment Manager. V2Beta. Inputs. Operation Warnings Item Data Item Response> - Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }
- Message string
- A human-readable description of the warning code.
- Code string
- A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.
- Data
[]Operation
Warnings Item Data Item Response - Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }
- Message string
- A human-readable description of the warning code.
- code String
- A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.
- data
List<Operation
Warnings Item Data Item Response> - Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }
- message String
- A human-readable description of the warning code.
- code string
- A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.
- data
Operation
Warnings Item Data Item Response[] - Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }
- message string
- A human-readable description of the warning code.
- code str
- A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.
- data
Sequence[Operation
Warnings Item Data Item Response] - Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }
- message str
- A human-readable description of the warning code.
- code String
- A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.
- data List<Property Map>
- Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }
- message String
- A human-readable description of the warning code.
SetCommonInstanceMetadataOperationMetadataResponse
- Client
Operation stringId - The client operation id.
- Per
Location Dictionary<string, string>Operations - Status information per location (location name is key). Example key: zones/us-central1-a
- Client
Operation stringId - The client operation id.
- Per
Location map[string]stringOperations - Status information per location (location name is key). Example key: zones/us-central1-a
- client
Operation StringId - The client operation id.
- per
Location Map<String,String>Operations - Status information per location (location name is key). Example key: zones/us-central1-a
- client
Operation stringId - The client operation id.
- per
Location {[key: string]: string}Operations - Status information per location (location name is key). Example key: zones/us-central1-a
- client_
operation_ strid - The client operation id.
- per_
location_ Mapping[str, str]operations - Status information per location (location name is key). Example key: zones/us-central1-a
- client
Operation StringId - The client operation id.
- per
Location Map<String>Operations - Status information per location (location name is key). Example key: zones/us-central1-a
TargetConfigurationResponse
- Config
Pulumi.
Google Native. Deployment Manager. V2Beta. Inputs. Config File Response - The configuration to use for this deployment.
- Imports
List<Pulumi.
Google Native. Deployment Manager. V2Beta. Inputs. Import File Response> - 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
Config
File Response - The configuration to use for this deployment.
- Imports
[]Import
File Response - 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
Config
File Response - The configuration to use for this deployment.
- imports
List<Import
File Response> - 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
Config
File Response - The configuration to use for this deployment.
- imports
Import
File Response[] - 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
Config
File Response - The configuration to use for this deployment.
- imports
Sequence[Import
File Response] - 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 Property Map
- The configuration to use for this deployment.
- imports 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