google-native logo
Google Cloud Native v0.30.0, Apr 14 23

google-native.deploymentmanager/v2beta.CompositeType

Explore with Pulumi AI

Creates a composite type.

Create CompositeType Resource

new CompositeType(name: string, args?: CompositeTypeArgs, opts?: CustomResourceOptions);
@overload
def CompositeType(resource_name: str,
                  opts: Optional[ResourceOptions] = None,
                  description: Optional[str] = None,
                  id: Optional[str] = None,
                  labels: Optional[Sequence[CompositeTypeLabelEntryArgs]] = None,
                  name: Optional[str] = None,
                  project: Optional[str] = None,
                  template_contents: Optional[TemplateContentsArgs] = None)
@overload
def CompositeType(resource_name: str,
                  args: Optional[CompositeTypeArgs] = None,
                  opts: Optional[ResourceOptions] = None)
func NewCompositeType(ctx *Context, name string, args *CompositeTypeArgs, opts ...ResourceOption) (*CompositeType, error)
public CompositeType(string name, CompositeTypeArgs? args = null, CustomResourceOptions? opts = null)
public CompositeType(String name, CompositeTypeArgs args)
public CompositeType(String name, CompositeTypeArgs args, CustomResourceOptions options)
type: google-native:deploymentmanager/v2beta:CompositeType
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args CompositeTypeArgs
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 CompositeTypeArgs
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 CompositeTypeArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args CompositeTypeArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args CompositeTypeArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

CompositeType 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 CompositeType resource accepts the following input properties:

Description string

An optional textual description of the resource; provided by the client when the resource is created.

Id string
Labels List<Pulumi.GoogleNative.DeploymentManager.V2Beta.Inputs.CompositeTypeLabelEntryArgs>

Map of 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 composite type, must follow the expression: [a-z]([-a-z0-9_.]{0,61}[a-z0-9])?.

Project string
TemplateContents Pulumi.GoogleNative.DeploymentManager.V2Beta.Inputs.TemplateContentsArgs

Files for the template type.

Description string

An optional textual description of the resource; provided by the client when the resource is created.

Id string
Labels []CompositeTypeLabelEntryArgs

Map of 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 composite type, must follow the expression: [a-z]([-a-z0-9_.]{0,61}[a-z0-9])?.

Project string
TemplateContents TemplateContentsArgs

Files for the template type.

description String

An optional textual description of the resource; provided by the client when the resource is created.

id String
labels List<CompositeTypeLabelEntryArgs>

Map of 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 composite type, must follow the expression: [a-z]([-a-z0-9_.]{0,61}[a-z0-9])?.

project String
templateContents TemplateContentsArgs

Files for the template type.

description string

An optional textual description of the resource; provided by the client when the resource is created.

id string
labels CompositeTypeLabelEntryArgs[]

Map of 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 composite type, must follow the expression: [a-z]([-a-z0-9_.]{0,61}[a-z0-9])?.

project string
templateContents TemplateContentsArgs

Files for the template type.

description str

An optional textual description of the resource; provided by the client when the resource is created.

id str
labels Sequence[CompositeTypeLabelEntryArgs]

Map of 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 composite type, must follow the expression: [a-z]([-a-z0-9_.]{0,61}[a-z0-9])?.

project str
template_contents TemplateContentsArgs

Files for the template type.

description String

An optional textual description of the resource; provided by the client when the resource is created.

id String
labels List<Property Map>

Map of 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 composite type, must follow the expression: [a-z]([-a-z0-9_.]{0,61}[a-z0-9])?.

project String
templateContents Property Map

Files for the template type.

Outputs

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

Id string

The provider-assigned unique ID for this managed resource.

InsertTime string

Creation timestamp in RFC3339 text format.

Operation Pulumi.GoogleNative.DeploymentManager.V2Beta.Outputs.OperationResponse

The Operation that most recently ran, or is currently running, on this composite type.

SelfLink string

Server defined URL for the resource.

Status string
Id string

The provider-assigned unique ID for this managed resource.

InsertTime string

Creation timestamp in RFC3339 text format.

Operation OperationResponse

The Operation that most recently ran, or is currently running, on this composite type.

SelfLink string

Server defined URL for the resource.

