Documentation ¶
Index ¶
- func NewVpnaasSiteConnectionV2DpdList_Override(v VpnaasSiteConnectionV2DpdList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewVpnaasSiteConnectionV2DpdOutputReference_Override(v VpnaasSiteConnectionV2DpdOutputReference, ...)
- func NewVpnaasSiteConnectionV2TimeoutsOutputReference_Override(v VpnaasSiteConnectionV2TimeoutsOutputReference, ...)
- func NewVpnaasSiteConnectionV2_Override(v VpnaasSiteConnectionV2, scope constructs.Construct, id *string, ...)
- func VpnaasSiteConnectionV2_IsConstruct(x interface{}) *bool
- func VpnaasSiteConnectionV2_IsTerraformElement(x interface{}) *bool
- func VpnaasSiteConnectionV2_IsTerraformResource(x interface{}) *bool
- func VpnaasSiteConnectionV2_TfResourceType() *string
- type VpnaasSiteConnectionV2
- type VpnaasSiteConnectionV2Config
- type VpnaasSiteConnectionV2Dpd
- type VpnaasSiteConnectionV2DpdList
- type VpnaasSiteConnectionV2DpdOutputReference
- type VpnaasSiteConnectionV2Timeouts
- type VpnaasSiteConnectionV2TimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewVpnaasSiteConnectionV2DpdList_Override ¶
func NewVpnaasSiteConnectionV2DpdList_Override(v VpnaasSiteConnectionV2DpdList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewVpnaasSiteConnectionV2DpdOutputReference_Override ¶
func NewVpnaasSiteConnectionV2DpdOutputReference_Override(v VpnaasSiteConnectionV2DpdOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewVpnaasSiteConnectionV2TimeoutsOutputReference_Override ¶
func NewVpnaasSiteConnectionV2TimeoutsOutputReference_Override(v VpnaasSiteConnectionV2TimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewVpnaasSiteConnectionV2_Override ¶
func NewVpnaasSiteConnectionV2_Override(v VpnaasSiteConnectionV2, scope constructs.Construct, id *string, config *VpnaasSiteConnectionV2Config)
Create a new {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.35.1/docs/resources/vpnaas_site_connection_v2 opentelekomcloud_vpnaas_site_connection_v2} Resource.
func VpnaasSiteConnectionV2_IsConstruct ¶
func VpnaasSiteConnectionV2_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 VpnaasSiteConnectionV2_IsTerraformElement ¶
func VpnaasSiteConnectionV2_IsTerraformElement(x interface{}) *bool
Experimental.
func VpnaasSiteConnectionV2_IsTerraformResource ¶
func VpnaasSiteConnectionV2_IsTerraformResource(x interface{}) *bool
Experimental.
func VpnaasSiteConnectionV2_TfResourceType ¶
func VpnaasSiteConnectionV2_TfResourceType() *string
Types ¶
type VpnaasSiteConnectionV2 ¶
type VpnaasSiteConnectionV2 interface { cdktf.TerraformResource AdminStateUp() interface{} SetAdminStateUp(val interface{}) AdminStateUpInput() interface{} // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) Description() *string SetDescription(val *string) DescriptionInput() *string Dpd() VpnaasSiteConnectionV2DpdList DpdInput() interface{} // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string IkepolicyId() *string SetIkepolicyId(val *string) IkepolicyIdInput() *string Initiator() *string SetInitiator(val *string) InitiatorInput() *string IpsecpolicyId() *string SetIpsecpolicyId(val *string) IpsecpolicyIdInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) LocalEpGroupId() *string SetLocalEpGroupId(val *string) LocalEpGroupIdInput() *string LocalId() *string SetLocalId(val *string) LocalIdInput() *string Mtu() *float64 SetMtu(val *float64) MtuInput() *float64 Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node PeerAddress() *string SetPeerAddress(val *string) PeerAddressInput() *string PeerCidrs() *[]*string SetPeerCidrs(val *[]*string) PeerCidrsInput() *[]*string PeerEpGroupId() *string SetPeerEpGroupId(val *string) PeerEpGroupIdInput() *string PeerId() *string SetPeerId(val *string) PeerIdInput() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) Psk() *string SetPsk(val *string) PskInput() *string // Experimental. RawOverrides() interface{} Region() *string SetRegion(val *string) RegionInput() *string Tags() *map[string]*string SetTags(val *map[string]*string) TagsInput() *map[string]*string TenantId() *string SetTenantId(val *string) TenantIdInput() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() VpnaasSiteConnectionV2TimeoutsOutputReference TimeoutsInput() interface{} ValueSpecs() *map[string]*string SetValueSpecs(val *map[string]*string) ValueSpecsInput() *map[string]*string VpnserviceId() *string SetVpnserviceId(val *string) VpnserviceIdInput() *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) PutDpd(value interface{}) PutTimeouts(value *VpnaasSiteConnectionV2Timeouts) ResetAdminStateUp() ResetDescription() ResetDpd() ResetId() ResetInitiator() ResetLocalEpGroupId() ResetLocalId() ResetMtu() ResetName() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetPeerCidrs() ResetPeerEpGroupId() ResetRegion() ResetTags() 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://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.35.1/docs/resources/vpnaas_site_connection_v2 opentelekomcloud_vpnaas_site_connection_v2}.
func NewVpnaasSiteConnectionV2 ¶
func NewVpnaasSiteConnectionV2(scope constructs.Construct, id *string, config *VpnaasSiteConnectionV2Config) VpnaasSiteConnectionV2
Create a new {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.35.1/docs/resources/vpnaas_site_connection_v2 opentelekomcloud_vpnaas_site_connection_v2} Resource.
type VpnaasSiteConnectionV2Config ¶
type VpnaasSiteConnectionV2Config struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count interface{} `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://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.35.1/docs/resources/vpnaas_site_connection_v2#ikepolicy_id VpnaasSiteConnectionV2#ikepolicy_id}. IkepolicyId *string `field:"required" json:"ikepolicyId" yaml:"ikepolicyId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.35.1/docs/resources/vpnaas_site_connection_v2#ipsecpolicy_id VpnaasSiteConnectionV2#ipsecpolicy_id}. IpsecpolicyId *string `field:"required" json:"ipsecpolicyId" yaml:"ipsecpolicyId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.35.1/docs/resources/vpnaas_site_connection_v2#peer_address VpnaasSiteConnectionV2#peer_address}. PeerAddress *string `field:"required" json:"peerAddress" yaml:"peerAddress"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.35.1/docs/resources/vpnaas_site_connection_v2#peer_id VpnaasSiteConnectionV2#peer_id}. PeerId *string `field:"required" json:"peerId" yaml:"peerId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.35.1/docs/resources/vpnaas_site_connection_v2#psk VpnaasSiteConnectionV2#psk}. Psk *string `field:"required" json:"psk" yaml:"psk"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.35.1/docs/resources/vpnaas_site_connection_v2#vpnservice_id VpnaasSiteConnectionV2#vpnservice_id}. VpnserviceId *string `field:"required" json:"vpnserviceId" yaml:"vpnserviceId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.35.1/docs/resources/vpnaas_site_connection_v2#admin_state_up VpnaasSiteConnectionV2#admin_state_up}. AdminStateUp interface{} `field:"optional" json:"adminStateUp" yaml:"adminStateUp"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.35.1/docs/resources/vpnaas_site_connection_v2#description VpnaasSiteConnectionV2#description}. Description *string `field:"optional" json:"description" yaml:"description"` // dpd block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.35.1/docs/resources/vpnaas_site_connection_v2#dpd VpnaasSiteConnectionV2#dpd} Dpd interface{} `field:"optional" json:"dpd" yaml:"dpd"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.35.1/docs/resources/vpnaas_site_connection_v2#id VpnaasSiteConnectionV2#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://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.35.1/docs/resources/vpnaas_site_connection_v2#initiator VpnaasSiteConnectionV2#initiator}. Initiator *string `field:"optional" json:"initiator" yaml:"initiator"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.35.1/docs/resources/vpnaas_site_connection_v2#local_ep_group_id VpnaasSiteConnectionV2#local_ep_group_id}. LocalEpGroupId *string `field:"optional" json:"localEpGroupId" yaml:"localEpGroupId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.35.1/docs/resources/vpnaas_site_connection_v2#local_id VpnaasSiteConnectionV2#local_id}. LocalId *string `field:"optional" json:"localId" yaml:"localId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.35.1/docs/resources/vpnaas_site_connection_v2#mtu VpnaasSiteConnectionV2#mtu}. Mtu *float64 `field:"optional" json:"mtu" yaml:"mtu"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.35.1/docs/resources/vpnaas_site_connection_v2#name VpnaasSiteConnectionV2#name}. Name *string `field:"optional" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.35.1/docs/resources/vpnaas_site_connection_v2#peer_cidrs VpnaasSiteConnectionV2#peer_cidrs}. PeerCidrs *[]*string `field:"optional" json:"peerCidrs" yaml:"peerCidrs"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.35.1/docs/resources/vpnaas_site_connection_v2#peer_ep_group_id VpnaasSiteConnectionV2#peer_ep_group_id}. PeerEpGroupId *string `field:"optional" json:"peerEpGroupId" yaml:"peerEpGroupId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.35.1/docs/resources/vpnaas_site_connection_v2#region VpnaasSiteConnectionV2#region}. Region *string `field:"optional" json:"region" yaml:"region"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.35.1/docs/resources/vpnaas_site_connection_v2#tags VpnaasSiteConnectionV2#tags}. Tags *map[string]*string `field:"optional" json:"tags" yaml:"tags"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.35.1/docs/resources/vpnaas_site_connection_v2#tenant_id VpnaasSiteConnectionV2#tenant_id}. TenantId *string `field:"optional" json:"tenantId" yaml:"tenantId"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.35.1/docs/resources/vpnaas_site_connection_v2#timeouts VpnaasSiteConnectionV2#timeouts} Timeouts *VpnaasSiteConnectionV2Timeouts `field:"optional" json:"timeouts" yaml:"timeouts"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.35.1/docs/resources/vpnaas_site_connection_v2#value_specs VpnaasSiteConnectionV2#value_specs}. ValueSpecs *map[string]*string `field:"optional" json:"valueSpecs" yaml:"valueSpecs"` }
type VpnaasSiteConnectionV2Dpd ¶
type VpnaasSiteConnectionV2Dpd struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.35.1/docs/resources/vpnaas_site_connection_v2#action VpnaasSiteConnectionV2#action}. Action *string `field:"optional" json:"action" yaml:"action"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.35.1/docs/resources/vpnaas_site_connection_v2#interval VpnaasSiteConnectionV2#interval}. Interval *float64 `field:"optional" json:"interval" yaml:"interval"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.35.1/docs/resources/vpnaas_site_connection_v2#timeout VpnaasSiteConnectionV2#timeout}. Timeout *float64 `field:"optional" json:"timeout" yaml:"timeout"` }
type VpnaasSiteConnectionV2DpdList ¶
type VpnaasSiteConnectionV2DpdList 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) VpnaasSiteConnectionV2DpdOutputReference // 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 NewVpnaasSiteConnectionV2DpdList ¶
func NewVpnaasSiteConnectionV2DpdList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) VpnaasSiteConnectionV2DpdList
type VpnaasSiteConnectionV2DpdOutputReference ¶
type VpnaasSiteConnectionV2DpdOutputReference interface { cdktf.ComplexObject Action() *string SetAction(val *string) ActionInput() *string // 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 // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) Interval() *float64 SetInterval(val *float64) IntervalInput() *float64 // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Timeout() *float64 SetTimeout(val *float64) TimeoutInput() *float64 // 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 ResetAction() ResetInterval() ResetTimeout() // 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 NewVpnaasSiteConnectionV2DpdOutputReference ¶
func NewVpnaasSiteConnectionV2DpdOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) VpnaasSiteConnectionV2DpdOutputReference
type VpnaasSiteConnectionV2Timeouts ¶
type VpnaasSiteConnectionV2Timeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.35.1/docs/resources/vpnaas_site_connection_v2#create VpnaasSiteConnectionV2#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.35.1/docs/resources/vpnaas_site_connection_v2#delete VpnaasSiteConnectionV2#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.35.1/docs/resources/vpnaas_site_connection_v2#update VpnaasSiteConnectionV2#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type VpnaasSiteConnectionV2TimeoutsOutputReference ¶
type VpnaasSiteConnectionV2TimeoutsOutputReference 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) Update() *string SetUpdate(val *string) UpdateInput() *string // 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() ResetUpdate() // 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 NewVpnaasSiteConnectionV2TimeoutsOutputReference ¶
func NewVpnaasSiteConnectionV2TimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) VpnaasSiteConnectionV2TimeoutsOutputReference
Source Files ¶
- VpnaasSiteConnectionV2.go
- VpnaasSiteConnectionV2Config.go
- VpnaasSiteConnectionV2Dpd.go
- VpnaasSiteConnectionV2DpdList.go
- VpnaasSiteConnectionV2DpdList__checks.go
- VpnaasSiteConnectionV2DpdOutputReference.go
- VpnaasSiteConnectionV2DpdOutputReference__checks.go
- VpnaasSiteConnectionV2Timeouts.go
- VpnaasSiteConnectionV2TimeoutsOutputReference.go
- VpnaasSiteConnectionV2TimeoutsOutputReference__checks.go
- VpnaasSiteConnectionV2__checks.go
- main.go