1. Packages
  2. Google Cloud Native
  3. API Docs
  4. deploymentmanager
  5. deploymentmanager/v2beta
  6. TypeProvider

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.TypeProvider

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

Creates a type provider.

Create TypeProvider Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new TypeProvider(name: string, args?: TypeProviderArgs, opts?: CustomResourceOptions);
@overload
def TypeProvider(resource_name: str,
                 args: Optional[TypeProviderArgs] = None,
                 opts: Optional[ResourceOptions] = None)

@overload
def TypeProvider(resource_name: str,
                 opts: Optional[ResourceOptions] = None,
                 collection_overrides: Optional[Sequence[CollectionOverrideArgs]] = None,
                 credential: Optional[CredentialArgs] = None,
                 custom_certificate_authority_roots: Optional[Sequence[str]] = None,
                 description: Optional[str] = None,
                 descriptor_url: Optional[str] = None,
                 labels: Optional[Sequence[TypeProviderLabelEntryArgs]] = None,
                 name: Optional[str] = None,
                 options: Optional[OptionsArgs] = None,
                 project: Optional[str] = None)
func NewTypeProvider(ctx *Context, name string, args *TypeProviderArgs, opts ...ResourceOption) (*TypeProvider, error)
public TypeProvider(string name, TypeProviderArgs? args = null, CustomResourceOptions? opts = null)
public TypeProvider(String name, TypeProviderArgs args)
public TypeProvider(String name, TypeProviderArgs args, CustomResourceOptions options)
type: google-native:deploymentmanager/v2beta:TypeProvider
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args TypeProviderArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args TypeProviderArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args TypeProviderArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args TypeProviderArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. TypeProviderArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Constructor example

The following reference example uses placeholder values for all input properties.

var google_nativeTypeProviderResource = new GoogleNative.DeploymentManager.V2Beta.TypeProvider("google-nativeTypeProviderResource", new()
{
    CollectionOverrides = new[]
    {
        new GoogleNative.DeploymentManager.V2Beta.Inputs.CollectionOverrideArgs
        {
            Collection = "string",
            Options = new GoogleNative.DeploymentManager.V2Beta.Inputs.OptionsArgs
            {
                AsyncOptions = new[]
                {
                    new GoogleNative.DeploymentManager.V2Beta.Inputs.AsyncOptionsArgs
                    {
                        MethodMatch = "string",
                        PollingOptions = new GoogleNative.DeploymentManager.V2Beta.Inputs.PollingOptionsArgs
                        {
                            Diagnostics = new[]
                            {
                                new GoogleNative.DeploymentManager.V2Beta.Inputs.DiagnosticArgs
                                {
                                    Field = "string",
                                    Level = GoogleNative.DeploymentManager.V2Beta.DiagnosticLevel.Unknown,
                                },
                            },
                            FailCondition = "string",
                            FinishCondition = "string",
                            PollingLink = "string",
                            TargetLink = "string",
                        },
                    },
                },
                InputMappings = new[]
                {
                    new GoogleNative.DeploymentManager.V2Beta.Inputs.InputMappingArgs
                    {
                        FieldName = "string",
                        Location = GoogleNative.DeploymentManager.V2Beta.InputMappingLocation.Unknown,
                        MethodMatch = "string",
                        Value = "string",
                    },
                },
                ValidationOptions = new GoogleNative.DeploymentManager.V2Beta.Inputs.ValidationOptionsArgs
                {
                    SchemaValidation = GoogleNative.DeploymentManager.V2Beta.ValidationOptionsSchemaValidation.Unknown,
                    UndeclaredProperties = GoogleNative.DeploymentManager.V2Beta.ValidationOptionsUndeclaredProperties.Unknown,
                },
                VirtualProperties = "string",
            },
        },
    },
    Credential = new GoogleNative.DeploymentManager.V2Beta.Inputs.CredentialArgs
    {
        BasicAuth = new GoogleNative.DeploymentManager.V2Beta.Inputs.BasicAuthArgs
        {
            Password = "string",
            User = "string",
        },
        ServiceAccount = new GoogleNative.DeploymentManager.V2Beta.Inputs.ServiceAccountArgs
        {
            Email = "string",
        },
        UseProjectDefault = false,
    },
    CustomCertificateAuthorityRoots = new[]
    {
        "string",
    },
    Description = "string",
    DescriptorUrl = "string",
    Labels = new[]
    {
        new GoogleNative.DeploymentManager.V2Beta.Inputs.TypeProviderLabelEntryArgs
        {
            Key = "string",
            Value = "string",
        },
    },
    Name = "string",
    Options = new GoogleNative.DeploymentManager.V2Beta.Inputs.OptionsArgs
    {
        AsyncOptions = new[]
        {
            new GoogleNative.DeploymentManager.V2Beta.Inputs.AsyncOptionsArgs
            {
                MethodMatch = "string",
                PollingOptions = new GoogleNative.DeploymentManager.V2Beta.Inputs.PollingOptionsArgs
                {
                    Diagnostics = new[]
                    {
                        new GoogleNative.DeploymentManager.V2Beta.Inputs.DiagnosticArgs
                        {
                            Field = "string",
                            Level = GoogleNative.DeploymentManager.V2Beta.DiagnosticLevel.Unknown,
                        },
                    },
                    FailCondition = "string",
                    FinishCondition = "string",
                    PollingLink = "string",
                    TargetLink = "string",
                },
            },
        },
        InputMappings = new[]
        {
            new GoogleNative.DeploymentManager.V2Beta.Inputs.InputMappingArgs
            {
                FieldName = "string",
                Location = GoogleNative.DeploymentManager.V2Beta.InputMappingLocation.Unknown,
                MethodMatch = "string",
                Value = "string",
            },
        },
        ValidationOptions = new GoogleNative.DeploymentManager.V2Beta.Inputs.ValidationOptionsArgs
        {
            SchemaValidation = GoogleNative.DeploymentManager.V2Beta.ValidationOptionsSchemaValidation.Unknown,
            UndeclaredProperties = GoogleNative.DeploymentManager.V2Beta.ValidationOptionsUndeclaredProperties.Unknown,
        },
        VirtualProperties = "string",
    },
    Project = "string",
});
Copy
example, err := deploymentmanagerv2beta.NewTypeProvider(ctx, "google-nativeTypeProviderResource", &deploymentmanagerv2beta.TypeProviderArgs{
	CollectionOverrides: deploymentmanager.CollectionOverrideArray{
		&deploymentmanager.CollectionOverrideArgs{
			Collection: pulumi.String("string"),
			Options: &deploymentmanager.OptionsArgs{
				AsyncOptions: deploymentmanager.AsyncOptionsArray{
					&deploymentmanager.AsyncOptionsArgs{
						MethodMatch: pulumi.String("string"),
						PollingOptions: &deploymentmanager.PollingOptionsArgs{
							Diagnostics: deploymentmanager.DiagnosticArray{
								&deploymentmanager.DiagnosticArgs{
									Field: pulumi.String("string"),
									Level: deploymentmanagerv2beta.DiagnosticLevelUnknown,
								},
							},
							FailCondition:   pulumi.String("string"),
							FinishCondition: pulumi.String("string"),
							PollingLink:     pulumi.String("string"),
							TargetLink:      pulumi.String("string"),
						},
					},
				},
				InputMappings: deploymentmanager.InputMappingArray{
					&deploymentmanager.InputMappingArgs{
						FieldName:   pulumi.String("string"),
						Location:    deploymentmanagerv2beta.InputMappingLocationUnknown,
						MethodMatch: pulumi.String("string"),
						Value:       pulumi.String("string"),
					},
				},
				ValidationOptions: &deploymentmanager.ValidationOptionsArgs{
					SchemaValidation:     deploymentmanagerv2beta.ValidationOptionsSchemaValidationUnknown,
					UndeclaredProperties: deploymentmanagerv2beta.ValidationOptionsUndeclaredPropertiesUnknown,
				},
				VirtualProperties: pulumi.String("string"),
			},
		},
	},
	Credential: &deploymentmanager.CredentialArgs{
		BasicAuth: &deploymentmanager.BasicAuthArgs{
			Password: pulumi.String("string"),
			User:     pulumi.String("string"),
		},
		ServiceAccount: &deploymentmanager.ServiceAccountArgs{
			Email: pulumi.String("string"),
		},
		UseProjectDefault: pulumi.Bool(false),
	},
	CustomCertificateAuthorityRoots: pulumi.StringArray{
		pulumi.String("string"),
	},
	Description:   pulumi.String("string"),
	DescriptorUrl: pulumi.String("string"),
	Labels: deploymentmanager.TypeProviderLabelEntryArray{
		&deploymentmanager.TypeProviderLabelEntryArgs{
			Key:   pulumi.String("string"),
			Value: pulumi.String("string"),
		},
	},
	Name: pulumi.String("string"),
	Options: &deploymentmanager.OptionsArgs{
		AsyncOptions: deploymentmanager.AsyncOptionsArray{
			&deploymentmanager.AsyncOptionsArgs{
				MethodMatch: pulumi.String("string"),
				PollingOptions: &deploymentmanager.PollingOptionsArgs{
					Diagnostics: deploymentmanager.DiagnosticArray{
						&deploymentmanager.DiagnosticArgs{
							Field: pulumi.String("string"),
							Level: deploymentmanagerv2beta.DiagnosticLevelUnknown,
						},
					},
					FailCondition:   pulumi.String("string"),
					FinishCondition: pulumi.String("string"),
					PollingLink:     pulumi.String("string"),
					TargetLink:      pulumi.String("string"),
				},
			},
		},
		InputMappings: deploymentmanager.InputMappingArray{
			&deploymentmanager.InputMappingArgs{
				FieldName:   pulumi.String("string"),
				Location:    deploymentmanagerv2beta.InputMappingLocationUnknown,
				MethodMatch: pulumi.String("string"),
				Value:       pulumi.String("string"),
			},
		},
		ValidationOptions: &deploymentmanager.ValidationOptionsArgs{
			SchemaValidation:     deploymentmanagerv2beta.ValidationOptionsSchemaValidationUnknown,
			UndeclaredProperties: deploymentmanagerv2beta.ValidationOptionsUndeclaredPropertiesUnknown,
		},
		VirtualProperties: pulumi.String("string"),
	},
	Project: pulumi.String("string"),
})
Copy
var google_nativeTypeProviderResource = new TypeProvider("google-nativeTypeProviderResource", TypeProviderArgs.builder()
    .collectionOverrides(CollectionOverrideArgs.builder()
        .collection("string")
        .options(OptionsArgs.builder()
            .asyncOptions(AsyncOptionsArgs.builder()
                .methodMatch("string")
                .pollingOptions(PollingOptionsArgs.builder()
                    .diagnostics(DiagnosticArgs.builder()
                        .field("string")
                        .level("UNKNOWN")
                        .build())
                    .failCondition("string")
                    .finishCondition("string")
                    .pollingLink("string")
                    .targetLink("string")
                    .build())
                .build())
            .inputMappings(InputMappingArgs.builder()
                .fieldName("string")
                .location("UNKNOWN")
                .methodMatch("string")
                .value("string")
                .build())
            .validationOptions(ValidationOptionsArgs.builder()
                .schemaValidation("UNKNOWN")
                .undeclaredProperties("UNKNOWN")
                .build())
            .virtualProperties("string")
            .build())
        .build())
    .credential(CredentialArgs.builder()
        .basicAuth(BasicAuthArgs.builder()
            .password("string")
            .user("string")
            .build())
        .serviceAccount(ServiceAccountArgs.builder()
            .email("string")
            .build())
        .useProjectDefault(false)
        .build())
    .customCertificateAuthorityRoots("string")
    .description("string")
    .descriptorUrl("string")
    .labels(TypeProviderLabelEntryArgs.builder()
        .key("string")
        .value("string")
        .build())
    .name("string")
    .options(OptionsArgs.builder()
        .asyncOptions(AsyncOptionsArgs.builder()
            .methodMatch("string")
            .pollingOptions(PollingOptionsArgs.builder()
                .diagnostics(DiagnosticArgs.builder()
                    .field("string")
                    .level("UNKNOWN")
                    .build())
                .failCondition("string")
                .finishCondition("string")
                .pollingLink("string")
                .targetLink("string")
                .build())
            .build())
        .inputMappings(InputMappingArgs.builder()
            .fieldName("string")
            .location("UNKNOWN")
            .methodMatch("string")
            .value("string")
            .build())
        .validationOptions(ValidationOptionsArgs.builder()
            .schemaValidation("UNKNOWN")
            .undeclaredProperties("UNKNOWN")
            .build())
        .virtualProperties("string")
        .build())
    .project("string")
    .build());