Status string
id String

The provider-assigned unique ID for this managed resource.

insertTime String

Creation timestamp in RFC3339 text format.

operation OperationResponse

The Operation that most recently ran, or is currently running, on this composite type.

selfLink String

Server defined URL for the resource.

status String
id string

The provider-assigned unique ID for this managed resource.

insertTime string

Creation timestamp in RFC3339 text format.

operation OperationResponse

The Operation that most recently ran, or is currently running, on this composite type.

selfLink string

Server defined URL for the resource.

status string
id str

The provider-assigned unique ID for this managed resource.

insert_time str

Creation timestamp in RFC3339 text format.

operation OperationResponse

The Operation that most recently ran, or is currently running, on this composite type.

self_link str

Server defined URL for the resource.

status str
id String

The provider-assigned unique ID for this managed resource.

insertTime String

Creation timestamp in RFC3339 text format.

operation Property Map

The Operation that most recently ran, or is currently running, on this composite type.

selfLink String

Server defined URL for the resource.

status String

Supporting Types

CompositeTypeLabelEntry

Key string

Key of the label

Value string

Value of the label

Key string

Key of the label

Value string

Value of the label

key String

Key of the label

value String

Value of the label

key string

Key of the label

value string

Value of the label

key str

Key of the label

value str

Value of the label

key String

Key of the label

value String

Value of the label

CompositeTypeLabelEntryResponse

Key string

Key of the label

Value string

Value of the label

Key string

Key of the label

Value string

Value of the label

key String

Key of the label

value String

Value of the label

key string

Key of the label

value string

Value of the label

key str

Key of the label

value str

Value of the label

key String

Key of the label

value String

Value of the label

ImportFile

Content string

The contents of the file.

Name string

The name of the file.

Content string

The contents of the file.

Name string

The name of the file.

content String

The contents of the file.

name String

The name of the file.

content string

The contents of the file.

name string

The name of the file.

content str

The contents of the file.

name str

The name of the file.

content String

The contents of the file.

name String

The name of the file.

ImportFileResponse

Content string

The contents of the file.

Name string

The name of the file.

Content string

The contents of the file.

Name string

The name of the file.

content String

The contents of the file.

name String

The name of the file.

content string

The contents of the file.

name string

The name of the file.

content str

The contents of the file.

name str

The name of the file.

content String

The contents of the file.

name String

The name of the file.

OperationErrorErrorsItemResponse

Code string

The error type identifier for this error.

Location string

Indicates the field in the request that caused the error. This property is optional.

Message string

An optional, human-readable error message.

Code string

The error type identifier for this error.

Location string

Indicates the field in the request that caused the error. This property is optional.

Message string

An optional, human-readable error message.

code String

The error type identifier for this error.

location String

Indicates the field in the request that caused the error. This property is optional.

message String

An optional, human-readable error message.

code string

The error type identifier for this error.

location string

Indicates the field in the request that caused the error. This property is optional.

message string

An optional, human-readable error message.

code str

The error type identifier for this error.

location str

Indicates the field in the request that caused the error. This property is optional.

message str

An optional, human-readable error message.

code String

The error type identifier for this error.

location String

Indicates the field in the request that caused the error. This property is optional.

message String

An optional, human-readable error message.

OperationErrorResponse

Errors List<Pulumi.GoogleNative.DeploymentManager.V2Beta.Inputs.OperationErrorErrorsItemResponse>

The array of errors encountered while processing this operation.

Errors []OperationErrorErrorsItemResponse

The array of errors encountered while processing this operation.

errors List<OperationErrorErrorsItemResponse>

The array of errors encountered while processing this operation.

errors OperationErrorErrorsItemResponse[]

The array of errors encountered while processing this operation.

errors Sequence[OperationErrorErrorsItemResponse]

The array of errors encountered while processing this operation.

errors List<Property Map>

The array of errors encountered while processing this operation.

OperationResponse

ClientOperationId string

The value of requestId if you provided it in the request. Not present otherwise.

CreationTimestamp string

[Deprecated] This field is deprecated.

Deprecated:

[Deprecated] This field is deprecated.

Description string

A textual description of the operation, which is set when the operation is created.

EndTime string

The time that this operation was completed. This value is in RFC3339 text format.

