Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.deploymentmanager/v2beta.TypeProvider
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
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 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 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 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 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 String
- The unique name of the resource.
- args 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",
});
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"),
})
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());
google_native_type_provider_resource = google_native.deploymentmanager.v2beta.TypeProvider("google-nativeTypeProviderResource",
collection_overrides=[google_native.deploymentmanager.v2beta.CollectionOverrideArgs(
collection="string",
options=google_native.deploymentmanager.v2beta.OptionsArgs(
async_options=[google_native.deploymentmanager.v2beta.AsyncOptionsArgs(
method_match="string",
polling_options=google_native.deploymentmanager.v2beta.PollingOptionsArgs(
diagnostics=[google_native.deploymentmanager.v2beta.DiagnosticArgs(
field="string",
level=google_native.deploymentmanager.v2beta.DiagnosticLevel.UNKNOWN,
)],
fail_condition="string",
finish_condition="string",
polling_link="string",
target_link="string",
),
)],
input_mappings=[google_native.deploymentmanager.v2beta.InputMappingArgs(
field_name="string",
location=google_native.deploymentmanager.v2beta.InputMappingLocation.UNKNOWN,
method_match="string",
value="string",
)],
validation_options=google_native.deploymentmanager.v2beta.ValidationOptionsArgs(
schema_validation=google_native.deploymentmanager.v2beta.ValidationOptionsSchemaValidation.UNKNOWN,
undeclared_properties=google_native.deploymentmanager.v2beta.ValidationOptionsUndeclaredProperties.UNKNOWN,
),
virtual_properties="string",
),
)],
credential=google_native.deploymentmanager.v2beta.CredentialArgs(
basic_auth=google_native.deploymentmanager.v2beta.BasicAuthArgs(
password="string",
user="string",
),
service_account=google_native.deploymentmanager.v2beta.ServiceAccountArgs(
email="string",
),
use_project_default=False,
),
custom_certificate_authority_roots=["string"],
description="string",
descriptor_url="string",
labels=[google_native.deploymentmanager.v2beta.TypeProviderLabelEntryArgs(
key="string",
value="string",
)],
name="string",
options=google_native.deploymentmanager.v2beta.OptionsArgs(
async_options=[google_native.deploymentmanager.v2beta.AsyncOptionsArgs(
method_match="string",
polling_options=google_native.deploymentmanager.v2beta.PollingOptionsArgs(
diagnostics=[google_native.deploymentmanager.v2beta.DiagnosticArgs(
field="string",
level=google_native.deploymentmanager.v2beta.DiagnosticLevel.UNKNOWN,
)],
fail_condition="string",
finish_condition="string",
polling_link="string",
target_link="string",
),
)],
input_mappings=[google_native.deploymentmanager.v2beta.InputMappingArgs(
field_name="string",
location=google_native.deploymentmanager.v2beta.InputMappingLocation.UNKNOWN,
method_match="string",
value="string",
)],
validation_options=google_native.deploymentmanager.v2beta.ValidationOptionsArgs(
schema_validation=google_native.deploymentmanager.v2beta.ValidationOptionsSchemaValidation.UNKNOWN,
undeclared_properties=google_native.deploymentmanager.v2beta.ValidationOptionsUndeclaredProperties.UNKNOWN,
),
virtual_properties="string",
),
project="string")
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",
});
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
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
The TypeProvider resource accepts the following input properties:
- Collection
Overrides List<Pulumi.Google Native. Deployment Manager. V2Beta. Inputs. Collection Override> - Allows resource handling overrides for specific collections
- Credential
Pulumi.
Google Native. Deployment Manager. V2Beta. Inputs. Credential - Credential used when interacting with this type.
- 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.
- Descriptor
Url string - Descriptor Url for the this type provider.
- Labels
List<Pulumi.
Google Native. Deployment Manager. V2Beta. Inputs. Type Provider Label Entry> - 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.
Google Native. Deployment Manager. V2Beta. Inputs. Options - Options to apply when handling any resources in this service.
- Project string
- Collection
Overrides []CollectionOverride Args - Allows resource handling overrides for specific collections
- Credential
Credential
Args - Credential used when interacting with this type.
- []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.
- Descriptor
Url string - Descriptor Url for the this type provider.
- Labels
[]Type
Provider Label Entry Args - 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
Args - Options to apply when handling any resources in this service.
- Project string
- collection
Overrides List<CollectionOverride> - Allows resource handling overrides for specific collections
- credential Credential
- Credential used when interacting with this type.
- 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.
- descriptor
Url String - Descriptor Url for the this type provider.
- labels
List<Type
Provider Label Entry> - 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 String
- collection
Overrides CollectionOverride[] - Allows resource handling overrides for specific collections
- credential Credential
- Credential used when interacting with this type.
- 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.
- descriptor
Url string - Descriptor Url for the this type provider.
- labels
Type
Provider Label Entry[] - 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 string
- collection_
overrides Sequence[CollectionOverride Args] - Allows resource handling overrides for specific collections
- credential
Credential
Args - Credential used when interacting with this type.
- 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[Type
Provider Label Entry Args] - 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
Options
Args - Options to apply when handling any resources in this service.
- project str
- collection
Overrides List<Property Map> - Allows resource handling overrides for specific collections
- credential Property Map
- Credential used when interacting with this type.
- 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.
- descriptor
Url 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 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.
- Insert
Time string - Creation timestamp in RFC3339 text format.
- Operation
Pulumi.
Google Native. Deployment Manager. V2Beta. Outputs. Operation Response - The Operation that most recently ran, or is currently running, on this type provider.
- Self
Link string - Self link for the type provider.
- Id string
- The provider-assigned unique ID for this managed resource.
- Insert
Time string - Creation timestamp in RFC3339 text format.
- Operation
Operation
Response - The Operation that most recently ran, or is currently running, on this type provider.
- Self
Link string - Self link for the type provider.
- id String
- The provider-assigned unique ID for this managed resource.
- insert
Time String - Creation timestamp in RFC3339 text format.
- operation
Operation
Response - The Operation that most recently ran, or is currently running, on this type provider.
- self
Link String - Self link for the type provider.
- id string
- The provider-assigned unique ID for this managed resource.
- insert
Time string - Creation timestamp in RFC3339 text format.
- operation
Operation
Response - The Operation that most recently ran, or is currently running, on this type provider.
- self
Link 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
Operation
Response - 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.
- insert
Time String - Creation timestamp in RFC3339 text format.
- operation Property Map
- The Operation that most recently ran, or is currently running, on this type provider.
- self
Link String - Self link for the type provider.
Supporting Types
AsyncOptions, AsyncOptionsArgs
- Method
Match string - Method regex where this policy will apply.
- Polling
Options Pulumi.Google Native. Deployment Manager. V2Beta. Inputs. Polling Options - 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 string - 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.
- method
Match String - 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.
- method
Match string - 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.
- 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.
- method
Match String - Method regex where this policy will apply.
- polling
Options 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
- Method
Match string - Method regex where this policy will apply.
- Polling
Options Pulumi.Google Native. Deployment Manager. V2Beta. Inputs. Polling Options Response - 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 string - Method regex where this policy will apply.
- Polling
Options PollingOptions Response - 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 String - Method regex where this policy will apply.
- polling
Options PollingOptions Response - 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 string - Method regex where this policy will apply.
- polling
Options PollingOptions Response - 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 Response - 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 String - Method regex where this policy will apply.
- polling
Options 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
BasicAuthResponse, BasicAuthResponseArgs
CollectionOverride, CollectionOverrideArgs
- Collection string
- The collection that identifies this resource within its service.
- Options
Pulumi.
Google Native. Deployment Manager. 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 string
- The collection that identifies this resource within its service.
- Options
Pulumi.
Google Native. Deployment Manager. V2Beta. Inputs. Options Response - The options to apply to this resource-level override
- Collection string
- The collection that identifies this resource within its service.
- Options
Options
Response - The options to apply to this resource-level override
- collection String
- The collection that identifies this resource within its service.
- options
Options
Response - The options to apply to this resource-level override
- collection string
- The collection that identifies this resource within its service.
- options
Options
Response - The options to apply to this resource-level override
- collection str
- The collection that identifies this resource within its service.
- options
Options
Response - 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
Credential, CredentialArgs
- Basic
Auth Pulumi.Google Native. Deployment Manager. V2Beta. Inputs. Basic Auth - Basic Auth Credential, only used by TypeProvider.
- Service
Account Pulumi.Google Native. Deployment Manager. V2Beta. Inputs. Service Account - Service Account Credential, only used by Deployment.
- Use
Project boolDefault - 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 boolDefault - 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 BooleanDefault - 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 booleanDefault - 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_ booldefault - Specify to use the project default credential, only supported by Deployment.
- basic
Auth Property Map - Basic Auth Credential, only used by TypeProvider.
- service
Account Property Map - Service Account Credential, only used by Deployment.
- use
Project BooleanDefault - Specify to use the project default credential, only supported by Deployment.
CredentialResponse, CredentialResponseArgs
- Basic
Auth Pulumi.Google Native. Deployment Manager. V2Beta. Inputs. Basic Auth Response - Basic Auth Credential, only used by TypeProvider.
- Service
Account Pulumi.Google Native. Deployment Manager. V2Beta. Inputs. Service Account Response - Service Account Credential, only used by Deployment.
- Use
Project boolDefault - Specify to use the project default credential, only supported by Deployment.
- Basic
Auth BasicAuth Response - Basic Auth Credential, only used by TypeProvider.
- Service
Account ServiceAccount Response - Service Account Credential, only used by Deployment.
- Use
Project boolDefault - Specify to use the project default credential, only supported by Deployment.
- basic
Auth BasicAuth Response - Basic Auth Credential, only used by TypeProvider.
- service
Account ServiceAccount Response - Service Account Credential, only used by Deployment.
- use
Project BooleanDefault - Specify to use the project default credential, only supported by Deployment.
- basic
Auth BasicAuth Response - Basic Auth Credential, only used by TypeProvider.
- service
Account ServiceAccount Response - Service Account Credential, only used by Deployment.
- use
Project booleanDefault - Specify to use the project default credential, only supported by Deployment.
- basic_
auth BasicAuth Response - Basic Auth Credential, only used by TypeProvider.
- service_
account ServiceAccount Response - Service Account Credential, only used by Deployment.
- use_
project_ booldefault - Specify to use the project default credential, only supported by Deployment.
- basic
Auth Property Map - Basic Auth Credential, only used by TypeProvider.
- service
Account Property Map - Service Account Credential, only used by Deployment.
- use
Project BooleanDefault - 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.
Google Native. Deployment Manager. V2Beta. Diagnostic Level - 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
Diagnostic
Level - 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
Diagnostic
Level - 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
Diagnostic
Level - 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
Diagnostic
Level - 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.
- Diagnostic
Level Unknown - UNKNOWN
- Diagnostic
Level Information - INFORMATIONIf level is informational, it only gets displayed as part of the resource.
- Diagnostic
Level Warning - WARNINGIf level is warning, will end up in the resource as a warning.
- Diagnostic
Level 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.
- "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
InputMapping, InputMappingArgs
- Field
Name string - The name of the field that is going to be injected.
- Location
Pulumi.
Google Native. Deployment Manager. V2Beta. Input Mapping Location - The location where this mapping applies.
- Method
Match string - Regex to evaluate on method to decide if input applies.
- Value string
- A jsonPath expression to select an element.
- Field
Name string - The name of the field that is going to be injected.
- Location
Input
Mapping Location - The location where this mapping applies.
- Method
Match string - Regex to evaluate on method to decide if input applies.
- Value string
- A jsonPath expression to select an element.
- field
Name String - The name of the field that is going to be injected.
- location
Input
Mapping Location - The location where this mapping applies.
- method
Match String - Regex to evaluate on method to decide if input applies.
- value String
- A jsonPath expression to select an element.
- field
Name string - The name of the field that is going to be injected.
- location
Input
Mapping Location - The location where this mapping applies.
- method
Match 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
Input
Mapping Location - 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.
- field
Name String - The name of the field that is going to be injected.
- location "UNKNOWN" | "PATH" | "QUERY" | "BODY" | "HEADER"
- The location where this mapping applies.
- method
Match 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
- Input
Mapping Location Unknown - UNKNOWN
- Input
Mapping Location Path - PATH
- Input
Mapping Location Query - QUERY
- Input
Mapping Location Body - BODY
- Input
Mapping Location 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
- "UNKNOWN"
- UNKNOWN
- "PATH"
- PATH
- "QUERY"
- QUERY
- "BODY"
- BODY
- "HEADER"
- HEADER
InputMappingResponse, InputMappingResponseArgs
- Field
Name string - The name of the field that is going to be injected.
- Location string
- The location where this mapping applies.
- Method
Match string - Regex to evaluate on method to decide if input applies.
- Value string
- A jsonPath expression to select an element.
- Field
Name string - The name of the field that is going to be injected.
- Location string
- The location where this mapping applies.
- Method
Match string - Regex to evaluate on method to decide if input applies.
- Value string
- A jsonPath expression to select an element.
- field
Name String - The name of the field that is going to be injected.
- location String
- The location where this mapping applies.
- method
Match String - Regex to evaluate on method to decide if input applies.
- value String
- A jsonPath expression to select an element.
- field
Name string - The name of the field that is going to be injected.
- location string
- The location where this mapping applies.
- method
Match 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 str
- 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.
- field
Name String - The name of the field that is going to be injected.
- location String
- The location where this mapping applies.
- method
Match String - Regex to evaluate on method to decide if input applies.
- value String
- A jsonPath expression to select an element.
InstancesBulkInsertOperationMetadataResponse, InstancesBulkInsertOperationMetadataResponseArgs
- Per
Location Dictionary<string, string>Status - Status information per location (location name is key). Example key: zones/us-central1-a
- Per
Location map[string]stringStatus - Status information per location (location name is key). Example key: zones/us-central1-a
- per
Location Map<String,String>Status - Status information per location (location name is key). Example key: zones/us-central1-a
- per
Location {[key: string]: string}Status - Status information per location (location name is key). Example key: zones/us-central1-a
- per_
location_ Mapping[str, str]status - Status information per location (location name is key). Example key: zones/us-central1-a
- per
Location Map<String>Status - Status information per location (location name is key). Example key: zones/us-central1-a
OperationErrorErrorsItemResponse, OperationErrorErrorsItemResponseArgs
OperationErrorResponse, OperationErrorResponseArgs
- Errors
List<Pulumi.
Google Native. Deployment Manager. V2Beta. Inputs. Operation Error Errors Item Response> - The array of errors encountered while processing this operation.
- Errors
[]Operation
Error Errors Item Response - The array of errors encountered while processing this operation.
- errors
List<Operation
Error Errors Item Response> - The array of errors encountered while processing this operation.
- errors
Operation
Error Errors Item Response[] - The array of errors encountered while processing this operation.
- errors
Sequence[Operation
Error Errors Item Response] - The array of errors encountered while processing this operation.
- errors List<Property Map>
- The array of errors encountered while processing this operation.
OperationResponse, OperationResponseArgs
- Client
Operation stringId - The value of
requestId
if you provided it in the request. Not present otherwise. - Creation
Timestamp string - [Deprecated] This field is deprecated.
- Description string
- A textual description of the operation, which is set when the operation is created.
- End
Time string - The time that this operation was completed. This value is in RFC3339 text format.
- Error
Pulumi.
Google Native. Deployment Manager. V2Beta. Inputs. Operation Error Response - If errors are generated during processing of the operation, this field will be populated.
- Http
Error stringMessage - If the operation fails, this field contains the HTTP error message that was returned, such as
NOT FOUND
. - Http
Error intStatus Code - If the operation fails, this field contains the HTTP error status code that was returned. For example, a
404
means the resource was not found. - Insert
Time string - The time that this operation was requested. This value is in RFC3339 text format.
- Instances
Bulk Pulumi.Insert Operation Metadata Google Native. Deployment Manager. V2Beta. Inputs. Instances Bulk Insert Operation Metadata Response - Kind string
- Type of the resource. Always
compute#operation
for Operation resources. - Name string
- Name of the operation.
- Operation
Group stringId - An ID that represents a group of operations, such as when a group of operations results from a
bulkInsert
API request. - Operation
Type string - The type of operation, such as
insert
,update
, ordelete
, and so on. - Progress int
- An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess when the operation will be complete. This number should monotonically increase as the operation progresses.
- Region string
- The URL of the region where the operation resides. Only applicable when performing regional operations.
- Self
Link string - Server-defined URL for the resource.
- Set
Common Pulumi.Instance Metadata Operation Metadata Google Native. Deployment Manager. V2Beta. Inputs. Set Common Instance Metadata Operation Metadata Response - If the operation is for projects.setCommonInstanceMetadata, this field will contain information on all underlying zonal actions and their state.
- Start
Time string - The time that this operation was started by the server. This value is in RFC3339 text format.
- Status string
- The status of the operation, which can be one of the following:
PENDING
,RUNNING
, orDONE
. - Status
Message string - An optional textual description of the current status of the operation.
- Target
Id string - The unique target ID, which identifies a specific incarnation of the target resource.
- Target
Link string - The URL of the resource that the operation modifies. For operations related to creating a snapshot, this points to the persistent disk that the snapshot was created from.
- User string
- User who requested the operation, for example:
user@example.com
oralice_smith_identifier (global/workforcePools/example-com-us-employees)
. - Warnings
List<Pulumi.
Google Native. Deployment Manager. V2Beta. Inputs. Operation Warnings Item Response> - If warning messages are generated during processing of the operation, this field will be populated.
- Zone string
- The URL of the zone where the operation resides. Only applicable when performing per-zone operations.
- Client
Operation stringId - The value of
requestId
if you provided it in the request. Not present otherwise. - Creation
Timestamp string - [Deprecated] This field is deprecated.
- Description string
- A textual description of the operation, which is set when the operation is created.
- End
Time string - The time that this operation was completed. This value is in RFC3339 text format.
- Error
Operation
Error Response - If errors are generated during processing of the operation, this field will be populated.
- Http
Error stringMessage - If the operation fails, this field contains the HTTP error message that was returned, such as
NOT FOUND
. - Http
Error intStatus Code - If the operation fails, this field contains the HTTP error status code that was returned. For example, a
404
means the resource was not found. - Insert
Time string - The time that this operation was requested. This value is in RFC3339 text format.
- Instances
Bulk InstancesInsert Operation Metadata Bulk Insert Operation Metadata Response - Kind string
- Type of the resource. Always
compute#operation
for Operation resources. - Name string
- Name of the operation.
- Operation
Group stringId - An ID that represents a group of operations, such as when a group of operations results from a
bulkInsert
API request. - Operation
Type string - The type of operation, such as
insert
,update
, ordelete
, and so on. - Progress int
- An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess when the operation will be complete. This number should monotonically increase as the operation progresses.
- Region string
- The URL of the region where the operation resides. Only applicable when performing regional operations.
- Self
Link string - Server-defined URL for the resource.
- Set
Common SetInstance Metadata Operation Metadata Common Instance Metadata Operation Metadata Response - If the operation is for projects.setCommonInstanceMetadata, this field will contain information on all underlying zonal actions and their state.
- Start
Time string - The time that this operation was started by the server. This value is in RFC3339 text format.
- Status string
- The status of the operation, which can be one of the following:
PENDING
,RUNNING
, orDONE
. - Status
Message string - An optional textual description of the current status of the operation.
- Target
Id string - The unique target ID, which identifies a specific incarnation of the target resource.
- Target
Link string - The URL of the resource that the operation modifies. For operations related to creating a snapshot, this points to the persistent disk that the snapshot was created from.
- User string
- User who requested the operation, for example:
user@example.com
oralice_smith_identifier (global/workforcePools/example-com-us-employees)
. - Warnings
[]Operation
Warnings Item Response - If warning messages are generated during processing of the operation, this field will be populated.
- Zone string
- The URL of the zone where the operation resides. Only applicable when performing per-zone operations.
- client
Operation StringId - The value of
requestId
if you provided it in the request. Not present otherwise. - creation
Timestamp String - [Deprecated] This field is deprecated.
- description String
- A textual description of the operation, which is set when the operation is created.
- end
Time String - The time that this operation was completed. This value is in RFC3339 text format.
- error
Operation
Error Response - If errors are generated during processing of the operation, this field will be populated.
- http
Error StringMessage - If the operation fails, this field contains the HTTP error message that was returned, such as
NOT FOUND
. - http
Error IntegerStatus Code - If the operation fails, this field contains the HTTP error status code that was returned. For example, a
404
means the resource was not found. - insert
Time String - The time that this operation was requested. This value is in RFC3339 text format.
- instances
Bulk InstancesInsert Operation Metadata Bulk Insert Operation Metadata Response - kind String
- Type of the resource. Always
compute#operation
for Operation resources. - name String
- Name of the operation.
- operation
Group StringId - An ID that represents a group of operations, such as when a group of operations results from a
bulkInsert
API request. - operation
Type String - The type of operation, such as
insert
,update
, ordelete
, and so on. - progress Integer
- An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess when the operation will be complete. This number should monotonically increase as the operation progresses.
- region String
- The URL of the region where the operation resides. Only applicable when performing regional operations.
- self
Link String - Server-defined URL for the resource.
- set
Common SetInstance Metadata Operation Metadata Common Instance Metadata Operation Metadata Response - If the operation is for projects.setCommonInstanceMetadata, this field will contain information on all underlying zonal actions and their state.
- start
Time String - The time that this operation was started by the server. This value is in RFC3339 text format.
- status String
- The status of the operation, which can be one of the following:
PENDING
,RUNNING
, orDONE
. - status
Message String - An optional textual description of the current status of the operation.
- target
Id String - The unique target ID, which identifies a specific incarnation of the target resource.
- target
Link String - The URL of the resource that the operation modifies. For operations related to creating a snapshot, this points to the persistent disk that the snapshot was created from.
- user String
- User who requested the operation, for example:
user@example.com
oralice_smith_identifier (global/workforcePools/example-com-us-employees)
. - warnings
List<Operation
Warnings Item Response> - If warning messages are generated during processing of the operation, this field will be populated.
- zone String
- The URL of the zone where the operation resides. Only applicable when performing per-zone operations.
- client
Operation stringId - The value of
requestId
if you provided it in the request. Not present otherwise. - creation
Timestamp string - [Deprecated] This field is deprecated.
- description string
- A textual description of the operation, which is set when the operation is created.
- end
Time string - The time that this operation was completed. This value is in RFC3339 text format.
- error
Operation
Error Response - If errors are generated during processing of the operation, this field will be populated.
- http
Error stringMessage - If the operation fails, this field contains the HTTP error message that was returned, such as
NOT FOUND
. - http
Error numberStatus Code - If the operation fails, this field contains the HTTP error status code that was returned. For example, a
404
means the resource was not found. - insert
Time string - The time that this operation was requested. This value is in RFC3339 text format.
- instances
Bulk InstancesInsert Operation Metadata Bulk Insert Operation Metadata Response - kind string
- Type of the resource. Always
compute#operation
for Operation resources. - name string
- Name of the operation.
- operation
Group stringId - An ID that represents a group of operations, such as when a group of operations results from a
bulkInsert
API request. - operation
Type string - The type of operation, such as
insert
,update
, ordelete
, and so on. - progress number
- An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess when the operation will be complete. This number should monotonically increase as the operation progresses.
- region string
- The URL of the region where the operation resides. Only applicable when performing regional operations.
- self
Link string - Server-defined URL for the resource.
- set
Common SetInstance Metadata Operation Metadata Common Instance Metadata Operation Metadata Response - If the operation is for projects.setCommonInstanceMetadata, this field will contain information on all underlying zonal actions and their state.
- start
Time string - The time that this operation was started by the server. This value is in RFC3339 text format.
- status string
- The status of the operation, which can be one of the following:
PENDING
,RUNNING
, orDONE
. - status
Message string - An optional textual description of the current status of the operation.
- target
Id string - The unique target ID, which identifies a specific incarnation of the target resource.
- target
Link string - The URL of the resource that the operation modifies. For operations related to creating a snapshot, this points to the persistent disk that the snapshot was created from.
- user string
- User who requested the operation, for example:
user@example.com
oralice_smith_identifier (global/workforcePools/example-com-us-employees)
. - warnings
Operation
Warnings Item Response[] - If warning messages are generated during processing of the operation, this field will be populated.
- zone string
- The URL of the zone where the operation resides. Only applicable when performing per-zone operations.
- client_
operation_ strid - The value of
requestId
if you provided it in the request. Not present otherwise. - creation_
timestamp str - [Deprecated] This field is deprecated.
- description str
- A textual description of the operation, which is set when the operation is created.
- end_
time str - The time that this operation was completed. This value is in RFC3339 text format.
- error
Operation
Error Response - If errors are generated during processing of the operation, this field will be populated.
- http_
error_ strmessage - If the operation fails, this field contains the HTTP error message that was returned, such as
NOT FOUND
. - http_
error_ intstatus_ code - If the operation fails, this field contains the HTTP error status code that was returned. For example, a
404
means the resource was not found. - insert_
time str - The time that this operation was requested. This value is in RFC3339 text format.
- instances_
bulk_ Instancesinsert_ operation_ metadata Bulk Insert Operation Metadata Response - kind str
- Type of the resource. Always
compute#operation
for Operation resources. - name str
- Name of the operation.
- operation_
group_ strid - An ID that represents a group of operations, such as when a group of operations results from a
bulkInsert
API request. - operation_
type str - The type of operation, such as
insert
,update
, ordelete
, and so on. - progress int
- An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess when the operation will be complete. This number should monotonically increase as the operation progresses.
- region str
- The URL of the region where the operation resides. Only applicable when performing regional operations.
- self_
link str - Server-defined URL for the resource.
- set_
common_ Setinstance_ metadata_ operation_ metadata Common Instance Metadata Operation Metadata Response - If the operation is for projects.setCommonInstanceMetadata, this field will contain information on all underlying zonal actions and their state.
- start_
time str - The time that this operation was started by the server. This value is in RFC3339 text format.
- status str
- The status of the operation, which can be one of the following:
PENDING
,RUNNING
, orDONE
. - status_
message str - An optional textual description of the current status of the operation.
- target_
id str - The unique target ID, which identifies a specific incarnation of the target resource.
- target_
link str - The URL of the resource that the operation modifies. For operations related to creating a snapshot, this points to the persistent disk that the snapshot was created from.
- user str
- User who requested the operation, for example:
user@example.com
oralice_smith_identifier (global/workforcePools/example-com-us-employees)
. - warnings
Sequence[Operation
Warnings Item Response] - If warning messages are generated during processing of the operation, this field will be populated.
- zone str
- The URL of the zone where the operation resides. Only applicable when performing per-zone operations.
- client
Operation StringId - The value of
requestId
if you provided it in the request. Not present otherwise. - creation
Timestamp String - [Deprecated] This field is deprecated.
- description String
- A textual description of the operation, which is set when the operation is created.
- end
Time String - The time that this operation was completed. This value is in RFC3339 text format.
- error Property Map
- If errors are generated during processing of the operation, this field will be populated.
- http
Error StringMessage - If the operation fails, this field contains the HTTP error message that was returned, such as
NOT FOUND
. - http
Error NumberStatus Code - If the operation fails, this field contains the HTTP error status code that was returned. For example, a
404
means the resource was not found. - insert
Time String - The time that this operation was requested. This value is in RFC3339 text format.
- instances
Bulk Property MapInsert Operation Metadata - kind String
- Type of the resource. Always
compute#operation
for Operation resources. - name String
- Name of the operation.
- operation
Group StringId - An ID that represents a group of operations, such as when a group of operations results from a
bulkInsert
API request. - operation
Type String - The type of operation, such as
insert
,update
, ordelete
, and so on. - progress Number
- An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess when the operation will be complete. This number should monotonically increase as the operation progresses.
- region String
- The URL of the region where the operation resides. Only applicable when performing regional operations.
- self
Link String - Server-defined URL for the resource.
- set
Common Property MapInstance Metadata Operation Metadata - If the operation is for projects.setCommonInstanceMetadata, this field will contain information on all underlying zonal actions and their state.
- start
Time String - The time that this operation was started by the server. This value is in RFC3339 text format.
- status String
- The status of the operation, which can be one of the following:
PENDING
,RUNNING
, orDONE
. - status
Message String - An optional textual description of the current status of the operation.
- target
Id String - The unique target ID, which identifies a specific incarnation of the target resource.
- target
Link String - The URL of the resource that the operation modifies. For operations related to creating a snapshot, this points to the persistent disk that the snapshot was created from.
- user String
- User who requested the operation, for example:
user@example.com
oralice_smith_identifier (global/workforcePools/example-com-us-employees)
. - warnings List<Property Map>
- If warning messages are generated during processing of the operation, this field will be populated.
- zone String
- The URL of the zone where the operation resides. Only applicable when performing per-zone operations.
OperationWarningsItemDataItemResponse, OperationWarningsItemDataItemResponseArgs
- Key string
- A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).
- Value string
- A warning data value corresponding to the key.
- Key string
- A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).
- Value string
- A warning data value corresponding to the key.
- key String
- A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).
- value String
- A warning data value corresponding to the key.
- key string
- A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).
- value string
- A warning data value corresponding to the key.
- key str
- A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).
- value str
- A warning data value corresponding to the key.
- key String
- A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).
- value String
- A warning data value corresponding to the key.
OperationWarningsItemResponse, OperationWarningsItemResponseArgs
- Code string
- A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.
- Data
List<Pulumi.
Google Native. Deployment Manager. V2Beta. Inputs. Operation Warnings Item Data Item Response> - Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }
- Message string
- A human-readable description of the warning code.
- Code string
- A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.
- Data
[]Operation
Warnings Item Data Item Response - Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }
- Message string
- A human-readable description of the warning code.
- code String
- A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.
- data
List<Operation
Warnings Item Data Item Response> - Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }
- message String
- A human-readable description of the warning code.
- code string
- A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.
- data
Operation
Warnings Item Data Item Response[] - Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }
- message string
- A human-readable description of the warning code.
- code str
- A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.
- data
Sequence[Operation
Warnings Item Data Item Response] - Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }
- message str
- A human-readable description of the warning code.
- code String
- A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.
- data List<Property Map>
- Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }
- message String
- A human-readable description of the warning code.
Options, OptionsArgs
- Async
Options List<Pulumi.Google Native. Deployment Manager. V2Beta. Inputs. Async Options> - Options regarding how to thread async requests.
- Input
Mappings List<Pulumi.Google Native. Deployment Manager. V2Beta. Inputs. Input Mapping> - The mappings that apply for requests.
- Validation
Options Pulumi.Google Native. Deployment Manager. V2Beta. Inputs. Validation Options - Options for how to validate and process properties on a resource.
- Virtual
Properties 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 []AsyncOptions - Options regarding how to thread async requests.
- Input
Mappings []InputMapping - The mappings that apply for requests.
- Validation
Options ValidationOptions - Options for how to validate and process properties on a resource.
- Virtual
Properties 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 List<AsyncOptions> - Options regarding how to thread async requests.
- input
Mappings List<InputMapping> - The mappings that apply for requests.
- validation
Options ValidationOptions - Options for how to validate and process properties on a resource.
- virtual
Properties 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 AsyncOptions[] - Options regarding how to thread async requests.
- input
Mappings InputMapping[] - The mappings that apply for requests.
- validation
Options ValidationOptions - Options for how to validate and process properties on a resource.
- virtual
Properties 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
- async
Options List<Property Map> - Options regarding how to thread async requests.
- input
Mappings List<Property Map> - The mappings that apply for requests.
- validation
Options Property Map - Options for how to validate and process properties on a resource.
- virtual
Properties 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
- Async
Options List<Pulumi.Google Native. Deployment Manager. V2Beta. Inputs. Async Options Response> - Options regarding how to thread async requests.
- Input
Mappings List<Pulumi.Google Native. Deployment Manager. V2Beta. Inputs. Input Mapping Response> - The mappings that apply for requests.
- Validation
Options Pulumi.Google Native. Deployment Manager. V2Beta. Inputs. Validation Options Response - Options for how to validate and process properties on a resource.
- Virtual
Properties 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 []AsyncOptions Response - Options regarding how to thread async requests.
- Input
Mappings []InputMapping Response - The mappings that apply for requests.
- Validation
Options ValidationOptions Response - Options for how to validate and process properties on a resource.
- Virtual
Properties 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 List<AsyncOptions Response> - Options regarding how to thread async requests.
- input
Mappings List<InputMapping Response> - The mappings that apply for requests.
- validation
Options ValidationOptions Response - Options for how to validate and process properties on a resource.
- virtual
Properties 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 AsyncOptions Response[] - Options regarding how to thread async requests.
- input
Mappings InputMapping Response[] - The mappings that apply for requests.
- validation
Options ValidationOptions Response - Options for how to validate and process properties on a resource.
- virtual
Properties 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 Response] - Options regarding how to thread async requests.
- input_
mappings Sequence[InputMapping Response] - The mappings that apply for requests.
- validation_
options ValidationOptions Response - 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
- async
Options List<Property Map> - Options regarding how to thread async requests.
- input
Mappings List<Property Map> - The mappings that apply for requests.
- validation
Options Property Map - Options for how to validate and process properties on a resource.
- virtual
Properties 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.
Google Native. Deployment Manager. V2Beta. Inputs. Diagnostic> - An array of diagnostics to be collected by Deployment Manager, these diagnostics will be displayed to the user.
- Fail
Condition string - JsonPath expression that determines if the request failed.
- Finish
Condition string - JsonPath expression that determines if the request is completed.
- Polling
Link string - JsonPath expression that evaluates to string, it indicates where to poll.
- Target
Link 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.
- Fail
Condition string - JsonPath expression that determines if the request failed.
- Finish
Condition string - JsonPath expression that determines if the request is completed.
- Polling
Link string - JsonPath expression that evaluates to string, it indicates where to poll.
- Target
Link 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.
- fail
Condition String - JsonPath expression that determines if the request failed.
- finish
Condition String - JsonPath expression that determines if the request is completed.
- polling
Link String - JsonPath expression that evaluates to string, it indicates where to poll.
- target
Link 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.
- fail
Condition string - JsonPath expression that determines if the request failed.
- finish
Condition string - JsonPath expression that determines if the request is completed.
- polling
Link string - JsonPath expression that evaluates to string, it indicates where to poll.
- target
Link 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.
- fail
Condition String - JsonPath expression that determines if the request failed.
- finish
Condition String - JsonPath expression that determines if the request is completed.
- polling
Link String - JsonPath expression that evaluates to string, it indicates where to poll.
- target
Link String - JsonPath expression, after polling is completed, indicates where to fetch the resource.
PollingOptionsResponse, PollingOptionsResponseArgs
- Diagnostics
List<Pulumi.
Google Native. Deployment Manager. V2Beta. Inputs. Diagnostic Response> - An array of diagnostics to be collected by Deployment Manager, these diagnostics will be displayed to the user.
- Fail
Condition string - JsonPath expression that determines if the request failed.
- Finish
Condition string - JsonPath expression that determines if the request is completed.
- Polling
Link string - JsonPath expression that evaluates to string, it indicates where to poll.
- Target
Link string - JsonPath expression, after polling is completed, indicates where to fetch the resource.
- Diagnostics
[]Diagnostic
Response - An array of diagnostics to be collected by Deployment Manager, these diagnostics will be displayed to the user.
- Fail
Condition string - JsonPath expression that determines if the request failed.
- Finish
Condition string - JsonPath expression that determines if the request is completed.
- Polling
Link string - JsonPath expression that evaluates to string, it indicates where to poll.
- Target
Link string - JsonPath expression, after polling is completed, indicates where to fetch the resource.
- diagnostics
List<Diagnostic
Response> - An array of diagnostics to be collected by Deployment Manager, these diagnostics will be displayed to the user.
- fail
Condition String - JsonPath expression that determines if the request failed.
- finish
Condition String - JsonPath expression that determines if the request is completed.
- polling
Link String - JsonPath expression that evaluates to string, it indicates where to poll.
- target
Link String - JsonPath expression, after polling is completed, indicates where to fetch the resource.
- diagnostics
Diagnostic
Response[] - An array of diagnostics to be collected by Deployment Manager, these diagnostics will be displayed to the user.
- fail
Condition string - JsonPath expression that determines if the request failed.
- finish
Condition string - JsonPath expression that determines if the request is completed.
- polling
Link string - JsonPath expression that evaluates to string, it indicates where to poll.
- target
Link string - JsonPath expression, after polling is completed, indicates where to fetch the resource.
- diagnostics
Sequence[Diagnostic
Response] - 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.
- fail
Condition String - JsonPath expression that determines if the request failed.
- finish
Condition String - JsonPath expression that determines if the request is completed.
- polling
Link String - JsonPath expression that evaluates to string, it indicates where to poll.
- target
Link 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 string
- The IAM service account email address like test@myproject.iam.gserviceaccount.com
- Email string
- The IAM service account email address like test@myproject.iam.gserviceaccount.com
- email String
- The IAM service account email address like test@myproject.iam.gserviceaccount.com
- email string
- The IAM service account email address like test@myproject.iam.gserviceaccount.com
- email str
- The IAM service account email address like test@myproject.iam.gserviceaccount.com
- email String
- The IAM service account email address like test@myproject.iam.gserviceaccount.com
SetCommonInstanceMetadataOperationMetadataResponse, SetCommonInstanceMetadataOperationMetadataResponseArgs
- Client
Operation stringId - The client operation id.
- Per
Location Dictionary<string, string>Operations - Status information per location (location name is key). Example key: zones/us-central1-a
- Client
Operation stringId - The client operation id.
- Per
Location map[string]stringOperations - Status information per location (location name is key). Example key: zones/us-central1-a
- client
Operation StringId - The client operation id.
- per
Location Map<String,String>Operations - Status information per location (location name is key). Example key: zones/us-central1-a
- client
Operation stringId - The client operation id.
- per
Location {[key: string]: string}Operations - Status information per location (location name is key). Example key: zones/us-central1-a
- client_
operation_ strid - The client operation id.
- per_
location_ Mapping[str, str]operations - Status information per location (location name is key). Example key: zones/us-central1-a
- client
Operation StringId - The client operation id.
- per
Location Map<String>Operations - Status information per location (location name is key). Example key: zones/us-central1-a
TypeProviderLabelEntry, TypeProviderLabelEntryArgs
TypeProviderLabelEntryResponse, TypeProviderLabelEntryResponseArgs
ValidationOptions, ValidationOptionsArgs
- Schema
Validation Pulumi.Google Native. Deployment Manager. V2Beta. Validation Options Schema Validation - Customize how deployment manager will validate the resource against schema errors.
- Undeclared
Properties Pulumi.Google Native. Deployment Manager. V2Beta. Validation Options Undeclared Properties - Specify what to do with extra properties when executing a request.
- Schema
Validation ValidationOptions Schema Validation - Customize how deployment manager will validate the resource against schema errors.
- Undeclared
Properties ValidationOptions Undeclared Properties - Specify what to do with extra properties when executing a request.
- schema
Validation ValidationOptions Schema Validation - Customize how deployment manager will validate the resource against schema errors.
- undeclared
Properties ValidationOptions Undeclared Properties - Specify what to do with extra properties when executing a request.
- schema
Validation ValidationOptions Schema Validation - Customize how deployment manager will validate the resource against schema errors.
- undeclared
Properties ValidationOptions Undeclared Properties - Specify what to do with extra properties when executing a request.
- schema_
validation ValidationOptions Schema Validation - Customize how deployment manager will validate the resource against schema errors.
- undeclared_
properties ValidationOptions Undeclared Properties - Specify what to do with extra properties when executing a request.
- schema
Validation "UNKNOWN" | "IGNORE" | "IGNORE_WITH_WARNINGS" | "FAIL" - Customize how deployment manager will validate the resource against schema errors.
- undeclared
Properties "UNKNOWN" | "INCLUDE" | "IGNORE" | "INCLUDE_WITH_WARNINGS" | "IGNORE_WITH_WARNINGS" | "FAIL" - Specify what to do with extra properties when executing a request.
ValidationOptionsResponse, ValidationOptionsResponseArgs
- Schema
Validation string - Customize how deployment manager will validate the resource against schema errors.
- Undeclared
Properties string - Specify what to do with extra properties when executing a request.
- Schema
Validation string - Customize how deployment manager will validate the resource against schema errors.
- Undeclared
Properties string - Specify what to do with extra properties when executing a request.
- schema
Validation String - Customize how deployment manager will validate the resource against schema errors.
- undeclared
Properties String - Specify what to do with extra properties when executing a request.
- schema
Validation string - Customize how deployment manager will validate the resource against schema errors.
- undeclared
Properties string - Specify what to do with extra properties when executing a request.
- schema_
validation str - Customize how deployment manager will validate the resource against schema errors.
- undeclared_
properties str - Specify what to do with extra properties when executing a request.
- schema
Validation String - Customize how deployment manager will validate the resource against schema errors.
- undeclared
Properties String - Specify what to do with extra properties when executing a request.
ValidationOptionsSchemaValidation, ValidationOptionsSchemaValidationArgs
- 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.
- Validation
Options Schema Validation Unknown - UNKNOWN
- Validation
Options Schema Validation Ignore - IGNOREIgnore schema failures.
- Validation
Options Schema Validation Ignore With Warnings - IGNORE_WITH_WARNINGSIgnore schema failures but display them as warnings.
- Validation
Options Schema Validation 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.
- 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.
- 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.
- Validation
Options Undeclared Properties Unknown - UNKNOWN
- Validation
Options Undeclared Properties Include - INCLUDEAlways include even if not present on discovery doc.
- Validation
Options Undeclared Properties Ignore - IGNOREAlways ignore if not present on discovery doc.
- Validation
Options Undeclared Properties Include With Warnings - INCLUDE_WITH_WARNINGSInclude on request, but emit a warning.
- Validation
Options Undeclared Properties Ignore With Warnings - IGNORE_WITH_WARNINGSIgnore properties, but emit a warning.
- Validation
Options Undeclared Properties 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.
- 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.