Copy
google_native_type_provider_resource = google_native.deploymentmanager.v2beta.TypeProvider("google-nativeTypeProviderResource",
    collection_overrides=[{
        "collection": "string",
        "options": {
            "async_options": [{
                "method_match": "string",
                "polling_options": {
                    "diagnostics": [{
                        "field": "string",
                        "level": google_native.deploymentmanager.v2beta.DiagnosticLevel.UNKNOWN,
                    }],
                    "fail_condition": "string",
                    "finish_condition": "string",
                    "polling_link": "string",
                    "target_link": "string",
                },
            }],
            "input_mappings": [{
                "field_name": "string",
                "location": google_native.deploymentmanager.v2beta.InputMappingLocation.UNKNOWN,
                "method_match": "string",
                "value": "string",
            }],
            "validation_options": {
                "schema_validation": google_native.deploymentmanager.v2beta.ValidationOptionsSchemaValidation.UNKNOWN,
                "undeclared_properties": google_native.deploymentmanager.v2beta.ValidationOptionsUndeclaredProperties.UNKNOWN,
            },
            "virtual_properties": "string",
        },
    }],
    credential={
        "basic_auth": {
            "password": "string",
            "user": "string",
        },
        "service_account": {
            "email": "string",
        },
        "use_project_default": False,
    },
    custom_certificate_authority_roots=["string"],
    description="string",
    descriptor_url="string",
    labels=[{
        "key": "string",
        "value": "string",
    }],
    name="string",
    options={
        "async_options": [{
            "method_match": "string",
            "polling_options": {
                "diagnostics": [{
                    "field": "string",
                    "level": google_native.deploymentmanager.v2beta.DiagnosticLevel.UNKNOWN,
                }],
                "fail_condition": "string",
                "finish_condition": "string",
                "polling_link": "string",
                "target_link": "string",
            },
        }],
        "input_mappings": [{
            "field_name": "string",
            "location": google_native.deploymentmanager.v2beta.InputMappingLocation.UNKNOWN,
            "method_match": "string",
            "value": "string",
        }],
        "validation_options": {
            "schema_validation": google_native.deploymentmanager.v2beta.ValidationOptionsSchemaValidation.UNKNOWN,
            "undeclared_properties": google_native.deploymentmanager.v2beta.ValidationOptionsUndeclaredProperties.UNKNOWN,
        },
        "virtual_properties": "string",
    },
    project="string")