Error Pulumi.GoogleNative.DeploymentManager.V2Beta.Inputs.OperationErrorResponse

If errors are generated during processing of the operation, this field will be populated.

HttpErrorMessage string

If the operation fails, this field contains the HTTP error message that was returned, such as NOT FOUND.

HttpErrorStatusCode int

If the operation fails, this field contains the HTTP error status code that was returned. For example, a 404 means the resource was not found.

InsertTime string

The time that this operation was requested. This value is in RFC3339 text format.

Kind string

Type of the resource. Always compute#operation for Operation resources.

Name string

Name of the operation.

OperationGroupId string

An ID that represents a group of operations, such as when a group of operations results from a bulkInsert API request.

OperationType string

The type of operation, such as insert, update, or delete, and so on.

Progress int

An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess when the operation will be complete. This number should monotonically increase as the operation progresses.

Region string

The URL of the region where the operation resides. Only applicable when performing regional operations.

SelfLink string

Server-defined URL for the resource.

StartTime string

The time that this operation was started by the server. This value is in RFC3339 text format.

Status string

The status of the operation, which can be one of the following: PENDING, RUNNING, or DONE.

StatusMessage string

An optional textual description of the current status of the operation.

TargetId string

The unique target ID, which identifies a specific incarnation of the target resource.

TargetLink string

The URL of the resource that the operation modifies. For operations related to creating a snapshot, this points to the persistent disk that the snapshot was created from.

User string

User who requested the operation, for example: user@example.com.

Warnings List<Pulumi.GoogleNative.DeploymentManager.V2Beta.Inputs.OperationWarningsItemResponse>

If warning messages are generated during processing of the operation, this field will be populated.

Zone string

The URL of the zone where the operation resides. Only applicable when performing per-zone operations.

ClientOperationId string

The value of requestId if you provided it in the request. Not present otherwise.

CreationTimestamp string

[Deprecated] This field is deprecated.

Deprecated:

[Deprecated] This field is deprecated.

Description string

A textual description of the operation, which is set when the operation is created.

EndTime string

The time that this operation was completed. This value is in RFC3339 text format.

Error OperationErrorResponse

If errors are generated during processing of the operation, this field will be populated.

HttpErrorMessage string

If the operation fails, this field contains the HTTP error message that was returned, such as NOT FOUND.

HttpErrorStatusCode int

If the operation fails, this field contains the HTTP error status code that was returned. For example, a 404 means the resource was not found.

InsertTime string

The time that this operation was requested. This value is in RFC3339 text format.

Kind string

Type of the resource. Always compute#operation for Operation resources.

Name string

Name of the operation.

OperationGroupId string

An ID that represents a group of operations, such as when a group of operations results from a bulkInsert API request.

OperationType string

The type of operation, such as insert, update, or delete, and so on.

Progress int

An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess when the operation will be complete. This number should monotonically increase as the operation progresses.

Region string

The URL of the region where the operation resides. Only applicable when performing regional operations.

SelfLink string

Server-defined URL for the resource.

StartTime string

The time that this operation was started by the server. This value is in RFC3339 text format.

Status string

The status of the operation, which can be one of the following: PENDING, RUNNING, or DONE.

StatusMessage string

An optional textual description of the current status of the operation.

TargetId string

The unique target ID, which identifies a specific incarnation of the target resource.

TargetLink string

The URL of the resource that the operation modifies. For operations related to creating a snapshot, this points to the persistent disk that the snapshot was created from.

User string

User who requested the operation, for example: user@example.com.

Warnings []OperationWarningsItemResponse

If warning messages are generated during processing of the operation, this field will be populated.

Zone string

The URL of the zone where the operation resides. Only applicable when performing per-zone operations.

clientOperationId String

The value of requestId if you provided it in the request. Not present otherwise.

creationTimestamp String

[Deprecated] This field is deprecated.

Deprecated:

[Deprecated] This field is deprecated.

description String

A textual description of the operation, which is set when the operation is created.

endTime String

The time that this operation was completed. This value is in RFC3339 text format.

error OperationErrorResponse

If errors are generated during processing of the operation, this field will be populated.

httpErrorMessage String

