Documentation
¶
Index ¶
- func NewVirtualNetworkGatewayBgpSettingsOutputReference_Override(v VirtualNetworkGatewayBgpSettingsOutputReference, ...)
- func NewVirtualNetworkGatewayIpConfigurationList_Override(v VirtualNetworkGatewayIpConfigurationList, ...)
- func NewVirtualNetworkGatewayIpConfigurationOutputReference_Override(v VirtualNetworkGatewayIpConfigurationOutputReference, ...)
- func NewVirtualNetworkGatewayTimeoutsOutputReference_Override(v VirtualNetworkGatewayTimeoutsOutputReference, ...)
- func NewVirtualNetworkGatewayVpnClientConfigurationOutputReference_Override(v VirtualNetworkGatewayVpnClientConfigurationOutputReference, ...)
- func NewVirtualNetworkGatewayVpnClientConfigurationRevokedCertificateList_Override(v VirtualNetworkGatewayVpnClientConfigurationRevokedCertificateList, ...)
- func NewVirtualNetworkGatewayVpnClientConfigurationRevokedCertificateOutputReference_Override(v VirtualNetworkGatewayVpnClientConfigurationRevokedCertificateOutputReference, ...)
- func NewVirtualNetworkGatewayVpnClientConfigurationRootCertificateList_Override(v VirtualNetworkGatewayVpnClientConfigurationRootCertificateList, ...)
- func NewVirtualNetworkGatewayVpnClientConfigurationRootCertificateOutputReference_Override(v VirtualNetworkGatewayVpnClientConfigurationRootCertificateOutputReference, ...)
- func NewVirtualNetworkGateway_Override(v VirtualNetworkGateway, scope constructs.Construct, id *string, ...)
- func VirtualNetworkGateway_IsConstruct(x interface{}) *bool
- func VirtualNetworkGateway_TfResourceType() *string
- type VirtualNetworkGateway
- type VirtualNetworkGatewayBgpSettings
- type VirtualNetworkGatewayBgpSettingsOutputReference
- type VirtualNetworkGatewayConfig
- type VirtualNetworkGatewayIpConfiguration
- type VirtualNetworkGatewayIpConfigurationList
- type VirtualNetworkGatewayIpConfigurationOutputReference
- type VirtualNetworkGatewayTimeouts
- type VirtualNetworkGatewayTimeoutsOutputReference
- type VirtualNetworkGatewayVpnClientConfiguration
- type VirtualNetworkGatewayVpnClientConfigurationOutputReference
- type VirtualNetworkGatewayVpnClientConfigurationRevokedCertificate
- type VirtualNetworkGatewayVpnClientConfigurationRevokedCertificateList
- type VirtualNetworkGatewayVpnClientConfigurationRevokedCertificateOutputReference
- type VirtualNetworkGatewayVpnClientConfigurationRootCertificate
- type VirtualNetworkGatewayVpnClientConfigurationRootCertificateList
- type VirtualNetworkGatewayVpnClientConfigurationRootCertificateOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewVirtualNetworkGatewayBgpSettingsOutputReference_Override ¶
func NewVirtualNetworkGatewayBgpSettingsOutputReference_Override(v VirtualNetworkGatewayBgpSettingsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewVirtualNetworkGatewayIpConfigurationList_Override ¶
func NewVirtualNetworkGatewayIpConfigurationList_Override(v VirtualNetworkGatewayIpConfigurationList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewVirtualNetworkGatewayIpConfigurationOutputReference_Override ¶
func NewVirtualNetworkGatewayIpConfigurationOutputReference_Override(v VirtualNetworkGatewayIpConfigurationOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewVirtualNetworkGatewayTimeoutsOutputReference_Override ¶
func NewVirtualNetworkGatewayTimeoutsOutputReference_Override(v VirtualNetworkGatewayTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewVirtualNetworkGatewayVpnClientConfigurationOutputReference_Override ¶
func NewVirtualNetworkGatewayVpnClientConfigurationOutputReference_Override(v VirtualNetworkGatewayVpnClientConfigurationOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewVirtualNetworkGatewayVpnClientConfigurationRevokedCertificateList_Override ¶
func NewVirtualNetworkGatewayVpnClientConfigurationRevokedCertificateList_Override(v VirtualNetworkGatewayVpnClientConfigurationRevokedCertificateList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewVirtualNetworkGatewayVpnClientConfigurationRevokedCertificateOutputReference_Override ¶
func NewVirtualNetworkGatewayVpnClientConfigurationRevokedCertificateOutputReference_Override(v VirtualNetworkGatewayVpnClientConfigurationRevokedCertificateOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewVirtualNetworkGatewayVpnClientConfigurationRootCertificateList_Override ¶
func NewVirtualNetworkGatewayVpnClientConfigurationRootCertificateList_Override(v VirtualNetworkGatewayVpnClientConfigurationRootCertificateList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewVirtualNetworkGatewayVpnClientConfigurationRootCertificateOutputReference_Override ¶
func NewVirtualNetworkGatewayVpnClientConfigurationRootCertificateOutputReference_Override(v VirtualNetworkGatewayVpnClientConfigurationRootCertificateOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewVirtualNetworkGateway_Override ¶
func NewVirtualNetworkGateway_Override(v VirtualNetworkGateway, scope constructs.Construct, id *string, config *VirtualNetworkGatewayConfig)
Create a new {@link https://www.terraform.io/docs/providers/azurestack/r/virtual_network_gateway azurestack_virtual_network_gateway} Resource.
func VirtualNetworkGateway_IsConstruct ¶
func VirtualNetworkGateway_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 VirtualNetworkGateway_TfResourceType ¶
func VirtualNetworkGateway_TfResourceType() *string
Types ¶
type VirtualNetworkGateway ¶
type VirtualNetworkGateway interface {
cdktf.TerraformResource
ActiveActive() interface{}
SetActiveActive(val interface{})
ActiveActiveInput() interface{}
BgpSettings() VirtualNetworkGatewayBgpSettingsOutputReference
BgpSettingsInput() *VirtualNetworkGatewayBgpSettings
// Experimental.
CdktfStack() cdktf.TerraformStack
// Experimental.
Connection() interface{}
// Experimental.
SetConnection(val interface{})
// Experimental.
ConstructNodeMetadata() *map[string]interface{}
// Experimental.
Count() *float64
// Experimental.
SetCount(val *float64)
DefaultLocalNetworkGatewayId() *string
SetDefaultLocalNetworkGatewayId(val *string)
DefaultLocalNetworkGatewayIdInput() *string
// Experimental.
DependsOn() *[]*string
// Experimental.
SetDependsOn(val *[]*string)
EnableBgp() interface{}
SetEnableBgp(val interface{})
EnableBgpInput() interface{}
// Experimental.
ForEach() cdktf.ITerraformIterator
// Experimental.
SetForEach(val cdktf.ITerraformIterator)
// Experimental.
Fqn() *string
// Experimental.
FriendlyUniqueId() *string
Id() *string
SetId(val *string)
IdInput() *string
IpConfiguration() VirtualNetworkGatewayIpConfigurationList
IpConfigurationInput() interface{}
// Experimental.
Lifecycle() *cdktf.TerraformResourceLifecycle
// Experimental.
SetLifecycle(val *cdktf.TerraformResourceLifecycle)
Location() *string
SetLocation(val *string)
LocationInput() *string
Name() *string
SetName(val *string)
NameInput() *string
// The tree node.
Node() constructs.Node
// Experimental.
Provider() cdktf.TerraformProvider
// Experimental.
SetProvider(val cdktf.TerraformProvider)
// Experimental.
Provisioners() *[]interface{}
// Experimental.
SetProvisioners(val *[]interface{})
// Experimental.
RawOverrides() interface{}
ResourceGroupName() *string
SetResourceGroupName(val *string)
ResourceGroupNameInput() *string
Sku() *string
SetSku(val *string)
SkuInput() *string
Tags() *map[string]*string
SetTags(val *map[string]*string)
TagsInput() *map[string]*string
// Experimental.
TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata
// Experimental.
TerraformMetaArguments() *map[string]interface{}
// Experimental.
TerraformResourceType() *string
Timeouts() VirtualNetworkGatewayTimeoutsOutputReference
TimeoutsInput() interface{}
Type() *string
SetType(val *string)
TypeInput() *string
VpnClientConfiguration() VirtualNetworkGatewayVpnClientConfigurationOutputReference
VpnClientConfigurationInput() *VirtualNetworkGatewayVpnClientConfiguration
VpnType() *string
SetVpnType(val *string)
VpnTypeInput() *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)
PutBgpSettings(value *VirtualNetworkGatewayBgpSettings)
PutIpConfiguration(value interface{})
PutTimeouts(value *VirtualNetworkGatewayTimeouts)
PutVpnClientConfiguration(value *VirtualNetworkGatewayVpnClientConfiguration)
ResetActiveActive()
ResetBgpSettings()
ResetDefaultLocalNetworkGatewayId()
ResetEnableBgp()
ResetId()
// Resets a previously passed logical Id to use the auto-generated logical id again.
// Experimental.
ResetOverrideLogicalId()
ResetTags()
ResetTimeouts()
ResetVpnClientConfiguration()
ResetVpnType()
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/azurestack/r/virtual_network_gateway azurestack_virtual_network_gateway}.
func NewVirtualNetworkGateway ¶
func NewVirtualNetworkGateway(scope constructs.Construct, id *string, config *VirtualNetworkGatewayConfig) VirtualNetworkGateway
Create a new {@link https://www.terraform.io/docs/providers/azurestack/r/virtual_network_gateway azurestack_virtual_network_gateway} Resource.
type VirtualNetworkGatewayBgpSettings ¶
type VirtualNetworkGatewayBgpSettings struct {
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/virtual_network_gateway#asn VirtualNetworkGateway#asn}.
Asn *float64 `field:"optional" json:"asn" yaml:"asn"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/virtual_network_gateway#peering_address VirtualNetworkGateway#peering_address}.
PeeringAddress *string `field:"optional" json:"peeringAddress" yaml:"peeringAddress"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/virtual_network_gateway#peer_weight VirtualNetworkGateway#peer_weight}.
PeerWeight *float64 `field:"optional" json:"peerWeight" yaml:"peerWeight"`
}
type VirtualNetworkGatewayBgpSettingsOutputReference ¶
type VirtualNetworkGatewayBgpSettingsOutputReference interface {
cdktf.ComplexObject
Asn() *float64
SetAsn(val *float64)
AsnInput() *float64
// 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() *VirtualNetworkGatewayBgpSettings
SetInternalValue(val *VirtualNetworkGatewayBgpSettings)
PeeringAddress() *string
SetPeeringAddress(val *string)
PeeringAddressInput() *string
PeerWeight() *float64
SetPeerWeight(val *float64)
PeerWeightInput() *float64
// 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
ResetAsn()
ResetPeeringAddress()
ResetPeerWeight()
// 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 NewVirtualNetworkGatewayBgpSettingsOutputReference ¶
func NewVirtualNetworkGatewayBgpSettingsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) VirtualNetworkGatewayBgpSettingsOutputReference
type VirtualNetworkGatewayConfig ¶
type VirtualNetworkGatewayConfig 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"`
// ip_configuration block.
//
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/virtual_network_gateway#ip_configuration VirtualNetworkGateway#ip_configuration}
IpConfiguration interface{} `field:"required" json:"ipConfiguration" yaml:"ipConfiguration"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/virtual_network_gateway#location VirtualNetworkGateway#location}.
Location *string `field:"required" json:"location" yaml:"location"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/virtual_network_gateway#name VirtualNetworkGateway#name}.
Name *string `field:"required" json:"name" yaml:"name"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/virtual_network_gateway#resource_group_name VirtualNetworkGateway#resource_group_name}.
ResourceGroupName *string `field:"required" json:"resourceGroupName" yaml:"resourceGroupName"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/virtual_network_gateway#sku VirtualNetworkGateway#sku}.
Sku *string `field:"required" json:"sku" yaml:"sku"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/virtual_network_gateway#type VirtualNetworkGateway#type}.
Type *string `field:"required" json:"type" yaml:"type"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/virtual_network_gateway#active_active VirtualNetworkGateway#active_active}.
ActiveActive interface{} `field:"optional" json:"activeActive" yaml:"activeActive"`
// bgp_settings block.
//
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/virtual_network_gateway#bgp_settings VirtualNetworkGateway#bgp_settings}
BgpSettings *VirtualNetworkGatewayBgpSettings `field:"optional" json:"bgpSettings" yaml:"bgpSettings"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/virtual_network_gateway#default_local_network_gateway_id VirtualNetworkGateway#default_local_network_gateway_id}.
DefaultLocalNetworkGatewayId *string `field:"optional" json:"defaultLocalNetworkGatewayId" yaml:"defaultLocalNetworkGatewayId"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/virtual_network_gateway#enable_bgp VirtualNetworkGateway#enable_bgp}.
EnableBgp interface{} `field:"optional" json:"enableBgp" yaml:"enableBgp"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/virtual_network_gateway#id VirtualNetworkGateway#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/azurestack/r/virtual_network_gateway#tags VirtualNetworkGateway#tags}.
Tags *map[string]*string `field:"optional" json:"tags" yaml:"tags"`
// timeouts block.
//
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/virtual_network_gateway#timeouts VirtualNetworkGateway#timeouts}
Timeouts *VirtualNetworkGatewayTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"`
// vpn_client_configuration block.
//
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/virtual_network_gateway#vpn_client_configuration VirtualNetworkGateway#vpn_client_configuration}
VpnClientConfiguration *VirtualNetworkGatewayVpnClientConfiguration `field:"optional" json:"vpnClientConfiguration" yaml:"vpnClientConfiguration"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/virtual_network_gateway#vpn_type VirtualNetworkGateway#vpn_type}.
VpnType *string `field:"optional" json:"vpnType" yaml:"vpnType"`
}
type VirtualNetworkGatewayIpConfiguration ¶
type VirtualNetworkGatewayIpConfiguration struct {
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/virtual_network_gateway#public_ip_address_id VirtualNetworkGateway#public_ip_address_id}.
PublicIpAddressId *string `field:"required" json:"publicIpAddressId" yaml:"publicIpAddressId"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/virtual_network_gateway#subnet_id VirtualNetworkGateway#subnet_id}.
SubnetId *string `field:"required" json:"subnetId" yaml:"subnetId"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/virtual_network_gateway#name VirtualNetworkGateway#name}.
Name *string `field:"optional" json:"name" yaml:"name"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/virtual_network_gateway#private_ip_address_allocation VirtualNetworkGateway#private_ip_address_allocation}.
PrivateIpAddressAllocation *string `field:"optional" json:"privateIpAddressAllocation" yaml:"privateIpAddressAllocation"`
}
type VirtualNetworkGatewayIpConfigurationList ¶
type VirtualNetworkGatewayIpConfigurationList 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) VirtualNetworkGatewayIpConfigurationOutputReference
// 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 NewVirtualNetworkGatewayIpConfigurationList ¶
func NewVirtualNetworkGatewayIpConfigurationList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) VirtualNetworkGatewayIpConfigurationList
type VirtualNetworkGatewayIpConfigurationOutputReference ¶
type VirtualNetworkGatewayIpConfigurationOutputReference 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
// Experimental.
Fqn() *string
InternalValue() interface{}
SetInternalValue(val interface{})
Name() *string
SetName(val *string)
NameInput() *string
PrivateIpAddressAllocation() *string
SetPrivateIpAddressAllocation(val *string)
PrivateIpAddressAllocationInput() *string
PublicIpAddressId() *string
SetPublicIpAddressId(val *string)
PublicIpAddressIdInput() *string
SubnetId() *string
SetSubnetId(val *string)
SubnetIdInput() *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
ResetName()
ResetPrivateIpAddressAllocation()
// 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 NewVirtualNetworkGatewayIpConfigurationOutputReference ¶
func NewVirtualNetworkGatewayIpConfigurationOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) VirtualNetworkGatewayIpConfigurationOutputReference
type VirtualNetworkGatewayTimeouts ¶
type VirtualNetworkGatewayTimeouts struct {
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/virtual_network_gateway#create VirtualNetworkGateway#create}.
Create *string `field:"optional" json:"create" yaml:"create"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/virtual_network_gateway#delete VirtualNetworkGateway#delete}.
Delete *string `field:"optional" json:"delete" yaml:"delete"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/virtual_network_gateway#read VirtualNetworkGateway#read}.
Read *string `field:"optional" json:"read" yaml:"read"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/virtual_network_gateway#update VirtualNetworkGateway#update}.
Update *string `field:"optional" json:"update" yaml:"update"`
}
type VirtualNetworkGatewayTimeoutsOutputReference ¶
type VirtualNetworkGatewayTimeoutsOutputReference 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{})
Read() *string
SetRead(val *string)
ReadInput() *string
// 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()
ResetRead()
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 NewVirtualNetworkGatewayTimeoutsOutputReference ¶
func NewVirtualNetworkGatewayTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) VirtualNetworkGatewayTimeoutsOutputReference
type VirtualNetworkGatewayVpnClientConfiguration ¶
type VirtualNetworkGatewayVpnClientConfiguration struct {
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/virtual_network_gateway#address_space VirtualNetworkGateway#address_space}.
AddressSpace *[]*string `field:"required" json:"addressSpace" yaml:"addressSpace"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/virtual_network_gateway#radius_server_address VirtualNetworkGateway#radius_server_address}.
RadiusServerAddress *string `field:"optional" json:"radiusServerAddress" yaml:"radiusServerAddress"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/virtual_network_gateway#radius_server_secret VirtualNetworkGateway#radius_server_secret}.
RadiusServerSecret *string `field:"optional" json:"radiusServerSecret" yaml:"radiusServerSecret"`
// revoked_certificate block.
//
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/virtual_network_gateway#revoked_certificate VirtualNetworkGateway#revoked_certificate}
RevokedCertificate interface{} `field:"optional" json:"revokedCertificate" yaml:"revokedCertificate"`
// root_certificate block.
//
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/virtual_network_gateway#root_certificate VirtualNetworkGateway#root_certificate}
RootCertificate interface{} `field:"optional" json:"rootCertificate" yaml:"rootCertificate"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/virtual_network_gateway#vpn_client_protocols VirtualNetworkGateway#vpn_client_protocols}.
VpnClientProtocols *[]*string `field:"optional" json:"vpnClientProtocols" yaml:"vpnClientProtocols"`
}
type VirtualNetworkGatewayVpnClientConfigurationOutputReference ¶
type VirtualNetworkGatewayVpnClientConfigurationOutputReference interface {
cdktf.ComplexObject
AddressSpace() *[]*string
SetAddressSpace(val *[]*string)
AddressSpaceInput() *[]*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() *VirtualNetworkGatewayVpnClientConfiguration
SetInternalValue(val *VirtualNetworkGatewayVpnClientConfiguration)
RadiusServerAddress() *string
SetRadiusServerAddress(val *string)
RadiusServerAddressInput() *string
RadiusServerSecret() *string
SetRadiusServerSecret(val *string)
RadiusServerSecretInput() *string
RevokedCertificate() VirtualNetworkGatewayVpnClientConfigurationRevokedCertificateList
RevokedCertificateInput() interface{}
RootCertificate() VirtualNetworkGatewayVpnClientConfigurationRootCertificateList
RootCertificateInput() interface{}
// Experimental.
TerraformAttribute() *string
// Experimental.
SetTerraformAttribute(val *string)
// Experimental.
TerraformResource() cdktf.IInterpolatingParent
// Experimental.
SetTerraformResource(val cdktf.IInterpolatingParent)
VpnClientProtocols() *[]*string
SetVpnClientProtocols(val *[]*string)
VpnClientProtocolsInput() *[]*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
PutRevokedCertificate(value interface{})
PutRootCertificate(value interface{})
ResetRadiusServerAddress()
ResetRadiusServerSecret()
ResetRevokedCertificate()
ResetRootCertificate()
ResetVpnClientProtocols()
// 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 NewVirtualNetworkGatewayVpnClientConfigurationOutputReference ¶
func NewVirtualNetworkGatewayVpnClientConfigurationOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) VirtualNetworkGatewayVpnClientConfigurationOutputReference
type VirtualNetworkGatewayVpnClientConfigurationRevokedCertificate ¶
type VirtualNetworkGatewayVpnClientConfigurationRevokedCertificate struct {
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/virtual_network_gateway#name VirtualNetworkGateway#name}.
Name *string `field:"required" json:"name" yaml:"name"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/virtual_network_gateway#thumbprint VirtualNetworkGateway#thumbprint}.
Thumbprint *string `field:"required" json:"thumbprint" yaml:"thumbprint"`
}
type VirtualNetworkGatewayVpnClientConfigurationRevokedCertificateList ¶
type VirtualNetworkGatewayVpnClientConfigurationRevokedCertificateList 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) VirtualNetworkGatewayVpnClientConfigurationRevokedCertificateOutputReference
// 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 NewVirtualNetworkGatewayVpnClientConfigurationRevokedCertificateList ¶
func NewVirtualNetworkGatewayVpnClientConfigurationRevokedCertificateList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) VirtualNetworkGatewayVpnClientConfigurationRevokedCertificateList
type VirtualNetworkGatewayVpnClientConfigurationRevokedCertificateOutputReference ¶
type VirtualNetworkGatewayVpnClientConfigurationRevokedCertificateOutputReference 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
// Experimental.
Fqn() *string
InternalValue() interface{}
SetInternalValue(val interface{})
Name() *string
SetName(val *string)
NameInput() *string
// Experimental.
TerraformAttribute() *string
// Experimental.
SetTerraformAttribute(val *string)
// Experimental.
TerraformResource() cdktf.IInterpolatingParent
// Experimental.
SetTerraformResource(val cdktf.IInterpolatingParent)
Thumbprint() *string
SetThumbprint(val *string)
ThumbprintInput() *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
// 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 NewVirtualNetworkGatewayVpnClientConfigurationRevokedCertificateOutputReference ¶
func NewVirtualNetworkGatewayVpnClientConfigurationRevokedCertificateOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) VirtualNetworkGatewayVpnClientConfigurationRevokedCertificateOutputReference
type VirtualNetworkGatewayVpnClientConfigurationRootCertificate ¶
type VirtualNetworkGatewayVpnClientConfigurationRootCertificate struct {
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/virtual_network_gateway#name VirtualNetworkGateway#name}.
Name *string `field:"required" json:"name" yaml:"name"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/virtual_network_gateway#public_cert_data VirtualNetworkGateway#public_cert_data}.
PublicCertData *string `field:"required" json:"publicCertData" yaml:"publicCertData"`
}
type VirtualNetworkGatewayVpnClientConfigurationRootCertificateList ¶
type VirtualNetworkGatewayVpnClientConfigurationRootCertificateList 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) VirtualNetworkGatewayVpnClientConfigurationRootCertificateOutputReference
// 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 NewVirtualNetworkGatewayVpnClientConfigurationRootCertificateList ¶
func NewVirtualNetworkGatewayVpnClientConfigurationRootCertificateList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) VirtualNetworkGatewayVpnClientConfigurationRootCertificateList
type VirtualNetworkGatewayVpnClientConfigurationRootCertificateOutputReference ¶
type VirtualNetworkGatewayVpnClientConfigurationRootCertificateOutputReference 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
// Experimental.
Fqn() *string
InternalValue() interface{}
SetInternalValue(val interface{})
Name() *string
SetName(val *string)
NameInput() *string
PublicCertData() *string
SetPublicCertData(val *string)
PublicCertDataInput() *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 NewVirtualNetworkGatewayVpnClientConfigurationRootCertificateOutputReference ¶
func NewVirtualNetworkGatewayVpnClientConfigurationRootCertificateOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) VirtualNetworkGatewayVpnClientConfigurationRootCertificateOutputReference
Source Files
¶
- virtualnetworkgateway.go
- virtualnetworkgateway_VirtualNetworkGateway.go
- virtualnetworkgateway_VirtualNetworkGatewayBgpSettings.go
- virtualnetworkgateway_VirtualNetworkGatewayBgpSettingsOutputReference.go
- virtualnetworkgateway_VirtualNetworkGatewayBgpSettingsOutputReference__runtime_type_checks.go
- virtualnetworkgateway_VirtualNetworkGatewayConfig.go
- virtualnetworkgateway_VirtualNetworkGatewayIpConfiguration.go
- virtualnetworkgateway_VirtualNetworkGatewayIpConfigurationList.go
- virtualnetworkgateway_VirtualNetworkGatewayIpConfigurationList__runtime_type_checks.go
- virtualnetworkgateway_VirtualNetworkGatewayIpConfigurationOutputReference.go
- virtualnetworkgateway_VirtualNetworkGatewayIpConfigurationOutputReference__runtime_type_checks.go
- virtualnetworkgateway_VirtualNetworkGatewayTimeouts.go
- virtualnetworkgateway_VirtualNetworkGatewayTimeoutsOutputReference.go
- virtualnetworkgateway_VirtualNetworkGatewayTimeoutsOutputReference__runtime_type_checks.go
- virtualnetworkgateway_VirtualNetworkGatewayVpnClientConfiguration.go
- virtualnetworkgateway_VirtualNetworkGatewayVpnClientConfigurationOutputReference.go
- virtualnetworkgateway_VirtualNetworkGatewayVpnClientConfigurationOutputReference__runtime_type_checks.go
- virtualnetworkgateway_VirtualNetworkGatewayVpnClientConfigurationRevokedCertificate.go
- virtualnetworkgateway_VirtualNetworkGatewayVpnClientConfigurationRevokedCertificateList.go
- virtualnetworkgateway_VirtualNetworkGatewayVpnClientConfigurationRevokedCertificateList__runtime_type_checks.go
- virtualnetworkgateway_VirtualNetworkGatewayVpnClientConfigurationRevokedCertificateOutputReference.go
- virtualnetworkgateway_VirtualNetworkGatewayVpnClientConfigurationRevokedCertificateOutputReference__runtime_type_checks.go
- virtualnetworkgateway_VirtualNetworkGatewayVpnClientConfigurationRootCertificate.go
- virtualnetworkgateway_VirtualNetworkGatewayVpnClientConfigurationRootCertificateList.go
- virtualnetworkgateway_VirtualNetworkGatewayVpnClientConfigurationRootCertificateList__runtime_type_checks.go
- virtualnetworkgateway_VirtualNetworkGatewayVpnClientConfigurationRootCertificateOutputReference.go
- virtualnetworkgateway_VirtualNetworkGatewayVpnClientConfigurationRootCertificateOutputReference__runtime_type_checks.go
- virtualnetworkgateway_VirtualNetworkGateway__runtime_type_checks.go