Copy
const google_nativeTypeProviderResource = new google_native.deploymentmanager.v2beta.TypeProvider("google-nativeTypeProviderResource", {
    collectionOverrides: [{
        collection: "string",
        options: {
            asyncOptions: [{
                methodMatch: "string",
                pollingOptions: {
                    diagnostics: [{
                        field: "string",
                        level: google_native.deploymentmanager.v2beta.DiagnosticLevel.Unknown,
                    }],
                    failCondition: "string",
                    finishCondition: "string",
                    pollingLink: "string",
                    targetLink: "string",
                },
            }],
            inputMappings: [{
                fieldName: "string",
                location: google_native.deploymentmanager.v2beta.InputMappingLocation.Unknown,
                methodMatch: "string",
                value: "string",
            }],
            validationOptions: {
                schemaValidation: google_native.deploymentmanager.v2beta.ValidationOptionsSchemaValidation.Unknown,
                undeclaredProperties: google_native.deploymentmanager.v2beta.ValidationOptionsUndeclaredProperties.Unknown,
            },
            virtualProperties: "string",
        },
    }],
    credential: {
        basicAuth: {
            password: "string",
            user: "string",
        },
        serviceAccount: {
            email: "string",
        },
        useProjectDefault: false,
    },
    customCertificateAuthorityRoots: ["string"],
    description: "string",
    descriptorUrl: "string",
    labels: [{
        key: "string",
        value: "string",
    }],
    name: "string",
    options: {
        asyncOptions: [{
            methodMatch: "string",
            pollingOptions: {
                diagnostics: [{
                    field: "string",
                    level: google_native.deploymentmanager.v2beta.DiagnosticLevel.Unknown,
                }],
                failCondition: "string",
                finishCondition: "string",
                pollingLink: "string",
                targetLink: "string",
            },
        }],
        inputMappings: [{
            fieldName: "string",
            location: google_native.deploymentmanager.v2beta.InputMappingLocation.Unknown,
            methodMatch: "string",
            value: "string",
        }],
        validationOptions: {
            schemaValidation: google_native.deploymentmanager.v2beta.ValidationOptionsSchemaValidation.Unknown,
            undeclaredProperties: google_native.deploymentmanager.v2beta.ValidationOptionsUndeclaredProperties.Unknown,
        },
        virtualProperties: "string",
    },
    project: "string",
});
Copy
type: google-native:deploymentmanager/v2beta:TypeProvider
properties:
    collectionOverrides:
        - collection: string
          options:
            asyncOptions:
                - methodMatch: string
                  pollingOptions:
                    diagnostics:
                        - field: string
                          level: UNKNOWN
                    failCondition: string
                    finishCondition: string
                    pollingLink: string
                    targetLink: string
            inputMappings:
                - fieldName: string
                  location: UNKNOWN
                  methodMatch: string
                  value: string
            validationOptions:
                schemaValidation: UNKNOWN
                undeclaredProperties: UNKNOWN
            virtualProperties: string
    credential:
        basicAuth:
            password: string
            user: string
        serviceAccount:
            email: string
        useProjectDefault: false
    customCertificateAuthorityRoots:
        - string
    description: string
    descriptorUrl: string
    labels:
        - key: string
          value: string
    name: string
    options:
        asyncOptions:
            - methodMatch: string
              pollingOptions:
                diagnostics:
                    - field: string
                      level: UNKNOWN
                failCondition: string
                finishCondition: string
                pollingLink: string
                targetLink: string
        inputMappings:
            - fieldName: string
              location: UNKNOWN
              methodMatch: string
              value: string
        validationOptions:
            schemaValidation: UNKNOWN
            undeclaredProperties: UNKNOWN
        virtualProperties: string
    project: string
Copy

TypeProvider Resource Properties

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

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The TypeProvider resource accepts the following input properties:

CollectionOverrides List<Pulumi.GoogleNative.DeploymentManager.V2Beta.Inputs.CollectionOverride>
Allows resource handling overrides for specific collections
Credential Pulumi.GoogleNative.DeploymentManager.V2Beta.Inputs.Credential
Credential used when interacting with this type.
CustomCertificateAuthorityRoots List<string>
List of up to 2 custom certificate authority roots to use for TLS authentication when making calls on behalf of this type provider. If set, TLS authentication will exclusively use these roots instead of relying on publicly trusted certificate authorities when validating TLS certificate authenticity. The certificates must be in base64-encoded PEM format. The maximum size of each certificate must not exceed 10KB.
Description string
An optional textual description of the resource; provided by the client when the resource is created.
DescriptorUrl string
Descriptor Url for the this type provider.
Labels List<Pulumi.GoogleNative.DeploymentManager.V2Beta.Inputs.TypeProviderLabelEntry>
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.
Options Pulumi.GoogleNative.DeploymentManager.V2Beta.Inputs.Options
Options to apply when handling any resources in this service.
Project Changes to this property will trigger replacement. string
CollectionOverrides []CollectionOverrideArgs
Allows resource handling overrides for specific collections
Credential CredentialArgs
Credential used when interacting with this type.
CustomCertificateAuthorityRoots []string
List of up to 2 custom certificate authority roots to use for TLS authentication when making calls on behalf of this type provider. If set, TLS authentication will exclusively use these roots instead of relying on publicly trusted certificate authorities when validating TLS certificate authenticity. The certificates must be in base64-encoded PEM format. The maximum size of each certificate must not exceed 10KB.
Description string
An optional textual description of the resource; provided by the client when the resource is created.
DescriptorUrl string
Descriptor Url for the this type provider.
Labels []TypeProviderLabelEntryArgs
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.
Options OptionsArgs
Options to apply when handling any resources in this service.
Project Changes to this property will trigger replacement. string
collectionOverrides List<CollectionOverride>
Allows resource handling overrides for specific collections
credential Credential
Credential used when interacting with this type.
customCertificateAuthorityRoots List<String>
List of up to 2 custom certificate authority roots to use for TLS authentication when making calls on behalf of this type provider. If set, TLS authentication will exclusively use these roots instead of relying on publicly trusted certificate authorities when validating TLS certificate authenticity. The certificates must be in base64-encoded PEM format. The maximum size of each certificate must not exceed 10KB.
description String
An optional textual description of the resource; provided by the client when the resource is created.
descriptorUrl String
Descriptor Url for the this type provider.
labels List<TypeProviderLabelEntry>
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.
options Options
Options to apply when handling any resources in this service.
project Changes to this property will trigger replacement. String
collectionOverrides CollectionOverride[]
Allows resource handling overrides for specific collections
credential Credential
Credential used when interacting with this type.
customCertificateAuthorityRoots string[]
List of up to 2 custom certificate authority roots to use for TLS authentication when making calls on behalf of this type provider. If set, TLS authentication will exclusively use these roots instead of relying on publicly trusted certificate authorities when validating TLS certificate authenticity. The certificates must be in base64-encoded PEM format. The maximum size of each certificate must not exceed 10KB.
description string
An optional textual description of the resource; provided by the client when the resource is created.
descriptorUrl string
Descriptor Url for the this type provider.
labels TypeProviderLabelEntry[]
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.
options Options
Options to apply when handling any resources in this service.
project Changes to this property will trigger replacement. string
collection_overrides Sequence[CollectionOverrideArgs]
Allows resource handling overrides for specific collections
credential CredentialArgs
Credential used when interacting with this type.
custom_certificate_authority_roots Sequence[str]
List of up to 2 custom certificate authority roots to use for TLS authentication when making calls on behalf of this type provider. If set, TLS authentication will exclusively use these roots instead of relying on publicly trusted certificate authorities when validating TLS certificate authenticity. The certificates must be in base64-encoded PEM format. The maximum size of each certificate must not exceed 10KB.
description str
An optional textual description of the resource; provided by the client when the resource is created.
descriptor_url str
Descriptor Url for the this type provider.
labels Sequence[TypeProviderLabelEntryArgs]
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.
options OptionsArgs
Options to apply when handling any resources in this service.
project Changes to this property will trigger replacement. str
collectionOverrides List<Property Map>
Allows resource handling overrides for specific collections
credential Property Map
Credential used when interacting with this type.
customCertificateAuthorityRoots List<String>
List of up to 2 custom certificate authority roots to use for TLS authentication when making calls on behalf of this type provider. If set, TLS authentication will exclusively use these roots instead of relying on publicly trusted certificate authorities when validating TLS certificate authenticity. The certificates must be in base64-encoded PEM format. The maximum size of each certificate must not exceed 10KB.
description String
An optional textual description of the resource; provided by the client when the resource is created.
descriptorUrl String
Descriptor Url for the this type provider.
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.
options Property Map
Options to apply when handling any resources in this service.
project Changes to this property will trigger replacement. String