If the operation fails, this field contains the HTTP error message that was returned, such as NOT FOUND.

httpErrorStatusCode Integer

If the operation fails, this field contains the HTTP error status code that was returned. For example, a 404 means the resource was not found.

insertTime String

The time that this operation was requested. This value is in RFC3339 text format.

kind String

Type of the resource. Always compute#operation for Operation resources.

name String

Name of the operation.

operationGroupId String

An ID that represents a group of operations, such as when a group of operations results from a bulkInsert API request.

operationType String

The type of operation, such as insert, update, or delete, and so on.

progress Integer

An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess when the operation will be complete. This number should monotonically increase as the operation progresses.

region String

The URL of the region where the operation resides. Only applicable when performing regional operations.

selfLink String

Server-defined URL for the resource.

startTime String

The time that this operation was started by the server. This value is in RFC3339 text format.

status String

The status of the operation, which can be one of the following: PENDING, RUNNING, or DONE.

statusMessage String

An optional textual description of the current status of the operation.

targetId String

The unique target ID, which identifies a specific incarnation of the target resource.

targetLink String

The URL of the resource that the operation modifies. For operations related to creating a snapshot, this points to the persistent disk that the snapshot was created from.

user String

User who requested the operation, for example: user@example.com.

warnings List<OperationWarningsItemResponse>

If warning messages are generated during processing of the operation, this field will be populated.

zone String

The URL of the zone where the operation resides. Only applicable when performing per-zone operations.

clientOperationId string

The value of requestId if you provided it in the request. Not present otherwise.

creationTimestamp string

[Deprecated] This field is deprecated.

Deprecated:

[Deprecated] This field is deprecated.

description string

A textual description of the operation, which is set when the operation is created.

endTime string

The time that this operation was completed. This value is in RFC3339 text format.

error OperationErrorResponse

If errors are generated during processing of the operation, this field will be populated.

httpErrorMessage string

If the operation fails, this field contains the HTTP error message that was returned, such as NOT FOUND.

httpErrorStatusCode number

If the operation fails, this field contains the HTTP error status code that was returned. For example, a 404 means the resource was not found.

insertTime string

The time that this operation was requested. This value is in RFC3339 text format.

kind string

Type of the resource. Always compute#operation for Operation resources.

name string

Name of the operation.

operationGroupId string

An ID that represents a group of operations, such as when a group of operations results from a bulkInsert API request.

operationType string

The type of operation, such as insert, update, or delete, and so on.

progress number

An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess when the operation will be complete. This number should monotonically increase as the operation progresses.

region string

The URL of the region where the operation resides. Only applicable when performing regional operations.

selfLink string

Server-defined URL for the resource.

startTime string

The time that this operation was started by the server. This value is in RFC3339 text format.

status string

The status of the operation, which can be one of the following: PENDING, RUNNING, or DONE.

statusMessage string

An optional textual description of the current status of the operation.

targetId string

The unique target ID, which identifies a specific incarnation of the target resource.

targetLink string

The URL of the resource that the operation modifies. For operations related to creating a snapshot, this points to the persistent disk that the snapshot was created from.

user string

User who requested the operation, for example: user@example.com.

warnings OperationWarningsItemResponse[]

If warning messages are generated during processing of the operation, this field will be populated.

zone string

The URL of the zone where the operation resides. Only applicable when performing per-zone operations.

client_operation_id str

The value of requestId if you provided it in the request. Not present otherwise.

creation_timestamp str

[Deprecated] This field is deprecated.

Deprecated:

[Deprecated] This field is deprecated.

description str

A textual description of the operation, which is set when the operation is created.

end_time str

The time that this operation was completed. This value is in RFC3339 text format.

error OperationErrorResponse

If errors are generated during processing of the operation, this field will be populated.

http_error_message str

If the operation fails, this field contains the HTTP error message that was returned, such as NOT FOUND.

http_error_status_code int

If the operation fails, this field contains the HTTP error status code that was returned. For example, a 404 means the resource was not found.

insert_time str

The time that this operation was requested. This value is in RFC3339 text format.

kind str

Type of the resource. Always compute#operation for Operation resources.

name str

Name of the operation.

operation_group_id str

An ID that represents a group of operations, such as when a group of operations results from a bulkInsert API request.

