1. Packages
  2. Google Cloud Native
  3. API Docs
  4. deploymentmanager
  5. deploymentmanager/alpha
  6. Deployment

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/alpha.Deployment

Explore with Pulumi AI

google-native logo

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

    Creates a deployment and all of the resources described by the deployment manifest.

    Create Deployment Resource

    new Deployment(name: string, args?: DeploymentArgs, opts?: CustomResourceOptions);
    @overload
    def Deployment(resource_name: str,
                   opts: Optional[ResourceOptions] = None,
                   create_policy: Optional[str] = None,
                   credential: Optional[CredentialArgs] = None,
                   description: Optional[str] = None,
                   id: Optional[str] = None,
                   labels: Optional[Sequence[DeploymentLabelEntryArgs]] = None,
                   name: Optional[str] = None,
                   preview: Optional[bool] = None,
                   project: Optional[str] = None,
                   target: Optional[TargetConfigurationArgs] = None)
    @overload
    def Deployment(resource_name: str,
                   args: Optional[DeploymentArgs] = None,
                   opts: Optional[ResourceOptions] = None)
    func NewDeployment(ctx *Context, name string, args *DeploymentArgs, opts ...ResourceOption) (*Deployment, error)
    public Deployment(string name, DeploymentArgs? args = null, CustomResourceOptions? opts = null)
    public Deployment(String name, DeploymentArgs args)
    public Deployment(String name, DeploymentArgs args, CustomResourceOptions options)
    
    type: google-native:deploymentmanager/alpha:Deployment
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args DeploymentArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args DeploymentArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args DeploymentArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args DeploymentArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args DeploymentArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Deployment Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The Deployment resource accepts the following input properties:

    CreatePolicy string
    Sets the policy to use for creating new resources.
    Credential Pulumi.GoogleNative.DeploymentManager.Alpha.Inputs.Credential
    User provided default credential for the deployment.
    Description string
    An optional user-provided description of the deployment.
    Id string
    Labels List<Pulumi.GoogleNative.DeploymentManager.Alpha.Inputs.DeploymentLabelEntry>
    Map of One Platform labels; provided by the client when the resource is created or updated. Specifically: Label keys must be between 1 and 63 characters long and must conform to the following regular expression: [a-z]([-a-z0-9]*[a-z0-9])? Label values must be between 0 and 63 characters long and must conform to the regular expression ([a-z]([-a-z0-9]*[a-z0-9])?)?.
    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.
    Preview bool
    If set to true, creates a deployment and creates "shell" resources but does not actually instantiate these resources. This allows you to preview what your deployment looks like. After previewing a deployment, you can deploy your resources by making a request with the update() method or you can use the cancelPreview() method to cancel the preview altogether. Note that the deployment will still exist after you cancel the preview and you must separately delete this deployment if you want to remove it.
    Project string
    Target Pulumi.GoogleNative.DeploymentManager.Alpha.Inputs.TargetConfiguration
    [Input Only] The parameters that define your deployment, including the deployment configuration and relevant templates.
    CreatePolicy string
    Sets the policy to use for creating new resources.
    Credential CredentialArgs
    User provided default credential for the deployment.
    Description string
    An optional user-provided description of the deployment.
    Id string
    Labels []DeploymentLabelEntryArgs
    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])?)?.
    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.
    Preview bool
    If set to true, creates a deployment and creates "shell" resources but does not actually instantiate these resources. This allows you to preview what your deployment looks like. After previewing a deployment, you can deploy your resources by making a request with the update() method or you can use the cancelPreview() method to cancel the preview altogether. Note that the deployment will still exist after you cancel the preview and you must separately delete this deployment if you want to remove it.
    Project string
    Target TargetConfigurationArgs
    [Input Only] The parameters that define your deployment, including the deployment configuration and relevant templates.
    createPolicy String
    Sets the policy to use for creating new resources.
    credential Credential
    User provided default credential for the deployment.
    description String
    An optional user-provided description of the deployment.
    id String
    labels List<DeploymentLabelEntry>
    Map of One Platform labels; provided by the client when the resource is created or updated. Specifically: Label keys must be between 1 and 63 characters long and must conform to the following regular expression: [a-z]([-a-z0-9]*[a-z0-9])? Label values must be between 0 and 63 characters long and must conform to the regular expression ([a-z]([-a-z0-9]*[a-z0-9])?)?.
    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.
    preview Boolean
    If set to true, creates a deployment and creates "shell" resources but does not actually instantiate these resources. This allows you to preview what your deployment looks like. After previewing a deployment, you can deploy your resources by making a request with the update() method or you can use the cancelPreview() method to cancel the preview altogether. Note that the deployment will still exist after you cancel the preview and you must separately delete this deployment if you want to remove it.
    project String
    target TargetConfiguration
    [Input Only] The parameters that define your deployment, including the deployment configuration and relevant templates.
    createPolicy string
    Sets the policy to use for creating new resources.
    credential Credential
    User provided default credential for the deployment.
    description string
    An optional user-provided description of the deployment.
    id string
    labels DeploymentLabelEntry[]
    Map of One Platform labels; provided by the client when the resource is created or updated. Specifically: Label keys must be between 1 and 63 characters long and must conform to the following regular expression: [a-z]([-a-z0-9]*[a-z0-9])? Label values must be between 0 and 63 characters long and must conform to the regular expression ([a-z]([-a-z0-9]*[a-z0-9])?)?.
    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.
    preview boolean
    If set to true, creates a deployment and creates "shell" resources but does not actually instantiate these resources. This allows you to preview what your deployment looks like. After previewing a deployment, you can deploy your resources by making a request with the update() method or you can use the cancelPreview() method to cancel the preview altogether. Note that the deployment will still exist after you cancel the preview and you must separately delete this deployment if you want to remove it.
    project string
    target TargetConfiguration
    [Input Only] The parameters that define your deployment, including the deployment configuration and relevant templates.
    create_policy str
    Sets the policy to use for creating new resources.
    credential CredentialArgs
    User provided default credential for the deployment.
    description str
    An optional user-provided description of the deployment.
    id str
    labels Sequence[DeploymentLabelEntryArgs]
    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])?)?.
    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.
    preview bool
    If set to true, creates a deployment and creates "shell" resources but does not actually instantiate these resources. This allows you to preview what your deployment looks like. After previewing a deployment, you can deploy your resources by making a request with the update() method or you can use the cancelPreview() method to cancel the preview altogether. Note that the deployment will still exist after you cancel the preview and you must separately delete this deployment if you want to remove it.
    project str
    target TargetConfigurationArgs
    [Input Only] The parameters that define your deployment, including the deployment configuration and relevant templates.
    createPolicy String
    Sets the policy to use for creating new resources.
    credential Property Map
    User provided default credential for the deployment.
    description String
    An optional user-provided description of the deployment.
    id String
    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])?)?.
    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.
    preview Boolean
    If set to true, creates a deployment and creates "shell" resources but does not actually instantiate these resources. This allows you to preview what your deployment looks like. After previewing a deployment, you can deploy your resources by making a request with the update() method or you can use the cancelPreview() method to cancel the preview altogether. Note that the deployment will still exist after you cancel the preview and you must separately delete this deployment if you want to remove it.
    project String
    target Property Map
    [Input Only] The parameters that define your deployment, including the deployment configuration and relevant templates.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Deployment resource produces the following output properties:

    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.
    Id string
    The provider-assigned unique ID for this managed resource.
    InsertTime string
    Creation timestamp in RFC3339 text format.
    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.
    Operation Pulumi.GoogleNative.DeploymentManager.Alpha.Outputs.OperationResponse
    The Operation that most recently ran, or is currently running, on this deployment.
    Outputs List<Pulumi.GoogleNative.DeploymentManager.Alpha.Outputs.DeploymentOutputEntryResponse>
    List of outputs from the last manifest that deployed successfully.
    SelfLink string
    Server defined URL for the resource.
    Update Pulumi.GoogleNative.DeploymentManager.Alpha.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.
    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.
    Id string
    The provider-assigned unique ID for this managed resource.
    InsertTime string
    Creation timestamp in RFC3339 text format.
    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.
    Operation OperationResponse
    The Operation that most recently ran, or is currently running, on this deployment.
    Outputs []DeploymentOutputEntryResponse
    List of outputs from the last manifest that deployed successfully.
    SelfLink string
    Server defined URL for the resource.
    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.
    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.
    id String
    The provider-assigned unique ID for this managed resource.
    insertTime String
    Creation timestamp in RFC3339 text format.
    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.
    operation OperationResponse
    The Operation that most recently ran, or is currently running, on this deployment.
    outputs List<DeploymentOutputEntryResponse>
    List of outputs from the last manifest that deployed successfully.
    selfLink String
    Server defined URL for the resource.
    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.
    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.
    id string
    The provider-assigned unique ID for this managed resource.
    insertTime string
    Creation timestamp in RFC3339 text format.
    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.
    operation OperationResponse
    The Operation that most recently ran, or is currently running, on this deployment.
    outputs DeploymentOutputEntryResponse[]
    List of outputs from the last manifest that deployed successfully.
    selfLink string
    Server defined URL for the resource.
    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.
    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.
    id str
    The provider-assigned unique ID for this managed resource.
    insert_time str
    Creation timestamp in RFC3339 text format.
    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.
    operation OperationResponse
    The Operation that most recently ran, or is currently running, on this deployment.
    outputs Sequence[DeploymentOutputEntryResponse]
    List of outputs from the last manifest that deployed successfully.
    self_link str
    Server defined URL for the resource.
    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.
    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.
    id String
    The provider-assigned unique ID for this managed resource.
    insertTime String
    Creation timestamp in RFC3339 text format.
    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.
    operation Property Map
    The Operation that most recently ran, or is currently running, on this deployment.
    outputs List<Property Map>
    List of outputs from the last manifest that deployed successfully.
    selfLink String
    Server defined URL for the resource.
    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

    BasicAuth, BasicAuthArgs

    Password string
    User string
    Password string
    User string
    password String
    user String
    password string
    user string
    password str
    user str
    password String
    user String

    BasicAuthResponse, BasicAuthResponseArgs

    Password string
    User string
    Password string
    User string
    password String
    user String
    password string
    user string
    password str
    user str
    password String
    user String

    ConfigFile, ConfigFileArgs

    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.

    ConfigFileResponse, ConfigFileResponseArgs

    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.

    Credential, CredentialArgs

    BasicAuth Pulumi.GoogleNative.DeploymentManager.Alpha.Inputs.BasicAuth
    Basic Auth Credential, only used by TypeProvider.
    ServiceAccount Pulumi.GoogleNative.DeploymentManager.Alpha.Inputs.ServiceAccount
    Service Account Credential, only used by Deployment.
    UseProjectDefault bool
    Specify to use the project default credential, only supported by Deployment.
    BasicAuth BasicAuth
    Basic Auth Credential, only used by TypeProvider.
    ServiceAccount ServiceAccount
    Service Account Credential, only used by Deployment.
    UseProjectDefault bool
    Specify to use the project default credential, only supported by Deployment.
    basicAuth BasicAuth
    Basic Auth Credential, only used by TypeProvider.
    serviceAccount ServiceAccount
    Service Account Credential, only used by Deployment.
    useProjectDefault Boolean
    Specify to use the project default credential, only supported by Deployment.
    basicAuth BasicAuth
    Basic Auth Credential, only used by TypeProvider.
    serviceAccount ServiceAccount
    Service Account Credential, only used by Deployment.
    useProjectDefault boolean
    Specify to use the project default credential, only supported by Deployment.
    basic_auth BasicAuth
    Basic Auth Credential, only used by TypeProvider.
    service_account ServiceAccount
    Service Account Credential, only used by Deployment.
    use_project_default bool
    Specify to use the project default credential, only supported by Deployment.
    basicAuth Property Map
    Basic Auth Credential, only used by TypeProvider.
    serviceAccount Property Map
    Service Account Credential, only used by Deployment.
    useProjectDefault Boolean
    Specify to use the project default credential, only supported by Deployment.

    CredentialResponse, CredentialResponseArgs

    BasicAuth Pulumi.GoogleNative.DeploymentManager.Alpha.Inputs.BasicAuthResponse
    Basic Auth Credential, only used by TypeProvider.
    ServiceAccount Pulumi.GoogleNative.DeploymentManager.Alpha.Inputs.ServiceAccountResponse
    Service Account Credential, only used by Deployment.
    UseProjectDefault bool
    Specify to use the project default credential, only supported by Deployment.
    BasicAuth BasicAuthResponse
    Basic Auth Credential, only used by TypeProvider.
    ServiceAccount ServiceAccountResponse
    Service Account Credential, only used by Deployment.
    UseProjectDefault bool
    Specify to use the project default credential, only supported by Deployment.
    basicAuth BasicAuthResponse
    Basic Auth Credential, only used by TypeProvider.
    serviceAccount ServiceAccountResponse
    Service Account Credential, only used by Deployment.
    useProjectDefault Boolean
    Specify to use the project default credential, only supported by Deployment.
    basicAuth BasicAuthResponse
    Basic Auth Credential, only used by TypeProvider.
    serviceAccount ServiceAccountResponse
    Service Account Credential, only used by Deployment.
    useProjectDefault boolean
    Specify to use the project default credential, only supported by Deployment.
    basic_auth BasicAuthResponse
    Basic Auth Credential, only used by TypeProvider.
    service_account ServiceAccountResponse
    Service Account Credential, only used by Deployment.
    use_project_default bool
    Specify to use the project default credential, only supported by Deployment.
    basicAuth Property Map
    Basic Auth Credential, only used by TypeProvider.
    serviceAccount Property Map
    Service Account Credential, only used by Deployment.
    useProjectDefault Boolean
    Specify to use the project default credential, only supported by Deployment.

    DeploymentLabelEntry, DeploymentLabelEntryArgs

    Key string
    Key of the label
    Value string
    Value of the label
    Key string
    Key of the label
    Value string
    Value of the label
    key String
    Key of the label
    value String
    Value of the label
    key string
    Key of the label
    value string
    Value of the label
    key str
    Key of the label
    value str
    Value of the label
    key String
    Key of the label
    value String
    Value of the label

    DeploymentLabelEntryResponse, DeploymentLabelEntryResponseArgs

    Key string
    Key of the label
    Value string
    Value of the label
    Key string
    Key of the label
    Value string
    Value of the label
    key String
    Key of the label
    value String
    Value of the label
    key string
    Key of the label
    value string
    Value of the label
    key str
    Key of the label
    value str
    Value of the label
    key String
    Key of the label
    value String
    Value of the label

    DeploymentOutputEntryResponse, DeploymentOutputEntryResponseArgs

    Key string
    Key of the output
    Value string
    Value of the label
    Key string
    Key of the output
    Value string
    Value of the label
    key String
    Key of the output
    value String
    Value of the label
    key string
    Key of the output
    value string
    Value of the label
    key str
    Key of the output
    value str
    Value of the label
    key String
    Key of the output
    value String
    Value of the label

    DeploymentUpdateLabelEntryResponse, DeploymentUpdateLabelEntryResponseArgs

    Key string
    Key of the label
    Value string
    Value of the label
    Key string
    Key of the label
    Value string
    Value of the label
    key String
    Key of the label
    value String
    Value of the label
    key string
    Key of the label
    value string
    Value of the label
    key str
    Key of the label
    value str
    Value of the label
    key String
    Key of the label
    value String
    Value of the label

    DeploymentUpdateResponse, DeploymentUpdateResponseArgs

    Credential Pulumi.GoogleNative.DeploymentManager.Alpha.Inputs.CredentialResponse
    The user-provided default credential to use when deploying this preview.
    Description string
    An optional user-provided description of the deployment after the current update has been applied.
    Labels List<Pulumi.GoogleNative.DeploymentManager.Alpha.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 string
    URL of the manifest representing the update configuration of this deployment.
    Credential CredentialResponse
    The user-provided default credential to use when deploying this preview.
    Description string
    An optional user-provided description of the deployment after the current update has been applied.
    Labels []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 string
    URL of the manifest representing the update configuration of this deployment.
    credential CredentialResponse
    The user-provided default credential to use when deploying this preview.
    description String
    An optional user-provided description of the deployment after the current update has been applied.
    labels 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 String
    URL of the manifest representing the update configuration of this deployment.
    credential CredentialResponse
    The user-provided default credential to use when deploying this preview.
    description string
    An optional user-provided description of the deployment after the current update has been applied.
    labels 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 string
    URL of the manifest representing the update configuration of this deployment.
    credential CredentialResponse
    The user-provided default credential to use when deploying this preview.
    description str
    An optional user-provided description of the deployment after the current update has been applied.
    labels 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 str
    URL of the manifest representing the update configuration of this deployment.
    credential Property Map
    The user-provided default credential to use when deploying this preview.
    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.

    ImportFile, ImportFileArgs

    Content string
    The contents of the file.
    Name string
    The name of the file.
    Content string
    The contents of the file.
    Name string
    The name of the file.
    content String
    The contents of the file.
    name String
    The name of the file.
    content string
    The contents of the file.
    name string
    The name of the file.
    content str
    The contents of the file.
    name str
    The name of the file.
    content String
    The contents of the file.
    name String
    The name of the file.

    ImportFileResponse, ImportFileResponseArgs

    Content string
    The contents of the file.
    Name string
    The name of the file.
    Content string
    The contents of the file.
    Name string
    The name of the file.
    content String
    The contents of the file.
    name String
    The name of the file.
    content string
    The contents of the file.
    name string
    The name of the file.
    content str
    The contents of the file.
    name str
    The name of the file.
    content String
    The contents of the file.
    name String
    The name of the file.

    InstancesBulkInsertOperationMetadataResponse, InstancesBulkInsertOperationMetadataResponseArgs

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

    OperationErrorErrorsItemResponse, OperationErrorErrorsItemResponseArgs

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

    OperationErrorResponse, OperationErrorResponseArgs

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

    OperationResponse, OperationResponseArgs

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

    Deprecated:[Deprecated] This field is deprecated.

    Description string
    A textual description of the operation, which is set when the operation is created.
    EndTime string
    The time that this operation was completed. This value is in RFC3339 text format.
    Error Pulumi.GoogleNative.DeploymentManager.Alpha.Inputs.OperationErrorResponse
    If errors are generated during processing of the operation, this field will be populated.
    HttpErrorMessage string
    If the operation fails, this field contains the HTTP error message that was returned, such as NOT FOUND.
    HttpErrorStatusCode 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 string
    The time that this operation was requested. This value is in RFC3339 text format.
    InstancesBulkInsertOperationMetadata Pulumi.GoogleNative.DeploymentManager.Alpha.Inputs.InstancesBulkInsertOperationMetadataResponse
    Kind string
    Type of the resource. Always compute#operation for Operation resources.
    Name string
    Name of the operation.
    OperationGroupId string
    An ID that represents a group of operations, such as when a group of operations results from a bulkInsert API request.
    OperationType string
    The type of operation, such as insert, update, or delete, 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.
    SelfLink string
    Server-defined URL for the resource.
    SetCommonInstanceMetadataOperationMetadata Pulumi.GoogleNative.DeploymentManager.Alpha.Inputs.SetCommonInstanceMetadataOperationMetadataResponse
    If the operation is for projects.setCommonInstanceMetadata, this field will contain information on all underlying zonal actions and their state.
    StartTime 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, or DONE.
    StatusMessage string
    An optional textual description of the current status of the operation.
    TargetId string
    The unique target ID, which identifies a specific incarnation of the target resource.
    TargetLink 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 or alice_smith_identifier (global/workforcePools/example-com-us-employees).
    Warnings List<Pulumi.GoogleNative.DeploymentManager.Alpha.Inputs.OperationWarningsItemResponse>
    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.
    ClientOperationId string
    The value of requestId if you provided it in the request. Not present otherwise.
    CreationTimestamp string
    [Deprecated] This field is deprecated.

    Deprecated:[Deprecated] This field is deprecated.

    Description string
    A textual description of the operation, which is set when the operation is created.
    EndTime string
    The time that this operation was completed. This value is in RFC3339 text format.
    Error OperationErrorResponse
    If errors are generated during processing of the operation, this field will be populated.
    HttpErrorMessage string
    If the operation fails, this field contains the HTTP error message that was returned, such as NOT FOUND.
    HttpErrorStatusCode 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 string
    The time that this operation was requested. This value is in RFC3339 text format.
    InstancesBulkInsertOperationMetadata InstancesBulkInsertOperationMetadataResponse
    Kind string
    Type of the resource. Always compute#operation for Operation resources.
    Name string
    Name of the operation.
    OperationGroupId string
    An ID that represents a group of operations, such as when a group of operations results from a bulkInsert API request.
    OperationType string
    The type of operation, such as insert, update, or delete, 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.
    SelfLink string
    Server-defined URL for the resource.
    SetCommonInstanceMetadataOperationMetadata SetCommonInstanceMetadataOperationMetadataResponse
    If the operation is for projects.setCommonInstanceMetadata, this field will contain information on all underlying zonal actions and their state.
    StartTime 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, or DONE.
    StatusMessage string
    An optional textual description of the current status of the operation.
    TargetId string
    The unique target ID, which identifies a specific incarnation of the target resource.
    TargetLink 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 or alice_smith_identifier (global/workforcePools/example-com-us-employees).
    Warnings []OperationWarningsItemResponse
    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.
    clientOperationId String
    The value of requestId if you provided it in the request. Not present otherwise.
    creationTimestamp String
    [Deprecated] This field is deprecated.

    Deprecated:[Deprecated] This field is deprecated.

    description String
    A textual description of the operation, which is set when the operation is created.
    endTime String
    The time that this operation was completed. This value is in RFC3339 text format.
    error OperationErrorResponse
    If errors are generated during processing of the operation, this field will be populated.
    httpErrorMessage String
    If the operation fails, this field contains the HTTP error message that was returned, such as NOT FOUND.
    httpErrorStatusCode 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 String
    The time that this operation was requested. This value is in RFC3339 text format.
    instancesBulkInsertOperationMetadata InstancesBulkInsertOperationMetadataResponse
    kind String
    Type of the resource. Always compute#operation for Operation resources.
    name String
    Name of the operation.
    operationGroupId String
    An ID that represents a group of operations, such as when a group of operations results from a bulkInsert API request.
    operationType String
    The type of operation, such as insert, update, or delete, 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.
    selfLink String
    Server-defined URL for the resource.
    setCommonInstanceMetadataOperationMetadata SetCommonInstanceMetadataOperationMetadataResponse
    If the operation is for projects.setCommonInstanceMetadata, this field will contain information on all underlying zonal actions and their state.
    startTime 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, or DONE.
    statusMessage String
    An optional textual description of the current status of the operation.
    targetId String
    The unique target ID, which identifies a specific incarnation of the target resource.
    targetLink 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 or alice_smith_identifier (global/workforcePools/example-com-us-employees).
    warnings List<OperationWarningsItemResponse>
    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.
    clientOperationId string
    The value of requestId if you provided it in the request. Not present otherwise.
    creationTimestamp string
    [Deprecated] This field is deprecated.

    Deprecated:[Deprecated] This field is deprecated.

    description string
    A textual description of the operation, which is set when the operation is created.
    endTime string
    The time that this operation was completed. This value is in RFC3339 text format.
    error OperationErrorResponse
    If errors are generated during processing of the operation, this field will be populated.
    httpErrorMessage string
    If the operation fails, this field contains the HTTP error message that was returned, such as NOT FOUND.
    httpErrorStatusCode 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 string
    The time that this operation was requested. This value is in RFC3339 text format.
    instancesBulkInsertOperationMetadata InstancesBulkInsertOperationMetadataResponse
    kind string
    Type of the resource. Always compute#operation for Operation resources.
    name string
    Name of the operation.
    operationGroupId string
    An ID that represents a group of operations, such as when a group of operations results from a bulkInsert API request.
    operationType string
    The type of operation, such as insert, update, or delete, 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.
    selfLink string
    Server-defined URL for the resource.
    setCommonInstanceMetadataOperationMetadata SetCommonInstanceMetadataOperationMetadataResponse
    If the operation is for projects.setCommonInstanceMetadata, this field will contain information on all underlying zonal actions and their state.
    startTime 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, or DONE.
    statusMessage string
    An optional textual description of the current status of the operation.
    targetId string
    The unique target ID, which identifies a specific incarnation of the target resource.
    targetLink 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 or alice_smith_identifier (global/workforcePools/example-com-us-employees).
    warnings OperationWarningsItemResponse[]
    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_id str
    The value of requestId if you provided it in the request. Not present otherwise.
    creation_timestamp str
    [Deprecated] This field is deprecated.

    Deprecated:[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 OperationErrorResponse
    If errors are generated during processing of the operation, this field will be populated.
    http_error_message str
    If the operation fails, this field contains the HTTP error message that was returned, such as NOT FOUND.
    http_error_status_code 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 str
    The time that this operation was requested. This value is in RFC3339 text format.
    instances_bulk_insert_operation_metadata InstancesBulkInsertOperationMetadataResponse
    kind str
    Type of the resource. Always compute#operation for Operation resources.
    name str
    Name of the operation.
    operation_group_id str
    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, or delete, 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_instance_metadata_operation_metadata SetCommonInstanceMetadataOperationMetadataResponse
    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, or DONE.
    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 or alice_smith_identifier (global/workforcePools/example-com-us-employees).
    warnings Sequence[OperationWarningsItemResponse]
    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.
    clientOperationId String
    The value of requestId if you provided it in the request. Not present otherwise.
    creationTimestamp String
    [Deprecated] This field is deprecated.

    Deprecated:[Deprecated] This field is deprecated.

    description String
    A textual description of the operation, which is set when the operation is created.
    endTime 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.
    httpErrorMessage String
    If the operation fails, this field contains the HTTP error message that was returned, such as NOT FOUND.
    httpErrorStatusCode 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 String
    The time that this operation was requested. This value is in RFC3339 text format.
    instancesBulkInsertOperationMetadata Property Map
    kind String
    Type of the resource. Always compute#operation for Operation resources.
    name String
    Name of the operation.
    operationGroupId String
    An ID that represents a group of operations, such as when a group of operations results from a bulkInsert API request.
    operationType String
    The type of operation, such as insert, update, or delete, 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.
    selfLink String
    Server-defined URL for the resource.
    setCommonInstanceMetadataOperationMetadata Property Map
    If the operation is for projects.setCommonInstanceMetadata, this field will contain information on all underlying zonal actions and their state.
    startTime 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, or DONE.
    statusMessage String
    An optional textual description of the current status of the operation.
    targetId String
    The unique target ID, which identifies a specific incarnation of the target resource.
    targetLink 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 or alice_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, OperationWarningsItemDataItemResponseArgs

    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, OperationWarningsItemResponseArgs

    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.GoogleNative.DeploymentManager.Alpha.Inputs.OperationWarningsItemDataItemResponse>
    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 []OperationWarningsItemDataItemResponse
    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<OperationWarningsItemDataItemResponse>
    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 OperationWarningsItemDataItemResponse[]
    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[OperationWarningsItemDataItemResponse]
    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.

    ServiceAccount, ServiceAccountArgs

    Email string
    The IAM service account email address like test@myproject.iam.gserviceaccount.com
    Email string
    The IAM service account email address like test@myproject.iam.gserviceaccount.com
    email String
    The IAM service account email address like test@myproject.iam.gserviceaccount.com
    email string
    The IAM service account email address like test@myproject.iam.gserviceaccount.com
    email str
    The IAM service account email address like test@myproject.iam.gserviceaccount.com
    email String
    The IAM service account email address like test@myproject.iam.gserviceaccount.com

    ServiceAccountResponse, ServiceAccountResponseArgs

    Email string
    The IAM service account email address like test@myproject.iam.gserviceaccount.com
    Email string
    The IAM service account email address like test@myproject.iam.gserviceaccount.com
    email String
    The IAM service account email address like test@myproject.iam.gserviceaccount.com
    email string
    The IAM service account email address like test@myproject.iam.gserviceaccount.com
    email str
    The IAM service account email address like test@myproject.iam.gserviceaccount.com
    email String
    The IAM service account email address like test@myproject.iam.gserviceaccount.com

    SetCommonInstanceMetadataOperationMetadataResponse, SetCommonInstanceMetadataOperationMetadataResponseArgs

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

    TargetConfiguration, TargetConfigurationArgs

    Config Pulumi.GoogleNative.DeploymentManager.Alpha.Inputs.ConfigFile
    The configuration to use for this deployment.
    Imports List<Pulumi.GoogleNative.DeploymentManager.Alpha.Inputs.ImportFile>
    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 ConfigFile
    The configuration to use for this deployment.
    Imports []ImportFile
    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 ConfigFile
    The configuration to use for this deployment.
    imports List<ImportFile>
    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 ConfigFile
    The configuration to use for this deployment.
    imports ImportFile[]
    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 ConfigFile
    The configuration to use for this deployment.
    imports Sequence[ImportFile]
    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.

    TargetConfigurationResponse, TargetConfigurationResponseArgs

    Config Pulumi.GoogleNative.DeploymentManager.Alpha.Inputs.ConfigFileResponse
    The configuration to use for this deployment.
    Imports List<Pulumi.GoogleNative.DeploymentManager.Alpha.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 ConfigFileResponse
    The configuration to use for this deployment.
    Imports []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 ConfigFileResponse
    The configuration to use for this deployment.
    imports 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 ConfigFileResponse
    The configuration to use for this deployment.
    imports 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 ConfigFileResponse
    The configuration to use for this deployment.
    imports 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 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-native logo

    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