Outputs

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

Id string
The provider-assigned unique ID for this managed resource.
InsertTime string
Creation timestamp in RFC3339 text format.
Operation Pulumi.GoogleNative.DeploymentManager.V2Beta.Outputs.OperationResponse
The Operation that most recently ran, or is currently running, on this type provider.
SelfLink string
Self link for the type provider.
Id string
The provider-assigned unique ID for this managed resource.
InsertTime string
Creation timestamp in RFC3339 text format.
Operation OperationResponse
The Operation that most recently ran, or is currently running, on this type provider.
SelfLink string
Self link for the type provider.
id String
The provider-assigned unique ID for this managed resource.
insertTime String
Creation timestamp in RFC3339 text format.
operation OperationResponse
The Operation that most recently ran, or is currently running, on this type provider.
selfLink String
Self link for the type provider.
id string
The provider-assigned unique ID for this managed resource.
insertTime string
Creation timestamp in RFC3339 text format.
operation OperationResponse
The Operation that most recently ran, or is currently running, on this type provider.
selfLink string
Self link for the type provider.
id str
The provider-assigned unique ID for this managed resource.
insert_time str
Creation timestamp in RFC3339 text format.
operation OperationResponse
The Operation that most recently ran, or is currently running, on this type provider.
self_link str
Self link for the type provider.
id String
The provider-assigned unique ID for this managed resource.
insertTime String
Creation timestamp in RFC3339 text format.
operation Property Map
The Operation that most recently ran, or is currently running, on this type provider.
selfLink String
Self link for the type provider.

Supporting Types

AsyncOptions
, AsyncOptionsArgs

MethodMatch string
Method regex where this policy will apply.
PollingOptions Pulumi.GoogleNative.DeploymentManager.V2Beta.Inputs.PollingOptions
Deployment manager will poll instances for this API resource setting a RUNNING state, and blocking until polling conditions tell whether the resource is completed or failed.
MethodMatch string
Method regex where this policy will apply.
PollingOptions PollingOptions
Deployment manager will poll instances for this API resource setting a RUNNING state, and blocking until polling conditions tell whether the resource is completed or failed.
methodMatch String
Method regex where this policy will apply.
pollingOptions PollingOptions
Deployment manager will poll instances for this API resource setting a RUNNING state, and blocking until polling conditions tell whether the resource is completed or failed.
methodMatch string
Method regex where this policy will apply.
pollingOptions PollingOptions
Deployment manager will poll instances for this API resource setting a RUNNING state, and blocking until polling conditions tell whether the resource is completed or failed.
method_match str
Method regex where this policy will apply.
polling_options PollingOptions
Deployment manager will poll instances for this API resource setting a RUNNING state, and blocking until polling conditions tell whether the resource is completed or failed.
methodMatch String
Method regex where this policy will apply.
pollingOptions Property Map
Deployment manager will poll instances for this API resource setting a RUNNING state, and blocking until polling conditions tell whether the resource is completed or failed.

AsyncOptionsResponse
, AsyncOptionsResponseArgs

MethodMatch This property is required. string
Method regex where this policy will apply.
PollingOptions This property is required. Pulumi.GoogleNative.DeploymentManager.V2Beta.Inputs.PollingOptionsResponse
Deployment manager will poll instances for this API resource setting a RUNNING state, and blocking until polling conditions tell whether the resource is completed or failed.
MethodMatch This property is required. string
Method regex where this policy will apply.
PollingOptions This property is required. PollingOptionsResponse
Deployment manager will poll instances for this API resource setting a RUNNING state, and blocking until polling conditions tell whether the resource is completed or failed.
methodMatch This property is required. String
Method regex where this policy will apply.
pollingOptions This property is required. PollingOptionsResponse
Deployment manager will poll instances for this API resource setting a RUNNING state, and blocking until polling conditions tell whether the resource is completed or failed.
methodMatch This property is required. string
Method regex where this policy will apply.
pollingOptions This property is required. PollingOptionsResponse
Deployment manager will poll instances for this API resource setting a RUNNING state, and blocking until polling conditions tell whether the resource is completed or failed.
method_match This property is required. str
Method regex where this policy will apply.
polling_options This property is required. PollingOptionsResponse
Deployment manager will poll instances for this API resource setting a RUNNING state, and blocking until polling conditions tell whether the resource is completed or failed.
methodMatch This property is required. String
Method regex where this policy will apply.
pollingOptions This property is required. Property Map
Deployment manager will poll instances for this API resource setting a RUNNING state, and blocking until polling conditions tell whether the resource is completed or failed.

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 This property is required. string
User This property is required. string
Password This property is required. string
User This property is required. string
password This property is required. String
user This property is required. String
password This property is required. string
user This property is required. string
password This property is required. str
user This property is required. str
password This property is required. String
user This property is required. String

CollectionOverride
, CollectionOverrideArgs

Collection string
The collection that identifies this resource within its service.
Options Pulumi.GoogleNative.DeploymentManager.V2Beta.Inputs.Options
The options to apply to this resource-level override
Collection string
The collection that identifies this resource within its service.
Options Options
The options to apply to this resource-level override
collection String
The collection that identifies this resource within its service.
options Options
The options to apply to this resource-level override
collection string
The collection that identifies this resource within its service.
options Options
The options to apply to this resource-level override
collection str
The collection that identifies this resource within its service.
options Options
The options to apply to this resource-level override
collection String
The collection that identifies this resource within its service.
options Property Map
The options to apply to this resource-level override

CollectionOverrideResponse
, CollectionOverrideResponseArgs

Collection This property is required. string
The collection that identifies this resource within its service.
Options This property is required. Pulumi.GoogleNative.DeploymentManager.V2Beta.Inputs.OptionsResponse
The options to apply to this resource-level override
Collection This property is required. string
The collection that identifies this resource within its service.
Options This property is required. OptionsResponse
The options to apply to this resource-level override
collection This property is required. String
The collection that identifies this resource within its service.
options This property is required. OptionsResponse
The options to apply to this resource-level override
collection This property is required. string
The collection that identifies this resource within its service.
options This property is required. OptionsResponse
The options to apply to this resource-level override
collection This property is required. str
The collection that identifies this resource within its service.
options This property is required. OptionsResponse
The options to apply to this resource-level override
collection This property is required. String
The collection that identifies this resource within its service.
options This property is required. Property Map
The options to apply to this resource-level override

Credential
, CredentialArgs

BasicAuth Pulumi.GoogleNative.DeploymentManager.V2Beta.Inputs.BasicAuth
Basic Auth Credential, only used by TypeProvider.
ServiceAccount Pulumi.GoogleNative.DeploymentManager.V2Beta.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 This property is required. Pulumi.GoogleNative.DeploymentManager.V2Beta.Inputs.BasicAuthResponse
Basic Auth Credential, only used by TypeProvider.
ServiceAccount This property is required. Pulumi.GoogleNative.DeploymentManager.V2Beta.Inputs.ServiceAccountResponse
Service Account Credential, only used by Deployment.
UseProjectDefault This property is required. bool
Specify to use the project default credential, only supported by Deployment.
BasicAuth This property is required. BasicAuthResponse
Basic Auth Credential, only used by TypeProvider.
ServiceAccount This property is required. ServiceAccountResponse
Service Account Credential, only used by Deployment.
UseProjectDefault This property is required. bool
Specify to use the project default credential, only supported by Deployment.
basicAuth This property is required. BasicAuthResponse
Basic Auth Credential, only used by TypeProvider.
serviceAccount This property is required. ServiceAccountResponse
Service Account Credential, only used by Deployment.
useProjectDefault This property is required. Boolean
Specify to use the project default credential, only supported by Deployment.
basicAuth This property is required. BasicAuthResponse
Basic Auth Credential, only used by TypeProvider.
serviceAccount This property is required. ServiceAccountResponse
Service Account Credential, only used by Deployment.
useProjectDefault This property is required. boolean
Specify to use the project default credential, only supported by Deployment.
basic_auth This property is required. BasicAuthResponse
Basic Auth Credential, only used by TypeProvider.
service_account This property is required. ServiceAccountResponse
Service Account Credential, only used by Deployment.
use_project_default This property is required. bool
Specify to use the project default credential, only supported by Deployment.
basicAuth This property is required. Property Map
Basic Auth Credential, only used by TypeProvider.
serviceAccount This property is required. Property Map
Service Account Credential, only used by Deployment.
useProjectDefault This property is required. Boolean
Specify to use the project default credential, only supported by Deployment.