operation_type str

The type of operation, such as insert, update, or delete, and so on.

progress int

An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess when the operation will be complete. This number should monotonically increase as the operation progresses.

region str

The URL of the region where the operation resides. Only applicable when performing regional operations.

self_link str

Server-defined URL for the resource.

start_time str

The time that this operation was started by the server. This value is in RFC3339 text format.

status str

The status of the operation, which can be one of the following: PENDING, RUNNING, or DONE.

status_message str

An optional textual description of the current status of the operation.

target_id str

The unique target ID, which identifies a specific incarnation of the target resource.

target_link str

The URL of the resource that the operation modifies. For operations related to creating a snapshot, this points to the persistent disk that the snapshot was created from.

user str

User who requested the operation, for example: user@example.com.

warnings Sequence[OperationWarningsItemResponse]

If warning messages are generated during processing of the operation, this field will be populated.

zone str

The URL of the zone where the operation resides. Only applicable when performing per-zone operations.

clientOperationId String

The value of requestId if you provided it in the request. Not present otherwise.

creationTimestamp String

[Deprecated] This field is deprecated.

Deprecated:

[Deprecated] This field is deprecated.

description String

A textual description of the operation, which is set when the operation is created.

endTime String

The time that this operation was completed. This value is in RFC3339 text format.

error Property Map

If errors are generated during processing of the operation, this field will be populated.

httpErrorMessage String

If the operation fails, this field contains the HTTP error message that was returned, such as NOT FOUND.

httpErrorStatusCode Number

If the operation fails, this field contains the HTTP error status code that was returned. For example, a 404 means the resource was not found.

insertTime String

The time that this operation was requested. This value is in RFC3339 text format.

kind String

Type of the resource. Always compute#operation for Operation resources.

name String

Name of the operation.

operationGroupId String

An ID that represents a group of operations, such as when a group of operations results from a bulkInsert API request.

operationType String

The type of operation, such as insert, update, or delete, and so on.

progress Number

An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess when the operation will be complete. This number should monotonically increase as the operation progresses.

region String

The URL of the region where the operation resides. Only applicable when performing regional operations.

selfLink String

Server-defined URL for the resource.

startTime String

The time that this operation was started by the server. This value is in RFC3339 text format.

status String

The status of the operation, which can be one of the following: PENDING, RUNNING, or DONE.

statusMessage String

An optional textual description of the current status of the operation.

targetId String

The unique target ID, which identifies a specific incarnation of the target resource.

targetLink String

The URL of the resource that the operation modifies. For operations related to creating a snapshot, this points to the persistent disk that the snapshot was created from.

user String

User who requested the operation, for example: user@example.com.

warnings List<Property Map>

If warning messages are generated during processing of the operation, this field will be populated.

zone String

The URL of the zone where the operation resides. Only applicable when performing per-zone operations.

OperationWarningsItemDataItemResponse

Key string

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

Value string

A warning data value corresponding to the key.

Key string

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

Value string

A warning data value corresponding to the key.

key String

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

value String

A warning data value corresponding to the key.

key string

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

value string

A warning data value corresponding to the key.

key str

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

value str

A warning data value corresponding to the key.

key String

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

value String

A warning data value corresponding to the key.

OperationWarningsItemResponse

Code string

A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.

Data List<Pulumi.GoogleNative.DeploymentManager.V2Beta.Inputs.OperationWarningsItemDataItemResponse>

Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }

Message string

A human-readable description of the warning code.

Code string

A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.

Data []OperationWarningsItemDataItemResponse

Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }

Message string

A human-readable description of the warning code.

code String

A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.

data List<OperationWarningsItemDataItemResponse>

Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }

message String

A human-readable description of the warning code.

code string

A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.

data OperationWarningsItemDataItemResponse[]

Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }

message string

A human-readable description of the warning code.

code str

A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.

data Sequence[OperationWarningsItemDataItemResponse]

Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }

message str

A human-readable description of the warning code.

code String

A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.

data List<Property Map>

Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }

message String

A human-readable description of the warning code.

TemplateContents

Imports List<Pulumi.GoogleNative.DeploymentManager.V2Beta.Inputs.ImportFile>

Import files referenced by the main template.

