Documentation ¶
Index ¶
- func NetworkingSubnetV2_IsConstruct(x interface{}) *bool
- func NetworkingSubnetV2_TfResourceType() *string
- func NewNetworkingSubnetV2AllocationPoolsList_Override(n NetworkingSubnetV2AllocationPoolsList, ...)
- func NewNetworkingSubnetV2AllocationPoolsOutputReference_Override(n NetworkingSubnetV2AllocationPoolsOutputReference, ...)
- func NewNetworkingSubnetV2HostRoutesList_Override(n NetworkingSubnetV2HostRoutesList, ...)
- func NewNetworkingSubnetV2HostRoutesOutputReference_Override(n NetworkingSubnetV2HostRoutesOutputReference, ...)
- func NewNetworkingSubnetV2TimeoutsOutputReference_Override(n NetworkingSubnetV2TimeoutsOutputReference, ...)
- func NewNetworkingSubnetV2_Override(n NetworkingSubnetV2, scope constructs.Construct, id *string, ...)
- type NetworkingSubnetV2
- type NetworkingSubnetV2AllocationPools
- type NetworkingSubnetV2AllocationPoolsList
- type NetworkingSubnetV2AllocationPoolsOutputReference
- type NetworkingSubnetV2Config
- type NetworkingSubnetV2HostRoutes
- type NetworkingSubnetV2HostRoutesList
- type NetworkingSubnetV2HostRoutesOutputReference
- type NetworkingSubnetV2Timeouts
- type NetworkingSubnetV2TimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NetworkingSubnetV2_IsConstruct ¶
func NetworkingSubnetV2_IsConstruct(x interface{}) *bool
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.
Returns: true if `x` is an object created from a class which extends `Construct`.
func NetworkingSubnetV2_TfResourceType ¶
func NetworkingSubnetV2_TfResourceType() *string
func NewNetworkingSubnetV2AllocationPoolsList_Override ¶
func NewNetworkingSubnetV2AllocationPoolsList_Override(n NetworkingSubnetV2AllocationPoolsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewNetworkingSubnetV2AllocationPoolsOutputReference_Override ¶
func NewNetworkingSubnetV2AllocationPoolsOutputReference_Override(n NetworkingSubnetV2AllocationPoolsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewNetworkingSubnetV2HostRoutesList_Override ¶
func NewNetworkingSubnetV2HostRoutesList_Override(n NetworkingSubnetV2HostRoutesList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewNetworkingSubnetV2HostRoutesOutputReference_Override ¶
func NewNetworkingSubnetV2HostRoutesOutputReference_Override(n NetworkingSubnetV2HostRoutesOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewNetworkingSubnetV2TimeoutsOutputReference_Override ¶
func NewNetworkingSubnetV2TimeoutsOutputReference_Override(n NetworkingSubnetV2TimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewNetworkingSubnetV2_Override ¶
func NewNetworkingSubnetV2_Override(n NetworkingSubnetV2, scope constructs.Construct, id *string, config *NetworkingSubnetV2Config)
Create a new {@link https://www.terraform.io/docs/providers/opentelekomcloud/r/networking_subnet_v2 opentelekomcloud_networking_subnet_v2} Resource.
Types ¶
type NetworkingSubnetV2 ¶
type NetworkingSubnetV2 interface { cdktf.TerraformResource AllocationPools() NetworkingSubnetV2AllocationPoolsList AllocationPoolsInput() interface{} // Experimental. CdktfStack() cdktf.TerraformStack Cidr() *string SetCidr(val *string) CidrInput() *string // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() *float64 // Experimental. SetCount(val *float64) // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) DnsNameservers() *[]*string SetDnsNameservers(val *[]*string) DnsNameserversInput() *[]*string EnableDhcp() interface{} SetEnableDhcp(val interface{}) EnableDhcpInput() interface{} // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string GatewayIp() *string SetGatewayIp(val *string) GatewayIpInput() *string HostRoutes() NetworkingSubnetV2HostRoutesList HostRoutesInput() interface{} Id() *string SetId(val *string) IdInput() *string IpVersion() *float64 SetIpVersion(val *float64) IpVersionInput() *float64 // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Name() *string SetName(val *string) NameInput() *string NetworkId() *string SetNetworkId(val *string) NetworkIdInput() *string // The tree node. Node() constructs.Node NoGateway() interface{} SetNoGateway(val interface{}) NoGatewayInput() interface{} // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} Region() *string SetRegion(val *string) RegionInput() *string TenantId() *string SetTenantId(val *string) TenantIdInput() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() NetworkingSubnetV2TimeoutsOutputReference TimeoutsInput() interface{} ValueSpecs() *map[string]*string SetValueSpecs(val *map[string]*string) ValueSpecsInput() *map[string]*string // Experimental. AddOverride(path *string, value interface{}) // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutAllocationPools(value interface{}) PutHostRoutes(value interface{}) PutTimeouts(value *NetworkingSubnetV2Timeouts) ResetAllocationPools() ResetDnsNameservers() ResetEnableDhcp() ResetGatewayIp() ResetHostRoutes() ResetId() ResetIpVersion() ResetName() ResetNoGateway() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetRegion() ResetTenantId() ResetTimeouts() ResetValueSpecs() SynthesizeAttributes() *map[string]interface{} // Experimental. ToMetadata() interface{} // Returns a string representation of this construct. ToString() *string // Adds this resource to the terraform JSON output. // Experimental. ToTerraform() interface{} }
Represents a {@link https://www.terraform.io/docs/providers/opentelekomcloud/r/networking_subnet_v2 opentelekomcloud_networking_subnet_v2}.
func NewNetworkingSubnetV2 ¶
func NewNetworkingSubnetV2(scope constructs.Construct, id *string, config *NetworkingSubnetV2Config) NetworkingSubnetV2
Create a new {@link https://www.terraform.io/docs/providers/opentelekomcloud/r/networking_subnet_v2 opentelekomcloud_networking_subnet_v2} Resource.
type NetworkingSubnetV2AllocationPools ¶
type NetworkingSubnetV2AllocationPools struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/opentelekomcloud/r/networking_subnet_v2#end NetworkingSubnetV2#end}. End *string `field:"required" json:"end" yaml:"end"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/opentelekomcloud/r/networking_subnet_v2#start NetworkingSubnetV2#start}. Start *string `field:"required" json:"start" yaml:"start"` }
type NetworkingSubnetV2AllocationPoolsList ¶
type NetworkingSubnetV2AllocationPoolsList interface { cdktf.ComplexList // 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. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) NetworkingSubnetV2AllocationPoolsOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewNetworkingSubnetV2AllocationPoolsList ¶
func NewNetworkingSubnetV2AllocationPoolsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) NetworkingSubnetV2AllocationPoolsList
type NetworkingSubnetV2AllocationPoolsOutputReference ¶
type NetworkingSubnetV2AllocationPoolsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // 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. // Experimental. CreationStack() *[]*string End() *string SetEnd(val *string) EndInput() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) Start() *string SetStart(val *string) StartInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewNetworkingSubnetV2AllocationPoolsOutputReference ¶
func NewNetworkingSubnetV2AllocationPoolsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) NetworkingSubnetV2AllocationPoolsOutputReference
type NetworkingSubnetV2Config ¶
type NetworkingSubnetV2Config struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count *float64 `field:"optional" json:"count" yaml:"count"` // Experimental. DependsOn *[]cdktf.ITerraformDependable `field:"optional" json:"dependsOn" yaml:"dependsOn"` // Experimental. ForEach cdktf.ITerraformIterator `field:"optional" json:"forEach" yaml:"forEach"` // Experimental. Lifecycle *cdktf.TerraformResourceLifecycle `field:"optional" json:"lifecycle" yaml:"lifecycle"` // Experimental. Provider cdktf.TerraformProvider `field:"optional" json:"provider" yaml:"provider"` // Experimental. Provisioners *[]interface{} `field:"optional" json:"provisioners" yaml:"provisioners"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/opentelekomcloud/r/networking_subnet_v2#cidr NetworkingSubnetV2#cidr}. Cidr *string `field:"required" json:"cidr" yaml:"cidr"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/opentelekomcloud/r/networking_subnet_v2#network_id NetworkingSubnetV2#network_id}. NetworkId *string `field:"required" json:"networkId" yaml:"networkId"` // allocation_pools block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/opentelekomcloud/r/networking_subnet_v2#allocation_pools NetworkingSubnetV2#allocation_pools} AllocationPools interface{} `field:"optional" json:"allocationPools" yaml:"allocationPools"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/opentelekomcloud/r/networking_subnet_v2#dns_nameservers NetworkingSubnetV2#dns_nameservers}. DnsNameservers *[]*string `field:"optional" json:"dnsNameservers" yaml:"dnsNameservers"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/opentelekomcloud/r/networking_subnet_v2#enable_dhcp NetworkingSubnetV2#enable_dhcp}. EnableDhcp interface{} `field:"optional" json:"enableDhcp" yaml:"enableDhcp"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/opentelekomcloud/r/networking_subnet_v2#gateway_ip NetworkingSubnetV2#gateway_ip}. GatewayIp *string `field:"optional" json:"gatewayIp" yaml:"gatewayIp"` // host_routes block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/opentelekomcloud/r/networking_subnet_v2#host_routes NetworkingSubnetV2#host_routes} HostRoutes interface{} `field:"optional" json:"hostRoutes" yaml:"hostRoutes"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/opentelekomcloud/r/networking_subnet_v2#id NetworkingSubnetV2#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. Id *string `field:"optional" json:"id" yaml:"id"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/opentelekomcloud/r/networking_subnet_v2#ip_version NetworkingSubnetV2#ip_version}. IpVersion *float64 `field:"optional" json:"ipVersion" yaml:"ipVersion"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/opentelekomcloud/r/networking_subnet_v2#name NetworkingSubnetV2#name}. Name *string `field:"optional" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/opentelekomcloud/r/networking_subnet_v2#no_gateway NetworkingSubnetV2#no_gateway}. NoGateway interface{} `field:"optional" json:"noGateway" yaml:"noGateway"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/opentelekomcloud/r/networking_subnet_v2#region NetworkingSubnetV2#region}. Region *string `field:"optional" json:"region" yaml:"region"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/opentelekomcloud/r/networking_subnet_v2#tenant_id NetworkingSubnetV2#tenant_id}. TenantId *string `field:"optional" json:"tenantId" yaml:"tenantId"` // timeouts block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/opentelekomcloud/r/networking_subnet_v2#timeouts NetworkingSubnetV2#timeouts} Timeouts *NetworkingSubnetV2Timeouts `field:"optional" json:"timeouts" yaml:"timeouts"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/opentelekomcloud/r/networking_subnet_v2#value_specs NetworkingSubnetV2#value_specs}. ValueSpecs *map[string]*string `field:"optional" json:"valueSpecs" yaml:"valueSpecs"` }
type NetworkingSubnetV2HostRoutes ¶
type NetworkingSubnetV2HostRoutes struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/opentelekomcloud/r/networking_subnet_v2#destination_cidr NetworkingSubnetV2#destination_cidr}. DestinationCidr *string `field:"required" json:"destinationCidr" yaml:"destinationCidr"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/opentelekomcloud/r/networking_subnet_v2#next_hop NetworkingSubnetV2#next_hop}. NextHop *string `field:"required" json:"nextHop" yaml:"nextHop"` }
type NetworkingSubnetV2HostRoutesList ¶
type NetworkingSubnetV2HostRoutesList interface { cdktf.ComplexList // 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. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) NetworkingSubnetV2HostRoutesOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewNetworkingSubnetV2HostRoutesList ¶
func NewNetworkingSubnetV2HostRoutesList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) NetworkingSubnetV2HostRoutesList
type NetworkingSubnetV2HostRoutesOutputReference ¶
type NetworkingSubnetV2HostRoutesOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // 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. // Experimental. CreationStack() *[]*string DestinationCidr() *string SetDestinationCidr(val *string) DestinationCidrInput() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) NextHop() *string SetNextHop(val *string) NextHopInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewNetworkingSubnetV2HostRoutesOutputReference ¶
func NewNetworkingSubnetV2HostRoutesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) NetworkingSubnetV2HostRoutesOutputReference
type NetworkingSubnetV2Timeouts ¶
type NetworkingSubnetV2Timeouts struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/opentelekomcloud/r/networking_subnet_v2#create NetworkingSubnetV2#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/opentelekomcloud/r/networking_subnet_v2#delete NetworkingSubnetV2#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` }
type NetworkingSubnetV2TimeoutsOutputReference ¶
type NetworkingSubnetV2TimeoutsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) Create() *string SetCreate(val *string) CreateInput() *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. // Experimental. CreationStack() *[]*string Delete() *string SetDelete(val *string) DeleteInput() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetCreate() ResetDelete() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewNetworkingSubnetV2TimeoutsOutputReference ¶
func NewNetworkingSubnetV2TimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) NetworkingSubnetV2TimeoutsOutputReference
Source Files ¶
- networkingsubnetv2.go
- networkingsubnetv2_NetworkingSubnetV2.go
- networkingsubnetv2_NetworkingSubnetV2AllocationPools.go
- networkingsubnetv2_NetworkingSubnetV2AllocationPoolsList.go
- networkingsubnetv2_NetworkingSubnetV2AllocationPoolsList__runtime_type_checks.go
- networkingsubnetv2_NetworkingSubnetV2AllocationPoolsOutputReference.go
- networkingsubnetv2_NetworkingSubnetV2AllocationPoolsOutputReference__runtime_type_checks.go
- networkingsubnetv2_NetworkingSubnetV2Config.go
- networkingsubnetv2_NetworkingSubnetV2HostRoutes.go
- networkingsubnetv2_NetworkingSubnetV2HostRoutesList.go
- networkingsubnetv2_NetworkingSubnetV2HostRoutesList__runtime_type_checks.go
- networkingsubnetv2_NetworkingSubnetV2HostRoutesOutputReference.go
- networkingsubnetv2_NetworkingSubnetV2HostRoutesOutputReference__runtime_type_checks.go
- networkingsubnetv2_NetworkingSubnetV2Timeouts.go
- networkingsubnetv2_NetworkingSubnetV2TimeoutsOutputReference.go
- networkingsubnetv2_NetworkingSubnetV2TimeoutsOutputReference__runtime_type_checks.go
- networkingsubnetv2_NetworkingSubnetV2__runtime_type_checks.go