Diagnostic
, DiagnosticArgs

Field string
JsonPath expression on the resource that if non empty, indicates that this field needs to be extracted as a diagnostic.
Level Pulumi.GoogleNative.DeploymentManager.V2Beta.DiagnosticLevel
Level to record this diagnostic.
Field string
JsonPath expression on the resource that if non empty, indicates that this field needs to be extracted as a diagnostic.
Level DiagnosticLevel
Level to record this diagnostic.
field String
JsonPath expression on the resource that if non empty, indicates that this field needs to be extracted as a diagnostic.
level DiagnosticLevel
Level to record this diagnostic.
field string
JsonPath expression on the resource that if non empty, indicates that this field needs to be extracted as a diagnostic.
level DiagnosticLevel
Level to record this diagnostic.
field str
JsonPath expression on the resource that if non empty, indicates that this field needs to be extracted as a diagnostic.
level DiagnosticLevel
Level to record this diagnostic.
field String
JsonPath expression on the resource that if non empty, indicates that this field needs to be extracted as a diagnostic.
level "UNKNOWN" | "INFORMATION" | "WARNING" | "ERROR"
Level to record this diagnostic.

DiagnosticLevel
, DiagnosticLevelArgs

Unknown
UNKNOWN
Information
INFORMATIONIf level is informational, it only gets displayed as part of the resource.
Warning
WARNINGIf level is warning, will end up in the resource as a warning.
Error
ERRORIf level is error, it will indicate an error occurred after finishCondition is set, and this field will populate resource errors and operation errors.
DiagnosticLevelUnknown
UNKNOWN
DiagnosticLevelInformation
INFORMATIONIf level is informational, it only gets displayed as part of the resource.
DiagnosticLevelWarning
WARNINGIf level is warning, will end up in the resource as a warning.
DiagnosticLevelError
ERRORIf level is error, it will indicate an error occurred after finishCondition is set, and this field will populate resource errors and operation errors.
Unknown
UNKNOWN
Information
INFORMATIONIf level is informational, it only gets displayed as part of the resource.
Warning
WARNINGIf level is warning, will end up in the resource as a warning.
Error
ERRORIf level is error, it will indicate an error occurred after finishCondition is set, and this field will populate resource errors and operation errors.
Unknown
UNKNOWN
Information
INFORMATIONIf level is informational, it only gets displayed as part of the resource.
Warning
WARNINGIf level is warning, will end up in the resource as a warning.
Error
ERRORIf level is error, it will indicate an error occurred after finishCondition is set, and this field will populate resource errors and operation errors.
UNKNOWN
UNKNOWN
INFORMATION
INFORMATIONIf level is informational, it only gets displayed as part of the resource.
WARNING
WARNINGIf level is warning, will end up in the resource as a warning.
ERROR
ERRORIf level is error, it will indicate an error occurred after finishCondition is set, and this field will populate resource errors and operation errors.
"UNKNOWN"
UNKNOWN
"INFORMATION"
INFORMATIONIf level is informational, it only gets displayed as part of the resource.
"WARNING"
WARNINGIf level is warning, will end up in the resource as a warning.
"ERROR"
ERRORIf level is error, it will indicate an error occurred after finishCondition is set, and this field will populate resource errors and operation errors.

DiagnosticResponse
, DiagnosticResponseArgs

Field This property is required. string
JsonPath expression on the resource that if non empty, indicates that this field needs to be extracted as a diagnostic.
Level This property is required. string
Level to record this diagnostic.
Field This property is required. string
JsonPath expression on the resource that if non empty, indicates that this field needs to be extracted as a diagnostic.
Level This property is required. string
Level to record this diagnostic.
field This property is required. String
JsonPath expression on the resource that if non empty, indicates that this field needs to be extracted as a diagnostic.
level This property is required. String
Level to record this diagnostic.
field This property is required. string
JsonPath expression on the resource that if non empty, indicates that this field needs to be extracted as a diagnostic.
level This property is required. string
Level to record this diagnostic.
field This property is required. str
JsonPath expression on the resource that if non empty, indicates that this field needs to be extracted as a diagnostic.
level This property is required. str
Level to record this diagnostic.
field This property is required. String
JsonPath expression on the resource that if non empty, indicates that this field needs to be extracted as a diagnostic.
level This property is required. String
Level to record this diagnostic.

InputMapping
, InputMappingArgs

FieldName string
The name of the field that is going to be injected.
Location Pulumi.GoogleNative.DeploymentManager.V2Beta.InputMappingLocation
The location where this mapping applies.
MethodMatch string
Regex to evaluate on method to decide if input applies.
Value string
A jsonPath expression to select an element.
FieldName string
The name of the field that is going to be injected.
Location InputMappingLocation
The location where this mapping applies.
MethodMatch string
Regex to evaluate on method to decide if input applies.
Value string
A jsonPath expression to select an element.
fieldName String
The name of the field that is going to be injected.
location InputMappingLocation
The location where this mapping applies.
methodMatch String
Regex to evaluate on method to decide if input applies.
value String
A jsonPath expression to select an element.
fieldName string
The name of the field that is going to be injected.
location InputMappingLocation
The location where this mapping applies.
methodMatch string
Regex to evaluate on method to decide if input applies.
value string
A jsonPath expression to select an element.
field_name str
The name of the field that is going to be injected.
location InputMappingLocation
The location where this mapping applies.
method_match str
Regex to evaluate on method to decide if input applies.
value str
A jsonPath expression to select an element.
fieldName String
The name of the field that is going to be injected.
location "UNKNOWN" | "PATH" | "QUERY" | "BODY" | "HEADER"
The location where this mapping applies.
methodMatch String
Regex to evaluate on method to decide if input applies.
value String
A jsonPath expression to select an element.

InputMappingLocation
, InputMappingLocationArgs

Unknown
UNKNOWN
Path
PATH
Query
QUERY
Body
BODY
Header
HEADER
InputMappingLocationUnknown
UNKNOWN
InputMappingLocationPath
PATH
InputMappingLocationQuery
QUERY
InputMappingLocationBody
BODY
InputMappingLocationHeader
HEADER
Unknown
UNKNOWN
Path
PATH
Query
QUERY
Body
BODY
Header
HEADER
Unknown
UNKNOWN
Path
PATH
Query
QUERY
Body
BODY
Header
HEADER
UNKNOWN
UNKNOWN
PATH
PATH
QUERY
QUERY
BODY
BODY
HEADER
HEADER
"UNKNOWN"
UNKNOWN
"PATH"
PATH
"QUERY"
QUERY
"BODY"
BODY
"HEADER"
HEADER

InputMappingResponse
, InputMappingResponseArgs