Interpreter Pulumi.GoogleNative.DeploymentManager.V2Beta.TemplateContentsInterpreter

Which interpreter (python or jinja) should be used during expansion.

MainTemplate string

The filename of the mainTemplate

Schema string

The contents of the template schema.

Template string

The contents of the main template file.

Imports []ImportFile

Import files referenced by the main template.

Interpreter TemplateContentsInterpreter

Which interpreter (python or jinja) should be used during expansion.

MainTemplate string

The filename of the mainTemplate

Schema string

The contents of the template schema.

Template string

The contents of the main template file.

imports List<ImportFile>

Import files referenced by the main template.

interpreter TemplateContentsInterpreter

Which interpreter (python or jinja) should be used during expansion.

mainTemplate String

The filename of the mainTemplate

schema String

The contents of the template schema.

template String

The contents of the main template file.

imports ImportFile[]

Import files referenced by the main template.

interpreter TemplateContentsInterpreter

Which interpreter (python or jinja) should be used during expansion.

mainTemplate string

The filename of the mainTemplate

schema string

The contents of the template schema.

template string

The contents of the main template file.

imports Sequence[ImportFile]

Import files referenced by the main template.

interpreter TemplateContentsInterpreter

Which interpreter (python or jinja) should be used during expansion.

main_template str

The filename of the mainTemplate

schema str

The contents of the template schema.

template str

The contents of the main template file.

imports List<Property Map>

Import files referenced by the main template.

interpreter "UNKNOWN_INTERPRETER" | "PYTHON" | "JINJA"

Which interpreter (python or jinja) should be used during expansion.

mainTemplate String

The filename of the mainTemplate

schema String

The contents of the template schema.

template String

The contents of the main template file.

TemplateContentsInterpreter

UnknownInterpreter
UNKNOWN_INTERPRETER
Python
PYTHON
Jinja
JINJA
TemplateContentsInterpreterUnknownInterpreter
UNKNOWN_INTERPRETER
TemplateContentsInterpreterPython
PYTHON
TemplateContentsInterpreterJinja
JINJA
UnknownInterpreter
UNKNOWN_INTERPRETER
Python
PYTHON
Jinja
JINJA
UnknownInterpreter
UNKNOWN_INTERPRETER
Python
PYTHON
Jinja
JINJA
UNKNOWN_INTERPRETER
UNKNOWN_INTERPRETER
PYTHON
PYTHON
JINJA
JINJA
"UNKNOWN_INTERPRETER"
UNKNOWN_INTERPRETER
"PYTHON"
PYTHON
"JINJA"
JINJA

TemplateContentsResponse

Imports List<Pulumi.GoogleNative.DeploymentManager.V2Beta.Inputs.ImportFileResponse>

Import files referenced by the main template.

Interpreter string

Which interpreter (python or jinja) should be used during expansion.

MainTemplate string

The filename of the mainTemplate

Schema string

The contents of the template schema.

Template string

The contents of the main template file.

Imports []ImportFileResponse

Import files referenced by the main template.

Interpreter string

Which interpreter (python or jinja) should be used during expansion.

MainTemplate string

The filename of the mainTemplate

Schema string

The contents of the template schema.

Template string

The contents of the main template file.

imports List<ImportFileResponse>

Import files referenced by the main template.

interpreter String

Which interpreter (python or jinja) should be used during expansion.

mainTemplate String

The filename of the mainTemplate

schema String

The contents of the template schema.

template String

The contents of the main template file.

imports ImportFileResponse[]

Import files referenced by the main template.

interpreter string

Which interpreter (python or jinja) should be used during expansion.

mainTemplate string

The filename of the mainTemplate

schema string

The contents of the template schema.

template string

The contents of the main template file.

imports Sequence[ImportFileResponse]

Import files referenced by the main template.

interpreter str

Which interpreter (python or jinja) should be used during expansion.

main_template str

The filename of the mainTemplate

schema str

The contents of the template schema.

template str

The contents of the main template file.

imports List<Property Map>

Import files referenced by the main template.

interpreter String

Which interpreter (python or jinja) should be used during expansion.

mainTemplate String

The filename of the mainTemplate

schema String

The contents of the template schema.

template String

The contents of the main template file.

Package Details

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