Represents a {@link https://registry.terraform.io/providers/hashicorp/google/6.37.0/docs/resources/compute_region_per_instance_config google_compute_region_per_instance_config}.
import { computeRegionPerInstanceConfig } from '@cdktf/provider-google'
new computeRegionPerInstanceConfig.ComputeRegionPerInstanceConfig(scope: Construct, id: string, config: ComputeRegionPerInstanceConfigConfig)
Name | Type | Description |
---|---|---|
scope |
constructs.Construct |
The scope in which to define this construct. |
id |
string |
The scoped construct ID. |
config |
ComputeRegionPerInstanceConfigConfig |
No description. |
- Type: constructs.Construct
The scope in which to define this construct.
- Type: string
The scoped construct ID.
Must be unique amongst siblings in the same scope
Name | Description |
---|---|
toString |
Returns a string representation of this construct. |
addOverride |
No description. |
overrideLogicalId |
Overrides the auto-generated logical ID with a specific ID. |
resetOverrideLogicalId |
Resets a previously passed logical Id to use the auto-generated logical id again. |
toHclTerraform |
No description. |
toMetadata |
No description. |
toTerraform |
Adds this resource to the terraform JSON output. |
addMoveTarget |
Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
hasResourceMove |
No description. |
importFrom |
No description. |
interpolationForAttribute |
No description. |
moveFromId |
Move the resource corresponding to "id" to this resource. |
moveTo |
Moves this resource to the target resource given by moveTarget. |
moveToId |
Moves this resource to the resource corresponding to "id". |
putPreservedState |
No description. |
putTimeouts |
No description. |
resetId |
No description. |
resetMinimalAction |
No description. |
resetMostDisruptiveAllowedAction |
No description. |
resetPreservedState |
No description. |
resetProject |
No description. |
resetRegion |
No description. |
resetRemoveInstanceOnDestroy |
No description. |
resetRemoveInstanceStateOnDestroy |
No description. |
resetTimeouts |
No description. |
public toString(): string
Returns a string representation of this construct.
public addOverride(path: string, value: any): void
- Type: string
- Type: any
public overrideLogicalId(newLogicalId: string): void
Overrides the auto-generated logical ID with a specific ID.
- Type: string
The new logical ID to use for this stack element.
public resetOverrideLogicalId(): void
Resets a previously passed logical Id to use the auto-generated logical id again.
public toHclTerraform(): any
public toMetadata(): any
public toTerraform(): any
Adds this resource to the terraform JSON output.
public addMoveTarget(moveTarget: string): void
Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move.
- Type: string
The string move target that will correspond to this resource.
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public hasResourceMove(): TerraformResourceMoveByTarget | TerraformResourceMoveById
public importFrom(id: string, provider?: TerraformProvider): void
- Type: string
- Type: cdktf.TerraformProvider
public interpolationForAttribute(terraformAttribute: string): IResolvable
- Type: string
public moveFromId(id: string): void
Move the resource corresponding to "id" to this resource.
Note that the resource being moved from must be marked as moved using it's instance function.
- Type: string
Full id of resource being moved from, e.g. "aws_s3_bucket.example".
public moveTo(moveTarget: string, index?: string | number): void
Moves this resource to the target resource given by moveTarget.
- Type: string
The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to.
- Type: string | number
Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to.
public moveToId(id: string): void
Moves this resource to the resource corresponding to "id".
- Type: string
Full id of resource to move to, e.g. "aws_s3_bucket.example".
public putPreservedState(value: ComputeRegionPerInstanceConfigPreservedState): void
public putTimeouts(value: ComputeRegionPerInstanceConfigTimeouts): void
public resetId(): void
public resetMinimalAction(): void
public resetMostDisruptiveAllowedAction(): void
public resetPreservedState(): void
public resetProject(): void
public resetRegion(): void
public resetRemoveInstanceOnDestroy(): void
public resetRemoveInstanceStateOnDestroy(): void
public resetTimeouts(): void
Name | Description |
---|---|
isConstruct |
Checks if x is a construct. |
isTerraformElement |
No description. |
isTerraformResource |
No description. |
generateConfigForImport |
Generates CDKTF code for importing a ComputeRegionPerInstanceConfig resource upon running "cdktf plan ". |
import { computeRegionPerInstanceConfig } from '@cdktf/provider-google'
computeRegionPerInstanceConfig.ComputeRegionPerInstanceConfig.isConstruct(x: any)
Checks if x
is a construct.
Use this method instead of instanceof
to properly detect Construct
instances, even when the construct library is symlinked.
Explanation: in JavaScript, multiple copies of the constructs
library on
disk are seen as independent, completely different libraries. As a
consequence, the class Construct
in each copy of the constructs
library
is seen as a different class, and an instance of one class will not test as
instanceof
the other class. npm install
will not create installations
like this, but users may manually symlink construct libraries together or
use a monorepo tool: in those cases, multiple copies of the constructs
library can be accidentally installed, and instanceof
will behave
unpredictably. It is safest to avoid using instanceof
, and using
this type-testing method instead.
- Type: any
Any object.
import { computeRegionPerInstanceConfig } from '@cdktf/provider-google'
computeRegionPerInstanceConfig.ComputeRegionPerInstanceConfig.isTerraformElement(x: any)
- Type: any
import { computeRegionPerInstanceConfig } from '@cdktf/provider-google'
computeRegionPerInstanceConfig.ComputeRegionPerInstanceConfig.isTerraformResource(x: any)
- Type: any
import { computeRegionPerInstanceConfig } from '@cdktf/provider-google'
computeRegionPerInstanceConfig.ComputeRegionPerInstanceConfig.generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: TerraformProvider)
Generates CDKTF code for importing a ComputeRegionPerInstanceConfig resource upon running "cdktf plan ".
- Type: constructs.Construct
The scope in which to define this construct.
- Type: string
The construct id used in the generated config for the ComputeRegionPerInstanceConfig to import.
- Type: string
The id of the existing ComputeRegionPerInstanceConfig that should be imported.
Refer to the {@link https://registry.terraform.io/providers/hashicorp/google/6.37.0/docs/resources/compute_region_per_instance_config#import import section} in the documentation of this resource for the id to use
- Type: cdktf.TerraformProvider
? Optional instance of the provider where the ComputeRegionPerInstanceConfig to import is found.
Name | Type | Description |
---|---|---|
node |
constructs.Node |
The tree node. |
cdktfStack |
cdktf.TerraformStack |
No description. |
fqn |
string |
No description. |
friendlyUniqueId |
string |
No description. |
terraformMetaArguments |
{[ key: string ]: any} |
No description. |
terraformResourceType |
string |
No description. |
terraformGeneratorMetadata |
cdktf.TerraformProviderGeneratorMetadata |
No description. |
connection |
cdktf.SSHProvisionerConnection | cdktf.WinrmProvisionerConnection |
No description. |
count |
number | cdktf.TerraformCount |
No description. |
dependsOn |
string[] |
No description. |
forEach |
cdktf.ITerraformIterator |
No description. |
lifecycle |
cdktf.TerraformResourceLifecycle |
No description. |
provider |
cdktf.TerraformProvider |
No description. |
provisioners |
cdktf.FileProvisioner | cdktf.LocalExecProvisioner | cdktf.RemoteExecProvisioner[] |
No description. |
preservedState |
ComputeRegionPerInstanceConfigPreservedStateOutputReference |
No description. |
timeouts |
ComputeRegionPerInstanceConfigTimeoutsOutputReference |
No description. |
idInput |
string |
No description. |
minimalActionInput |
string |
No description. |
mostDisruptiveAllowedActionInput |
string |
No description. |
nameInput |
string |
No description. |
preservedStateInput |
ComputeRegionPerInstanceConfigPreservedState |
No description. |
projectInput |
string |
No description. |
regionInput |
string |
No description. |
regionInstanceGroupManagerInput |
string |
No description. |
removeInstanceOnDestroyInput |
boolean | cdktf.IResolvable |
No description. |
removeInstanceStateOnDestroyInput |
boolean | cdktf.IResolvable |
No description. |
timeoutsInput |
cdktf.IResolvable | ComputeRegionPerInstanceConfigTimeouts |
No description. |
id |
string |
No description. |
minimalAction |
string |
No description. |
mostDisruptiveAllowedAction |
string |
No description. |
name |
string |
No description. |
project |
string |
No description. |
region |
string |
No description. |
regionInstanceGroupManager |
string |
No description. |
removeInstanceOnDestroy |
boolean | cdktf.IResolvable |
No description. |
removeInstanceStateOnDestroy |
boolean | cdktf.IResolvable |
No description. |
public readonly node: Node;
- Type: constructs.Node
The tree node.
public readonly cdktfStack: TerraformStack;
- Type: cdktf.TerraformStack
public readonly fqn: string;
- Type: string
public readonly friendlyUniqueId: string;
- Type: string
public readonly terraformMetaArguments: {[ key: string ]: any};
- Type: {[ key: string ]: any}
public readonly terraformResourceType: string;
- Type: string
public readonly terraformGeneratorMetadata: TerraformProviderGeneratorMetadata;
- Type: cdktf.TerraformProviderGeneratorMetadata
public readonly connection: SSHProvisionerConnection | WinrmProvisionerConnection;
- Type: cdktf.SSHProvisionerConnection | cdktf.WinrmProvisionerConnection
public readonly count: number | TerraformCount;
- Type: number | cdktf.TerraformCount
public readonly dependsOn: string[];
- Type: string[]
public readonly forEach: ITerraformIterator;
- Type: cdktf.ITerraformIterator
public readonly lifecycle: TerraformResourceLifecycle;
- Type: cdktf.TerraformResourceLifecycle
public readonly provider: TerraformProvider;
- Type: cdktf.TerraformProvider
public readonly provisioners: FileProvisioner | LocalExecProvisioner | RemoteExecProvisioner[];
- Type: cdktf.FileProvisioner | cdktf.LocalExecProvisioner | cdktf.RemoteExecProvisioner[]
public readonly preservedState: ComputeRegionPerInstanceConfigPreservedStateOutputReference;
public readonly timeouts: ComputeRegionPerInstanceConfigTimeoutsOutputReference;
public readonly idInput: string;
- Type: string
public readonly minimalActionInput: string;
- Type: string
public readonly mostDisruptiveAllowedActionInput: string;
- Type: string
public readonly nameInput: string;
- Type: string
public readonly preservedStateInput: ComputeRegionPerInstanceConfigPreservedState;
public readonly projectInput: string;
- Type: string
public readonly regionInput: string;
- Type: string
public readonly regionInstanceGroupManagerInput: string;
- Type: string
public readonly removeInstanceOnDestroyInput: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
public readonly removeInstanceStateOnDestroyInput: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
public readonly timeoutsInput: IResolvable | ComputeRegionPerInstanceConfigTimeouts;
- Type: cdktf.IResolvable | ComputeRegionPerInstanceConfigTimeouts
public readonly id: string;
- Type: string
public readonly minimalAction: string;
- Type: string
public readonly mostDisruptiveAllowedAction: string;
- Type: string
public readonly name: string;
- Type: string
public readonly project: string;
- Type: string
public readonly region: string;
- Type: string
public readonly regionInstanceGroupManager: string;
- Type: string
public readonly removeInstanceOnDestroy: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
public readonly removeInstanceStateOnDestroy: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
Name | Type | Description |
---|---|---|
tfResourceType |
string |
No description. |
public readonly tfResourceType: string;
- Type: string
import { computeRegionPerInstanceConfig } from '@cdktf/provider-google'
const computeRegionPerInstanceConfigConfig: computeRegionPerInstanceConfig.ComputeRegionPerInstanceConfigConfig = { ... }
Name | Type | Description |
---|---|---|
connection |
cdktf.SSHProvisionerConnection | cdktf.WinrmProvisionerConnection |
No description. |
count |
number | cdktf.TerraformCount |
No description. |
dependsOn |
cdktf.ITerraformDependable[] |
No description. |
forEach |
cdktf.ITerraformIterator |
No description. |
lifecycle |
cdktf.TerraformResourceLifecycle |
No description. |
provider |
cdktf.TerraformProvider |
No description. |
provisioners |
cdktf.FileProvisioner | cdktf.LocalExecProvisioner | cdktf.RemoteExecProvisioner[] |
No description. |
name |
string |
The name for this per-instance config and its corresponding instance. |
regionInstanceGroupManager |
string |
The region instance group manager this instance config is part of. |
id |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.37.0/docs/resources/compute_region_per_instance_config#id ComputeRegionPerInstanceConfig#id}. |
minimalAction |
string |
The minimal action to perform on the instance during an update. |
mostDisruptiveAllowedAction |
string |
The most disruptive action to perform on the instance during an update. |
preservedState |
ComputeRegionPerInstanceConfigPreservedState |
preserved_state block. |
project |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.37.0/docs/resources/compute_region_per_instance_config#project ComputeRegionPerInstanceConfig#project}. |
region |
string |
Region where the containing instance group manager is located. |
removeInstanceOnDestroy |
boolean | cdktf.IResolvable |
When true, deleting this config will immediately remove the underlying instance. |
removeInstanceStateOnDestroy |
boolean | cdktf.IResolvable |
When true, deleting this config will immediately remove any specified state from the underlying instance. |
timeouts |
ComputeRegionPerInstanceConfigTimeouts |
timeouts block. |
public readonly connection: SSHProvisionerConnection | WinrmProvisionerConnection;
- Type: cdktf.SSHProvisionerConnection | cdktf.WinrmProvisionerConnection
public readonly count: number | TerraformCount;
- Type: number | cdktf.TerraformCount
public readonly dependsOn: ITerraformDependable[];
- Type: cdktf.ITerraformDependable[]
public readonly forEach: ITerraformIterator;
- Type: cdktf.ITerraformIterator
public readonly lifecycle: TerraformResourceLifecycle;
- Type: cdktf.TerraformResourceLifecycle
public readonly provider: TerraformProvider;
- Type: cdktf.TerraformProvider
public readonly provisioners: FileProvisioner | LocalExecProvisioner | RemoteExecProvisioner[];
- Type: cdktf.FileProvisioner | cdktf.LocalExecProvisioner | cdktf.RemoteExecProvisioner[]
public readonly name: string;
- Type: string
The name for this per-instance config and its corresponding instance.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.37.0/docs/resources/compute_region_per_instance_config#name ComputeRegionPerInstanceConfig#name}
public readonly regionInstanceGroupManager: string;
- Type: string
The region instance group manager this instance config is part of.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.37.0/docs/resources/compute_region_per_instance_config#region_instance_group_manager ComputeRegionPerInstanceConfig#region_instance_group_manager}
public readonly id: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.37.0/docs/resources/compute_region_per_instance_config#id ComputeRegionPerInstanceConfig#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
public readonly minimalAction: string;
- Type: string
The minimal action to perform on the instance during an update.
Default is 'NONE'. Possible values are:
- REPLACE
- RESTART
- REFRESH
- NONE
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.37.0/docs/resources/compute_region_per_instance_config#minimal_action ComputeRegionPerInstanceConfig#minimal_action}
public readonly mostDisruptiveAllowedAction: string;
- Type: string
The most disruptive action to perform on the instance during an update.
Default is 'REPLACE'. Possible values are:
- REPLACE
- RESTART
- REFRESH
- NONE
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.37.0/docs/resources/compute_region_per_instance_config#most_disruptive_allowed_action ComputeRegionPerInstanceConfig#most_disruptive_allowed_action}
public readonly preservedState: ComputeRegionPerInstanceConfigPreservedState;
preserved_state block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.37.0/docs/resources/compute_region_per_instance_config#preserved_state ComputeRegionPerInstanceConfig#preserved_state}
public readonly project: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.37.0/docs/resources/compute_region_per_instance_config#project ComputeRegionPerInstanceConfig#project}.
public readonly region: string;
- Type: string
Region where the containing instance group manager is located.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.37.0/docs/resources/compute_region_per_instance_config#region ComputeRegionPerInstanceConfig#region}
public readonly removeInstanceOnDestroy: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
When true, deleting this config will immediately remove the underlying instance.
When false, deleting this config will use the behavior as determined by remove_instance_on_destroy.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.37.0/docs/resources/compute_region_per_instance_config#remove_instance_on_destroy ComputeRegionPerInstanceConfig#remove_instance_on_destroy}
public readonly removeInstanceStateOnDestroy: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
When true, deleting this config will immediately remove any specified state from the underlying instance.
When false, deleting this config will not immediately remove any state from the underlying instance. State will be removed on the next instance recreation or update.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.37.0/docs/resources/compute_region_per_instance_config#remove_instance_state_on_destroy ComputeRegionPerInstanceConfig#remove_instance_state_on_destroy}
public readonly timeouts: ComputeRegionPerInstanceConfigTimeouts;
timeouts block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.37.0/docs/resources/compute_region_per_instance_config#timeouts ComputeRegionPerInstanceConfig#timeouts}
import { computeRegionPerInstanceConfig } from '@cdktf/provider-google'
const computeRegionPerInstanceConfigPreservedState: computeRegionPerInstanceConfig.ComputeRegionPerInstanceConfigPreservedState = { ... }
Name | Type | Description |
---|---|---|
disk |
cdktf.IResolvable | ComputeRegionPerInstanceConfigPreservedStateDisk[] |
disk block. |
externalIp |
cdktf.IResolvable | ComputeRegionPerInstanceConfigPreservedStateExternalIp[] |
external_ip block. |
internalIp |
cdktf.IResolvable | ComputeRegionPerInstanceConfigPreservedStateInternalIp[] |
internal_ip block. |
metadata |
{[ key: string ]: string} |
Preserved metadata defined for this instance. This is a list of key->value pairs. |
public readonly disk: IResolvable | ComputeRegionPerInstanceConfigPreservedStateDisk[];
- Type: cdktf.IResolvable | ComputeRegionPerInstanceConfigPreservedStateDisk[]
disk block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.37.0/docs/resources/compute_region_per_instance_config#disk ComputeRegionPerInstanceConfig#disk}
public readonly externalIp: IResolvable | ComputeRegionPerInstanceConfigPreservedStateExternalIp[];
- Type: cdktf.IResolvable | ComputeRegionPerInstanceConfigPreservedStateExternalIp[]
external_ip block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.37.0/docs/resources/compute_region_per_instance_config#external_ip ComputeRegionPerInstanceConfig#external_ip}
public readonly internalIp: IResolvable | ComputeRegionPerInstanceConfigPreservedStateInternalIp[];
- Type: cdktf.IResolvable | ComputeRegionPerInstanceConfigPreservedStateInternalIp[]
internal_ip block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.37.0/docs/resources/compute_region_per_instance_config#internal_ip ComputeRegionPerInstanceConfig#internal_ip}
public readonly metadata: {[ key: string ]: string};
- Type: {[ key: string ]: string}
Preserved metadata defined for this instance. This is a list of key->value pairs.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.37.0/docs/resources/compute_region_per_instance_config#metadata ComputeRegionPerInstanceConfig#metadata}
import { computeRegionPerInstanceConfig } from '@cdktf/provider-google'
const computeRegionPerInstanceConfigPreservedStateDisk: computeRegionPerInstanceConfig.ComputeRegionPerInstanceConfigPreservedStateDisk = { ... }
Name | Type | Description |
---|---|---|
deviceName |
string |
A unique device name that is reflected into the /dev/ tree of a Linux operating system running within the instance. |
source |
string |
The URI of an existing persistent disk to attach under the specified device-name in the format 'projects/project-id/zones/zone/disks/disk-name'. |
deleteRule |
string |
A value that prescribes what should happen to the stateful disk when the VM instance is deleted. |
mode |
string |
The mode of the disk. Default value: "READ_WRITE" Possible values: ["READ_ONLY", "READ_WRITE"]. |
public readonly deviceName: string;
- Type: string
A unique device name that is reflected into the /dev/ tree of a Linux operating system running within the instance.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.37.0/docs/resources/compute_region_per_instance_config#device_name ComputeRegionPerInstanceConfig#device_name}
public readonly source: string;
- Type: string
The URI of an existing persistent disk to attach under the specified device-name in the format 'projects/project-id/zones/zone/disks/disk-name'.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.37.0/docs/resources/compute_region_per_instance_config#source ComputeRegionPerInstanceConfig#source}
public readonly deleteRule: string;
- Type: string
A value that prescribes what should happen to the stateful disk when the VM instance is deleted.
The available options are 'NEVER' and 'ON_PERMANENT_INSTANCE_DELETION'. 'NEVER' - detach the disk when the VM is deleted, but do not delete the disk. 'ON_PERMANENT_INSTANCE_DELETION' will delete the stateful disk when the VM is permanently deleted from the instance group. Default value: "NEVER" Possible values: ["NEVER", "ON_PERMANENT_INSTANCE_DELETION"]
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.37.0/docs/resources/compute_region_per_instance_config#delete_rule ComputeRegionPerInstanceConfig#delete_rule}
public readonly mode: string;
- Type: string
The mode of the disk. Default value: "READ_WRITE" Possible values: ["READ_ONLY", "READ_WRITE"].
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.37.0/docs/resources/compute_region_per_instance_config#mode ComputeRegionPerInstanceConfig#mode}
import { computeRegionPerInstanceConfig } from '@cdktf/provider-google'
const computeRegionPerInstanceConfigPreservedStateExternalIp: computeRegionPerInstanceConfig.ComputeRegionPerInstanceConfigPreservedStateExternalIp = { ... }
Name | Type | Description |
---|---|---|
interfaceName |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.37.0/docs/resources/compute_region_per_instance_config#interface_name ComputeRegionPerInstanceConfig#interface_name}. |
autoDelete |
string |
These stateful IPs will never be released during autohealing, update or VM instance recreate operations. |
ipAddress |
ComputeRegionPerInstanceConfigPreservedStateExternalIpIpAddress |
ip_address block. |
public readonly interfaceName: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.37.0/docs/resources/compute_region_per_instance_config#interface_name ComputeRegionPerInstanceConfig#interface_name}.
public readonly autoDelete: string;
- Type: string
These stateful IPs will never be released during autohealing, update or VM instance recreate operations.
This flag is used to configure if the IP reservation should be deleted after it is no longer used by the group, e.g. when the given instance or the whole group is deleted. Default value: "NEVER" Possible values: ["NEVER", "ON_PERMANENT_INSTANCE_DELETION"]
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.37.0/docs/resources/compute_region_per_instance_config#auto_delete ComputeRegionPerInstanceConfig#auto_delete}
public readonly ipAddress: ComputeRegionPerInstanceConfigPreservedStateExternalIpIpAddress;
ip_address block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.37.0/docs/resources/compute_region_per_instance_config#ip_address ComputeRegionPerInstanceConfig#ip_address}
import { computeRegionPerInstanceConfig } from '@cdktf/provider-google'
const computeRegionPerInstanceConfigPreservedStateExternalIpIpAddress: computeRegionPerInstanceConfig.ComputeRegionPerInstanceConfigPreservedStateExternalIpIpAddress = { ... }
Name | Type | Description |
---|---|---|
address |
string |
The URL of the reservation for this IP address. |
public readonly address: string;
- Type: string
The URL of the reservation for this IP address.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.37.0/docs/resources/compute_region_per_instance_config#address ComputeRegionPerInstanceConfig#address}
import { computeRegionPerInstanceConfig } from '@cdktf/provider-google'
const computeRegionPerInstanceConfigPreservedStateInternalIp: computeRegionPerInstanceConfig.ComputeRegionPerInstanceConfigPreservedStateInternalIp = { ... }
Name | Type | Description |
---|---|---|
interfaceName |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.37.0/docs/resources/compute_region_per_instance_config#interface_name ComputeRegionPerInstanceConfig#interface_name}. |
autoDelete |
string |
These stateful IPs will never be released during autohealing, update or VM instance recreate operations. |
ipAddress |
ComputeRegionPerInstanceConfigPreservedStateInternalIpIpAddress |
ip_address block. |
public readonly interfaceName: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.37.0/docs/resources/compute_region_per_instance_config#interface_name ComputeRegionPerInstanceConfig#interface_name}.
public readonly autoDelete: string;
- Type: string
These stateful IPs will never be released during autohealing, update or VM instance recreate operations.
This flag is used to configure if the IP reservation should be deleted after it is no longer used by the group, e.g. when the given instance or the whole group is deleted. Default value: "NEVER" Possible values: ["NEVER", "ON_PERMANENT_INSTANCE_DELETION"]
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.37.0/docs/resources/compute_region_per_instance_config#auto_delete ComputeRegionPerInstanceConfig#auto_delete}
public readonly ipAddress: ComputeRegionPerInstanceConfigPreservedStateInternalIpIpAddress;
ip_address block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.37.0/docs/resources/compute_region_per_instance_config#ip_address ComputeRegionPerInstanceConfig#ip_address}
import { computeRegionPerInstanceConfig } from '@cdktf/provider-google'
const computeRegionPerInstanceConfigPreservedStateInternalIpIpAddress: computeRegionPerInstanceConfig.ComputeRegionPerInstanceConfigPreservedStateInternalIpIpAddress = { ... }
Name | Type | Description |
---|---|---|
address |
string |
The URL of the reservation for this IP address. |
public readonly address: string;
- Type: string
The URL of the reservation for this IP address.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.37.0/docs/resources/compute_region_per_instance_config#address ComputeRegionPerInstanceConfig#address}
import { computeRegionPerInstanceConfig } from '@cdktf/provider-google'
const computeRegionPerInstanceConfigTimeouts: computeRegionPerInstanceConfig.ComputeRegionPerInstanceConfigTimeouts = { ... }
Name | Type | Description |
---|---|---|
create |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.37.0/docs/resources/compute_region_per_instance_config#create ComputeRegionPerInstanceConfig#create}. |
delete |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.37.0/docs/resources/compute_region_per_instance_config#delete ComputeRegionPerInstanceConfig#delete}. |
update |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.37.0/docs/resources/compute_region_per_instance_config#update ComputeRegionPerInstanceConfig#update}. |
public readonly create: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.37.0/docs/resources/compute_region_per_instance_config#create ComputeRegionPerInstanceConfig#create}.
public readonly delete: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.37.0/docs/resources/compute_region_per_instance_config#delete ComputeRegionPerInstanceConfig#delete}.
public readonly update: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.37.0/docs/resources/compute_region_per_instance_config#update ComputeRegionPerInstanceConfig#update}.
import { computeRegionPerInstanceConfig } from '@cdktf/provider-google'
new computeRegionPerInstanceConfig.ComputeRegionPerInstanceConfigPreservedStateDiskList(terraformResource: IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
wrapsSet |
boolean |
whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
- Type: boolean
whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
Name | Description |
---|---|
allWithMapKey |
Creating an iterator for this complex list. |
computeFqn |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
get |
No description. |
public allWithMapKey(mapKeyAttributeName: string): DynamicListTerraformIterator
Creating an iterator for this complex list.
The list will be converted into a map with the mapKeyAttributeName as the key.
- Type: string
public computeFqn(): string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
public get(index: number): ComputeRegionPerInstanceConfigPreservedStateDiskOutputReference
- Type: number
the index of the item to return.
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
internalValue |
cdktf.IResolvable | ComputeRegionPerInstanceConfigPreservedStateDisk[] |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly internalValue: IResolvable | ComputeRegionPerInstanceConfigPreservedStateDisk[];
- Type: cdktf.IResolvable | ComputeRegionPerInstanceConfigPreservedStateDisk[]
import { computeRegionPerInstanceConfig } from '@cdktf/provider-google'
new computeRegionPerInstanceConfig.ComputeRegionPerInstanceConfigPreservedStateDiskOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
complexObjectIndex |
number |
the index of this item in the list. |
complexObjectIsFromSet |
boolean |
whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
- Type: number
the index of this item in the list.
- Type: boolean
whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
resetDeleteRule |
No description. |
resetMode |
No description. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
public resetDeleteRule(): void
public resetMode(): void
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
deleteRuleInput |
string |
No description. |
deviceNameInput |
string |
No description. |
modeInput |
string |
No description. |
sourceInput |
string |
No description. |
deleteRule |
string |
No description. |
deviceName |
string |
No description. |
mode |
string |
No description. |
source |
string |
No description. |
internalValue |
cdktf.IResolvable | ComputeRegionPerInstanceConfigPreservedStateDisk |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly deleteRuleInput: string;
- Type: string
public readonly deviceNameInput: string;
- Type: string
public readonly modeInput: string;
- Type: string
public readonly sourceInput: string;
- Type: string
public readonly deleteRule: string;
- Type: string
public readonly deviceName: string;
- Type: string
public readonly mode: string;
- Type: string
public readonly source: string;
- Type: string
public readonly internalValue: IResolvable | ComputeRegionPerInstanceConfigPreservedStateDisk;
- Type: cdktf.IResolvable | ComputeRegionPerInstanceConfigPreservedStateDisk
import { computeRegionPerInstanceConfig } from '@cdktf/provider-google'
new computeRegionPerInstanceConfig.ComputeRegionPerInstanceConfigPreservedStateExternalIpIpAddressOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
resetAddress |
No description. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
public resetAddress(): void
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
addressInput |
string |
No description. |
address |
string |
No description. |
internalValue |
ComputeRegionPerInstanceConfigPreservedStateExternalIpIpAddress |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly addressInput: string;
- Type: string
public readonly address: string;
- Type: string
public readonly internalValue: ComputeRegionPerInstanceConfigPreservedStateExternalIpIpAddress;
import { computeRegionPerInstanceConfig } from '@cdktf/provider-google'
new computeRegionPerInstanceConfig.ComputeRegionPerInstanceConfigPreservedStateExternalIpList(terraformResource: IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
wrapsSet |
boolean |
whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
- Type: boolean
whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
Name | Description |
---|---|
allWithMapKey |
Creating an iterator for this complex list. |
computeFqn |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
get |
No description. |
public allWithMapKey(mapKeyAttributeName: string): DynamicListTerraformIterator
Creating an iterator for this complex list.
The list will be converted into a map with the mapKeyAttributeName as the key.
- Type: string
public computeFqn(): string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
public get(index: number): ComputeRegionPerInstanceConfigPreservedStateExternalIpOutputReference
- Type: number
the index of the item to return.
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
internalValue |
cdktf.IResolvable | ComputeRegionPerInstanceConfigPreservedStateExternalIp[] |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly internalValue: IResolvable | ComputeRegionPerInstanceConfigPreservedStateExternalIp[];
- Type: cdktf.IResolvable | ComputeRegionPerInstanceConfigPreservedStateExternalIp[]
import { computeRegionPerInstanceConfig } from '@cdktf/provider-google'
new computeRegionPerInstanceConfig.ComputeRegionPerInstanceConfigPreservedStateExternalIpOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
complexObjectIndex |
number |
the index of this item in the list. |
complexObjectIsFromSet |
boolean |
whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
- Type: number
the index of this item in the list.
- Type: boolean
whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
putIpAddress |
No description. |
resetAutoDelete |
No description. |
resetIpAddress |
No description. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
public putIpAddress(value: ComputeRegionPerInstanceConfigPreservedStateExternalIpIpAddress): void
public resetAutoDelete(): void
public resetIpAddress(): void
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
ipAddress |
ComputeRegionPerInstanceConfigPreservedStateExternalIpIpAddressOutputReference |
No description. |
autoDeleteInput |
string |
No description. |
interfaceNameInput |
string |
No description. |
ipAddressInput |
ComputeRegionPerInstanceConfigPreservedStateExternalIpIpAddress |
No description. |
autoDelete |
string |
No description. |
interfaceName |
string |
No description. |
internalValue |
cdktf.IResolvable | ComputeRegionPerInstanceConfigPreservedStateExternalIp |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly ipAddress: ComputeRegionPerInstanceConfigPreservedStateExternalIpIpAddressOutputReference;
public readonly autoDeleteInput: string;
- Type: string
public readonly interfaceNameInput: string;
- Type: string
public readonly ipAddressInput: ComputeRegionPerInstanceConfigPreservedStateExternalIpIpAddress;
public readonly autoDelete: string;
- Type: string
public readonly interfaceName: string;
- Type: string
public readonly internalValue: IResolvable | ComputeRegionPerInstanceConfigPreservedStateExternalIp;
- Type: cdktf.IResolvable | ComputeRegionPerInstanceConfigPreservedStateExternalIp
import { computeRegionPerInstanceConfig } from '@cdktf/provider-google'
new computeRegionPerInstanceConfig.ComputeRegionPerInstanceConfigPreservedStateInternalIpIpAddressOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
resetAddress |
No description. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
public resetAddress(): void
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
addressInput |
string |
No description. |
address |
string |
No description. |
internalValue |
ComputeRegionPerInstanceConfigPreservedStateInternalIpIpAddress |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly addressInput: string;
- Type: string
public readonly address: string;
- Type: string
public readonly internalValue: ComputeRegionPerInstanceConfigPreservedStateInternalIpIpAddress;
import { computeRegionPerInstanceConfig } from '@cdktf/provider-google'
new computeRegionPerInstanceConfig.ComputeRegionPerInstanceConfigPreservedStateInternalIpList(terraformResource: IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
wrapsSet |
boolean |
whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
- Type: boolean
whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
Name | Description |
---|---|
allWithMapKey |
Creating an iterator for this complex list. |
computeFqn |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
get |
No description. |
public allWithMapKey(mapKeyAttributeName: string): DynamicListTerraformIterator
Creating an iterator for this complex list.
The list will be converted into a map with the mapKeyAttributeName as the key.
- Type: string
public computeFqn(): string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
public get(index: number): ComputeRegionPerInstanceConfigPreservedStateInternalIpOutputReference
- Type: number
the index of the item to return.
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
internalValue |
cdktf.IResolvable | ComputeRegionPerInstanceConfigPreservedStateInternalIp[] |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly internalValue: IResolvable | ComputeRegionPerInstanceConfigPreservedStateInternalIp[];
- Type: cdktf.IResolvable | ComputeRegionPerInstanceConfigPreservedStateInternalIp[]
import { computeRegionPerInstanceConfig } from '@cdktf/provider-google'
new computeRegionPerInstanceConfig.ComputeRegionPerInstanceConfigPreservedStateInternalIpOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
complexObjectIndex |
number |
the index of this item in the list. |
complexObjectIsFromSet |
boolean |
whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
- Type: number
the index of this item in the list.
- Type: boolean
whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
putIpAddress |
No description. |
resetAutoDelete |
No description. |
resetIpAddress |
No description. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
public putIpAddress(value: ComputeRegionPerInstanceConfigPreservedStateInternalIpIpAddress): void
public resetAutoDelete(): void
public resetIpAddress(): void
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
ipAddress |
ComputeRegionPerInstanceConfigPreservedStateInternalIpIpAddressOutputReference |
No description. |
autoDeleteInput |
string |
No description. |
interfaceNameInput |
string |
No description. |
ipAddressInput |
ComputeRegionPerInstanceConfigPreservedStateInternalIpIpAddress |
No description. |
autoDelete |
string |
No description. |
interfaceName |
string |
No description. |
internalValue |
cdktf.IResolvable | ComputeRegionPerInstanceConfigPreservedStateInternalIp |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly ipAddress: ComputeRegionPerInstanceConfigPreservedStateInternalIpIpAddressOutputReference;
public readonly autoDeleteInput: string;
- Type: string
public readonly interfaceNameInput: string;
- Type: string
public readonly ipAddressInput: ComputeRegionPerInstanceConfigPreservedStateInternalIpIpAddress;
public readonly autoDelete: string;
- Type: string
public readonly interfaceName: string;
- Type: string
public readonly internalValue: IResolvable | ComputeRegionPerInstanceConfigPreservedStateInternalIp;
- Type: cdktf.IResolvable | ComputeRegionPerInstanceConfigPreservedStateInternalIp
import { computeRegionPerInstanceConfig } from '@cdktf/provider-google'
new computeRegionPerInstanceConfig.ComputeRegionPerInstanceConfigPreservedStateOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
putDisk |
No description. |
putExternalIp |
No description. |
putInternalIp |
No description. |
resetDisk |
No description. |
resetExternalIp |
No description. |
resetInternalIp |
No description. |
resetMetadata |
No description. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
public putDisk(value: IResolvable | ComputeRegionPerInstanceConfigPreservedStateDisk[]): void
- Type: cdktf.IResolvable | ComputeRegionPerInstanceConfigPreservedStateDisk[]
public putExternalIp(value: IResolvable | ComputeRegionPerInstanceConfigPreservedStateExternalIp[]): void
- Type: cdktf.IResolvable | ComputeRegionPerInstanceConfigPreservedStateExternalIp[]
public putInternalIp(value: IResolvable | ComputeRegionPerInstanceConfigPreservedStateInternalIp[]): void
- Type: cdktf.IResolvable | ComputeRegionPerInstanceConfigPreservedStateInternalIp[]
public resetDisk(): void
public resetExternalIp(): void
public resetInternalIp(): void
public resetMetadata(): void
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
disk |
ComputeRegionPerInstanceConfigPreservedStateDiskList |
No description. |
externalIp |
ComputeRegionPerInstanceConfigPreservedStateExternalIpList |
No description. |
internalIp |
ComputeRegionPerInstanceConfigPreservedStateInternalIpList |
No description. |
diskInput |
cdktf.IResolvable | ComputeRegionPerInstanceConfigPreservedStateDisk[] |
No description. |
externalIpInput |
cdktf.IResolvable | ComputeRegionPerInstanceConfigPreservedStateExternalIp[] |
No description. |
internalIpInput |
cdktf.IResolvable | ComputeRegionPerInstanceConfigPreservedStateInternalIp[] |
No description. |
metadataInput |
{[ key: string ]: string} |
No description. |
metadata |
{[ key: string ]: string} |
No description. |
internalValue |
ComputeRegionPerInstanceConfigPreservedState |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly disk: ComputeRegionPerInstanceConfigPreservedStateDiskList;
public readonly externalIp: ComputeRegionPerInstanceConfigPreservedStateExternalIpList;
public readonly internalIp: ComputeRegionPerInstanceConfigPreservedStateInternalIpList;
public readonly diskInput: IResolvable | ComputeRegionPerInstanceConfigPreservedStateDisk[];
- Type: cdktf.IResolvable | ComputeRegionPerInstanceConfigPreservedStateDisk[]
public readonly externalIpInput: IResolvable | ComputeRegionPerInstanceConfigPreservedStateExternalIp[];
- Type: cdktf.IResolvable | ComputeRegionPerInstanceConfigPreservedStateExternalIp[]
public readonly internalIpInput: IResolvable | ComputeRegionPerInstanceConfigPreservedStateInternalIp[];
- Type: cdktf.IResolvable | ComputeRegionPerInstanceConfigPreservedStateInternalIp[]
public readonly metadataInput: {[ key: string ]: string};
- Type: {[ key: string ]: string}
public readonly metadata: {[ key: string ]: string};
- Type: {[ key: string ]: string}
public readonly internalValue: ComputeRegionPerInstanceConfigPreservedState;
import { computeRegionPerInstanceConfig } from '@cdktf/provider-google'
new computeRegionPerInstanceConfig.ComputeRegionPerInstanceConfigTimeoutsOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
resetCreate |
No description. |
resetDelete |
No description. |
resetUpdate |
No description. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
public resetCreate(): void
public resetDelete(): void
public resetUpdate(): void
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
createInput |
string |
No description. |
deleteInput |
string |
No description. |
updateInput |
string |
No description. |
create |
string |
No description. |
delete |
string |
No description. |
update |
string |
No description. |
internalValue |
cdktf.IResolvable | ComputeRegionPerInstanceConfigTimeouts |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly createInput: string;
- Type: string
public readonly deleteInput: string;
- Type: string
public readonly updateInput: string;
- Type: string
public readonly create: string;
- Type: string
public readonly delete: string;
- Type: string
public readonly update: string;
- Type: string
public readonly internalValue: IResolvable | ComputeRegionPerInstanceConfigTimeouts;
- Type: cdktf.IResolvable | ComputeRegionPerInstanceConfigTimeouts