FieldName This property is required. string
The name of the field that is going to be injected.
Location This property is required. string
The location where this mapping applies.
MethodMatch This property is required. string
Regex to evaluate on method to decide if input applies.
Value This property is required. string
A jsonPath expression to select an element.
FieldName This property is required. string
The name of the field that is going to be injected.
Location This property is required. string
The location where this mapping applies.
MethodMatch This property is required. string
Regex to evaluate on method to decide if input applies.
Value This property is required. string
A jsonPath expression to select an element.
fieldName This property is required. String
The name of the field that is going to be injected.
location This property is required. String
The location where this mapping applies.
methodMatch This property is required. String
Regex to evaluate on method to decide if input applies.
value This property is required. String
A jsonPath expression to select an element.
fieldName This property is required. string
The name of the field that is going to be injected.
location This property is required. string
The location where this mapping applies.
methodMatch This property is required. string
Regex to evaluate on method to decide if input applies.
value This property is required. string
A jsonPath expression to select an element.
field_name This property is required. str
The name of the field that is going to be injected.
location This property is required. str
The location where this mapping applies.
method_match This property is required. str
Regex to evaluate on method to decide if input applies.
value This property is required. str
A jsonPath expression to select an element.
fieldName This property is required. String
The name of the field that is going to be injected.
location This property is required. String
The location where this mapping applies.
methodMatch This property is required. String
Regex to evaluate on method to decide if input applies.
value This property is required. String
A jsonPath expression to select an element.

InstancesBulkInsertOperationMetadataResponse
, InstancesBulkInsertOperationMetadataResponseArgs

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

OperationErrorErrorsItemResponse
, OperationErrorErrorsItemResponseArgs

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

OperationErrorResponse
, OperationErrorResponseArgs

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

OperationResponse
, OperationResponseArgs

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

Deprecated: [Deprecated] This field is deprecated.

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

Deprecated: [Deprecated] This field is deprecated.

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

Deprecated: [Deprecated] This field is deprecated.

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

Deprecated: [Deprecated] This field is deprecated.

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

Deprecated: [Deprecated] This field is deprecated.

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

Deprecated: [Deprecated] This field is deprecated.

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

OperationWarningsItemDataItemResponse
, OperationWarningsItemDataItemResponseArgs

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

OperationWarningsItemResponse
, OperationWarningsItemResponseArgs

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

Options
, OptionsArgs

AsyncOptions List<Pulumi.GoogleNative.DeploymentManager.V2Beta.Inputs.AsyncOptions>
Options regarding how to thread async requests.
InputMappings List<Pulumi.GoogleNative.DeploymentManager.V2Beta.Inputs.InputMapping>
The mappings that apply for requests.
ValidationOptions Pulumi.GoogleNative.DeploymentManager.V2Beta.Inputs.ValidationOptions
Options for how to validate and process properties on a resource.
VirtualProperties string
Additional properties block described as a jsonSchema, these properties will never be part of the json payload, but they can be consumed by InputMappings, this must be a valid json schema draft-04. The properties specified here will be decouple in a different section. This schema will be merged to the schema validation, and properties here will be extracted From the payload and consumed explicitly by InputMappings. ex: field1: type: string field2: type: number
AsyncOptions []AsyncOptions
Options regarding how to thread async requests.
InputMappings []InputMapping
The mappings that apply for requests.
ValidationOptions ValidationOptions
Options for how to validate and process properties on a resource.
VirtualProperties string
Additional properties block described as a jsonSchema, these properties will never be part of the json payload, but they can be consumed by InputMappings, this must be a valid json schema draft-04. The properties specified here will be decouple in a different section. This schema will be merged to the schema validation, and properties here will be extracted From the payload and consumed explicitly by InputMappings. ex: field1: type: string field2: type: number
asyncOptions List<AsyncOptions>
Options regarding how to thread async requests.
inputMappings List<InputMapping>
The mappings that apply for requests.
validationOptions ValidationOptions
Options for how to validate and process properties on a resource.
virtualProperties String
Additional properties block described as a jsonSchema, these properties will never be part of the json payload, but they can be consumed by InputMappings, this must be a valid json schema draft-04. The properties specified here will be decouple in a different section. This schema will be merged to the schema validation, and properties here will be extracted From the payload and consumed explicitly by InputMappings. ex: field1: type: string field2: type: number
asyncOptions AsyncOptions[]
Options regarding how to thread async requests.
inputMappings InputMapping[]
The mappings that apply for requests.
validationOptions ValidationOptions
Options for how to validate and process properties on a resource.
virtualProperties string
Additional properties block described as a jsonSchema, these properties will never be part of the json payload, but they can be consumed by InputMappings, this must be a valid json schema draft-04. The properties specified here will be decouple in a different section. This schema will be merged to the schema validation, and properties here will be extracted From the payload and consumed explicitly by InputMappings. ex: field1: type: string field2: type: number
async_options Sequence[AsyncOptions]
Options regarding how to thread async requests.
input_mappings Sequence[InputMapping]
The mappings that apply for requests.
validation_options ValidationOptions
Options for how to validate and process properties on a resource.
virtual_properties str
Additional properties block described as a jsonSchema, these properties will never be part of the json payload, but they can be consumed by InputMappings, this must be a valid json schema draft-04. The properties specified here will be decouple in a different section. This schema will be merged to the schema validation, and properties here will be extracted From the payload and consumed explicitly by InputMappings. ex: field1: type: string field2: type: number
asyncOptions List<Property Map>
Options regarding how to thread async requests.
inputMappings List<Property Map>
The mappings that apply for requests.
validationOptions Property Map
Options for how to validate and process properties on a resource.
virtualProperties String
Additional properties block described as a jsonSchema, these properties will never be part of the json payload, but they can be consumed by InputMappings, this must be a valid json schema draft-04. The properties specified here will be decouple in a different section. This schema will be merged to the schema validation, and properties here will be extracted From the payload and consumed explicitly by InputMappings. ex: field1: type: string field2: type: number

OptionsResponse
, OptionsResponseArgs

AsyncOptions This property is required. List<Pulumi.GoogleNative.DeploymentManager.V2Beta.Inputs.AsyncOptionsResponse>
Options regarding how to thread async requests.
InputMappings This property is required. List<Pulumi.GoogleNative.DeploymentManager.V2Beta.Inputs.InputMappingResponse>
The mappings that apply for requests.
ValidationOptions This property is required. Pulumi.GoogleNative.DeploymentManager.V2Beta.Inputs.ValidationOptionsResponse
Options for how to validate and process properties on a resource.
VirtualProperties This property is required. string
Additional properties block described as a jsonSchema, these properties will never be part of the json payload, but they can be consumed by InputMappings, this must be a valid json schema draft-04. The properties specified here will be decouple in a different section. This schema will be merged to the schema validation, and properties here will be extracted From the payload and consumed explicitly by InputMappings. ex: field1: type: string field2: type: number
AsyncOptions This property is required. []AsyncOptionsResponse
Options regarding how to thread async requests.
InputMappings This property is required. []InputMappingResponse
The mappings that apply for requests.
ValidationOptions This property is required. ValidationOptionsResponse
Options for how to validate and process properties on a resource.
VirtualProperties This property is required. string
Additional properties block described as a jsonSchema, these properties will never be part of the json payload, but they can be consumed by InputMappings, this must be a valid json schema draft-04. The properties specified here will be decouple in a different section. This schema will be merged to the schema validation, and properties here will be extracted From the payload and consumed explicitly by InputMappings. ex: field1: type: string field2: type: number
asyncOptions This property is required. List<AsyncOptionsResponse>
Options regarding how to thread async requests.
inputMappings This property is required. List<InputMappingResponse>
The mappings that apply for requests.
validationOptions This property is required. ValidationOptionsResponse
Options for how to validate and process properties on a resource.
virtualProperties This property is required. String
Additional properties block described as a jsonSchema, these properties will never be part of the json payload, but they can be consumed by InputMappings, this must be a valid json schema draft-04. The properties specified here will be decouple in a different section. This schema will be merged to the schema validation, and properties here will be extracted From the payload and consumed explicitly by InputMappings. ex: field1: type: string field2: type: number
asyncOptions This property is required. AsyncOptionsResponse[]
Options regarding how to thread async requests.
inputMappings This property is required. InputMappingResponse[]
The mappings that apply for requests.
validationOptions This property is required. ValidationOptionsResponse
Options for how to validate and process properties on a resource.
virtualProperties This property is required. string
Additional properties block described as a jsonSchema, these properties will never be part of the json payload, but they can be consumed by InputMappings, this must be a valid json schema draft-04. The properties specified here will be decouple in a different section. This schema will be merged to the schema validation, and properties here will be extracted From the payload and consumed explicitly by InputMappings. ex: field1: type: string field2: type: number
async_options This property is required. Sequence[AsyncOptionsResponse]
Options regarding how to thread async requests.
input_mappings This property is required. Sequence[InputMappingResponse]
The mappings that apply for requests.
validation_options This property is required. ValidationOptionsResponse
Options for how to validate and process properties on a resource.
virtual_properties This property is required. str
Additional properties block described as a jsonSchema, these properties will never be part of the json payload, but they can be consumed by InputMappings, this must be a valid json schema draft-04. The properties specified here will be decouple in a different section. This schema will be merged to the schema validation, and properties here will be extracted From the payload and consumed explicitly by InputMappings. ex: field1: type: string field2: type: number
asyncOptions This property is required. List<Property Map>
Options regarding how to thread async requests.
inputMappings This property is required. List<Property Map>
The mappings that apply for requests.
validationOptions This property is required. Property Map
Options for how to validate and process properties on a resource.
virtualProperties This property is required. String
Additional properties block described as a jsonSchema, these properties will never be part of the json payload, but they can be consumed by InputMappings, this must be a valid json schema draft-04. The properties specified here will be decouple in a different section. This schema will be merged to the schema validation, and properties here will be extracted From the payload and consumed explicitly by InputMappings. ex: field1: type: string field2: type: number

PollingOptions
, PollingOptionsArgs

Diagnostics List<Pulumi.GoogleNative.DeploymentManager.V2Beta.Inputs.Diagnostic>
An array of diagnostics to be collected by Deployment Manager, these diagnostics will be displayed to the user.
FailCondition string
JsonPath expression that determines if the request failed.
FinishCondition string
JsonPath expression that determines if the request is completed.
PollingLink string
JsonPath expression that evaluates to string, it indicates where to poll.
TargetLink string
JsonPath expression, after polling is completed, indicates where to fetch the resource.
Diagnostics []Diagnostic
An array of diagnostics to be collected by Deployment Manager, these diagnostics will be displayed to the user.
FailCondition string
JsonPath expression that determines if the request failed.
FinishCondition string
JsonPath expression that determines if the request is completed.
PollingLink string
JsonPath expression that evaluates to string, it indicates where to poll.
TargetLink string
JsonPath expression, after polling is completed, indicates where to fetch the resource.
diagnostics List<Diagnostic>
An array of diagnostics to be collected by Deployment Manager, these diagnostics will be displayed to the user.
failCondition String
JsonPath expression that determines if the request failed.
finishCondition String
JsonPath expression that determines if the request is completed.
pollingLink String
JsonPath expression that evaluates to string, it indicates where to poll.
targetLink String
JsonPath expression, after polling is completed, indicates where to fetch the resource.
diagnostics Diagnostic[]
An array of diagnostics to be collected by Deployment Manager, these diagnostics will be displayed to the user.
failCondition string
JsonPath expression that determines if the request failed.
finishCondition string
JsonPath expression that determines if the request is completed.
pollingLink string
JsonPath expression that evaluates to string, it indicates where to poll.
targetLink string
JsonPath expression, after polling is completed, indicates where to fetch the resource.
diagnostics Sequence[Diagnostic]
An array of diagnostics to be collected by Deployment Manager, these diagnostics will be displayed to the user.
fail_condition str
JsonPath expression that determines if the request failed.
finish_condition str
JsonPath expression that determines if the request is completed.
polling_link str
JsonPath expression that evaluates to string, it indicates where to poll.
target_link str
JsonPath expression, after polling is completed, indicates where to fetch the resource.
diagnostics List<Property Map>
An array of diagnostics to be collected by Deployment Manager, these diagnostics will be displayed to the user.
failCondition String
JsonPath expression that determines if the request failed.
finishCondition String
JsonPath expression that determines if the request is completed.
pollingLink String
JsonPath expression that evaluates to string, it indicates where to poll.
targetLink String
JsonPath expression, after polling is completed, indicates where to fetch the resource.

PollingOptionsResponse
, PollingOptionsResponseArgs

Diagnostics This property is required. List<Pulumi.GoogleNative.DeploymentManager.V2Beta.Inputs.DiagnosticResponse>
An array of diagnostics to be collected by Deployment Manager, these diagnostics will be displayed to the user.
FailCondition This property is required. string
JsonPath expression that determines if the request failed.
FinishCondition This property is required. string
JsonPath expression that determines if the request is completed.
PollingLink This property is required. string
JsonPath expression that evaluates to string, it indicates where to poll.
TargetLink This property is required. string
JsonPath expression, after polling is completed, indicates where to fetch the resource.
Diagnostics This property is required. []DiagnosticResponse
An array of diagnostics to be collected by Deployment Manager, these diagnostics will be displayed to the user.
FailCondition This property is required. string
JsonPath expression that determines if the request failed.
FinishCondition This property is required. string
JsonPath expression that determines if the request is completed.
PollingLink This property is required. string
JsonPath expression that evaluates to string, it indicates where to poll.
TargetLink This property is required. string
JsonPath expression, after polling is completed, indicates where to fetch the resource.
diagnostics This property is required. List<DiagnosticResponse>
An array of diagnostics to be collected by Deployment Manager, these diagnostics will be displayed to the user.
failCondition This property is required. String
JsonPath expression that determines if the request failed.
finishCondition This property is required. String
JsonPath expression that determines if the request is completed.
pollingLink This property is required. String
JsonPath expression that evaluates to string, it indicates where to poll.
targetLink This property is required. String
JsonPath expression, after polling is completed, indicates where to fetch the resource.
diagnostics This property is required. DiagnosticResponse[]
An array of diagnostics to be collected by Deployment Manager, these diagnostics will be displayed to the user.
failCondition This property is required. string
JsonPath expression that determines if the request failed.
finishCondition This property is required. string
JsonPath expression that determines if the request is completed.
pollingLink This property is required. string
JsonPath expression that evaluates to string, it indicates where to poll.
targetLink This property is required. string
JsonPath expression, after polling is completed, indicates where to fetch the resource.
diagnostics This property is required. Sequence[DiagnosticResponse]
An array of diagnostics to be collected by Deployment Manager, these diagnostics will be displayed to the user.
fail_condition This property is required. str
JsonPath expression that determines if the request failed.
finish_condition This property is required. str
JsonPath expression that determines if the request is completed.
polling_link This property is required. str
JsonPath expression that evaluates to string, it indicates where to poll.
target_link This property is required. str
JsonPath expression, after polling is completed, indicates where to fetch the resource.
diagnostics This property is required. List<Property Map>
An array of diagnostics to be collected by Deployment Manager, these diagnostics will be displayed to the user.
failCondition This property is required. String
JsonPath expression that determines if the request failed.
finishCondition This property is required. String
JsonPath expression that determines if the request is completed.
pollingLink This property is required. String
JsonPath expression that evaluates to string, it indicates where to poll.
targetLink This property is required. String
JsonPath expression, after polling is completed, indicates where to fetch the resource.

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 This property is required. string
The IAM service account email address like test@myproject.iam.gserviceaccount.com
Email This property is required. string
The IAM service account email address like test@myproject.iam.gserviceaccount.com
email This property is required. String
The IAM service account email address like test@myproject.iam.gserviceaccount.com
email This property is required. string
The IAM service account email address like test@myproject.iam.gserviceaccount.com
email This property is required. str
The IAM service account email address like test@myproject.iam.gserviceaccount.com
email This property is required. String
The IAM service account email address like test@myproject.iam.gserviceaccount.com

SetCommonInstanceMetadataOperationMetadataResponse
, SetCommonInstanceMetadataOperationMetadataResponseArgs

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

TypeProviderLabelEntry
, TypeProviderLabelEntryArgs

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

TypeProviderLabelEntryResponse
, TypeProviderLabelEntryResponseArgs

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

ValidationOptions
, ValidationOptionsArgs

SchemaValidation Pulumi.GoogleNative.DeploymentManager.V2Beta.ValidationOptionsSchemaValidation
Customize how deployment manager will validate the resource against schema errors.
UndeclaredProperties Pulumi.GoogleNative.DeploymentManager.V2Beta.ValidationOptionsUndeclaredProperties
Specify what to do with extra properties when executing a request.
SchemaValidation ValidationOptionsSchemaValidation
Customize how deployment manager will validate the resource against schema errors.
UndeclaredProperties ValidationOptionsUndeclaredProperties
Specify what to do with extra properties when executing a request.
schemaValidation ValidationOptionsSchemaValidation
Customize how deployment manager will validate the resource against schema errors.
undeclaredProperties ValidationOptionsUndeclaredProperties
Specify what to do with extra properties when executing a request.
schemaValidation ValidationOptionsSchemaValidation
Customize how deployment manager will validate the resource against schema errors.
undeclaredProperties ValidationOptionsUndeclaredProperties
Specify what to do with extra properties when executing a request.
schema_validation ValidationOptionsSchemaValidation
Customize how deployment manager will validate the resource against schema errors.
undeclared_properties ValidationOptionsUndeclaredProperties
Specify what to do with extra properties when executing a request.
schemaValidation "UNKNOWN" | "IGNORE" | "IGNORE_WITH_WARNINGS" | "FAIL"
Customize how deployment manager will validate the resource against schema errors.
undeclaredProperties "UNKNOWN" | "INCLUDE" | "IGNORE" | "INCLUDE_WITH_WARNINGS" | "IGNORE_WITH_WARNINGS" | "FAIL"
Specify what to do with extra properties when executing a request.

ValidationOptionsResponse
, ValidationOptionsResponseArgs

SchemaValidation This property is required. string
Customize how deployment manager will validate the resource against schema errors.
UndeclaredProperties This property is required. string
Specify what to do with extra properties when executing a request.
SchemaValidation This property is required. string
Customize how deployment manager will validate the resource against schema errors.
UndeclaredProperties This property is required. string
Specify what to do with extra properties when executing a request.
schemaValidation This property is required. String
Customize how deployment manager will validate the resource against schema errors.
undeclaredProperties This property is required. String
Specify what to do with extra properties when executing a request.
schemaValidation This property is required. string
Customize how deployment manager will validate the resource against schema errors.
undeclaredProperties This property is required. string
Specify what to do with extra properties when executing a request.
schema_validation This property is required. str
Customize how deployment manager will validate the resource against schema errors.
undeclared_properties This property is required. str
Specify what to do with extra properties when executing a request.
schemaValidation This property is required. String
Customize how deployment manager will validate the resource against schema errors.
undeclaredProperties This property is required. String
Specify what to do with extra properties when executing a request.

ValidationOptionsSchemaValidation
, ValidationOptionsSchemaValidationArgs

Unknown
UNKNOWN
Ignore
IGNOREIgnore schema failures.
IgnoreWithWarnings
IGNORE_WITH_WARNINGSIgnore schema failures but display them as warnings.
Fail
FAILFail the resource if the schema is not valid, this is the default behavior.
ValidationOptionsSchemaValidationUnknown
UNKNOWN
ValidationOptionsSchemaValidationIgnore
IGNOREIgnore schema failures.
ValidationOptionsSchemaValidationIgnoreWithWarnings
IGNORE_WITH_WARNINGSIgnore schema failures but display them as warnings.
ValidationOptionsSchemaValidationFail
FAILFail the resource if the schema is not valid, this is the default behavior.
Unknown
UNKNOWN
Ignore
IGNOREIgnore schema failures.
IgnoreWithWarnings
IGNORE_WITH_WARNINGSIgnore schema failures but display them as warnings.
Fail
FAILFail the resource if the schema is not valid, this is the default behavior.
Unknown
UNKNOWN
Ignore
IGNOREIgnore schema failures.
IgnoreWithWarnings
IGNORE_WITH_WARNINGSIgnore schema failures but display them as warnings.
Fail
FAILFail the resource if the schema is not valid, this is the default behavior.
UNKNOWN
UNKNOWN
IGNORE
IGNOREIgnore schema failures.
IGNORE_WITH_WARNINGS
IGNORE_WITH_WARNINGSIgnore schema failures but display them as warnings.
FAIL
FAILFail the resource if the schema is not valid, this is the default behavior.
"UNKNOWN"
UNKNOWN
"IGNORE"
IGNOREIgnore schema failures.
"IGNORE_WITH_WARNINGS"
IGNORE_WITH_WARNINGSIgnore schema failures but display them as warnings.
"FAIL"
FAILFail the resource if the schema is not valid, this is the default behavior.

ValidationOptionsUndeclaredProperties
, ValidationOptionsUndeclaredPropertiesArgs

Unknown
UNKNOWN
Include
INCLUDEAlways include even if not present on discovery doc.
Ignore
IGNOREAlways ignore if not present on discovery doc.
IncludeWithWarnings
INCLUDE_WITH_WARNINGSInclude on request, but emit a warning.
IgnoreWithWarnings
IGNORE_WITH_WARNINGSIgnore properties, but emit a warning.
Fail
FAILAlways fail if undeclared properties are present.
ValidationOptionsUndeclaredPropertiesUnknown
UNKNOWN
ValidationOptionsUndeclaredPropertiesInclude
INCLUDEAlways include even if not present on discovery doc.
ValidationOptionsUndeclaredPropertiesIgnore
IGNOREAlways ignore if not present on discovery doc.
ValidationOptionsUndeclaredPropertiesIncludeWithWarnings
INCLUDE_WITH_WARNINGSInclude on request, but emit a warning.
ValidationOptionsUndeclaredPropertiesIgnoreWithWarnings
IGNORE_WITH_WARNINGSIgnore properties, but emit a warning.
ValidationOptionsUndeclaredPropertiesFail
FAILAlways fail if undeclared properties are present.
Unknown
UNKNOWN
Include
INCLUDEAlways include even if not present on discovery doc.
Ignore
IGNOREAlways ignore if not present on discovery doc.
IncludeWithWarnings
INCLUDE_WITH_WARNINGSInclude on request, but emit a warning.
IgnoreWithWarnings
IGNORE_WITH_WARNINGSIgnore properties, but emit a warning.
Fail
FAILAlways fail if undeclared properties are present.
Unknown
UNKNOWN
Include
INCLUDEAlways include even if not present on discovery doc.
Ignore
IGNOREAlways ignore if not present on discovery doc.
IncludeWithWarnings
INCLUDE_WITH_WARNINGSInclude on request, but emit a warning.
IgnoreWithWarnings
IGNORE_WITH_WARNINGSIgnore properties, but emit a warning.
Fail
FAILAlways fail if undeclared properties are present.
UNKNOWN
UNKNOWN
INCLUDE
INCLUDEAlways include even if not present on discovery doc.
IGNORE
IGNOREAlways ignore if not present on discovery doc.
INCLUDE_WITH_WARNINGS
INCLUDE_WITH_WARNINGSInclude on request, but emit a warning.
IGNORE_WITH_WARNINGS
IGNORE_WITH_WARNINGSIgnore properties, but emit a warning.
FAIL
FAILAlways fail if undeclared properties are present.
"UNKNOWN"
UNKNOWN
"INCLUDE"
INCLUDEAlways include even if not present on discovery doc.
"IGNORE"
IGNOREAlways ignore if not present on discovery doc.
"INCLUDE_WITH_WARNINGS"
INCLUDE_WITH_WARNINGSInclude on request, but emit a warning.
"IGNORE_WITH_WARNINGS"
IGNORE_WITH_WARNINGSIgnore properties, but emit a warning.
"FAIL"
FAILAlways fail if undeclared properties are present.

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