Documentation ¶
Index ¶
- func GoogleComputeNetwork_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func GoogleComputeNetwork_IsConstruct(x interface{}) *bool
- func GoogleComputeNetwork_IsTerraformElement(x interface{}) *bool
- func GoogleComputeNetwork_IsTerraformResource(x interface{}) *bool
- func GoogleComputeNetwork_TfResourceType() *string
- func NewGoogleComputeNetworkTimeoutsOutputReference_Override(g GoogleComputeNetworkTimeoutsOutputReference, ...)
- func NewGoogleComputeNetwork_Override(g GoogleComputeNetwork, scope constructs.Construct, id *string, ...)
- type GoogleComputeNetwork
- type GoogleComputeNetworkConfig
- type GoogleComputeNetworkTimeouts
- type GoogleComputeNetworkTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GoogleComputeNetwork_GenerateConfigForImport ¶
func GoogleComputeNetwork_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a GoogleComputeNetwork resource upon running "cdktf plan <stack-name>".
func GoogleComputeNetwork_IsConstruct ¶
func GoogleComputeNetwork_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 GoogleComputeNetwork_IsTerraformElement ¶
func GoogleComputeNetwork_IsTerraformElement(x interface{}) *bool
Experimental.
func GoogleComputeNetwork_IsTerraformResource ¶
func GoogleComputeNetwork_IsTerraformResource(x interface{}) *bool
Experimental.
func GoogleComputeNetwork_TfResourceType ¶
func GoogleComputeNetwork_TfResourceType() *string
func NewGoogleComputeNetworkTimeoutsOutputReference_Override ¶
func NewGoogleComputeNetworkTimeoutsOutputReference_Override(g GoogleComputeNetworkTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleComputeNetwork_Override ¶
func NewGoogleComputeNetwork_Override(g GoogleComputeNetwork, scope constructs.Construct, id *string, config *GoogleComputeNetworkConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_compute_network google_compute_network} Resource.
Types ¶
type GoogleComputeNetwork ¶
type GoogleComputeNetwork interface { cdktf.TerraformResource AutoCreateSubnetworks() interface{} SetAutoCreateSubnetworks(val interface{}) AutoCreateSubnetworksInput() interface{} BgpAlwaysCompareMed() interface{} SetBgpAlwaysCompareMed(val interface{}) BgpAlwaysCompareMedInput() interface{} BgpBestPathSelectionMode() *string SetBgpBestPathSelectionMode(val *string) BgpBestPathSelectionModeInput() *string BgpInterRegionCost() *string SetBgpInterRegionCost(val *string) BgpInterRegionCostInput() *string // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) DeleteDefaultRoutesOnCreate() interface{} SetDeleteDefaultRoutesOnCreate(val interface{}) DeleteDefaultRoutesOnCreateInput() interface{} // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) Description() *string SetDescription(val *string) DescriptionInput() *string EnableUlaInternalIpv6() interface{} SetEnableUlaInternalIpv6(val interface{}) EnableUlaInternalIpv6Input() interface{} // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string GatewayIpv4() *string Id() *string SetId(val *string) IdInput() *string InternalIpv6Range() *string SetInternalIpv6Range(val *string) InternalIpv6RangeInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Mtu() *float64 SetMtu(val *float64) MtuInput() *float64 Name() *string SetName(val *string) NameInput() *string NetworkFirewallPolicyEnforcementOrder() *string SetNetworkFirewallPolicyEnforcementOrder(val *string) NetworkFirewallPolicyEnforcementOrderInput() *string // The tree node. Node() constructs.Node NumericId() *string Project() *string SetProject(val *string) ProjectInput() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} RoutingMode() *string SetRoutingMode(val *string) RoutingModeInput() *string SelfLink() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() GoogleComputeNetworkTimeoutsOutputReference TimeoutsInput() interface{} // Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. // Experimental. AddMoveTarget(moveTarget *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. HasResourceMove() interface{} // Experimental. ImportFrom(id *string, provider cdktf.TerraformProvider) // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Move the resource corresponding to "id" to this resource. // // Note that the resource being moved from must be marked as moved using it's instance function. // Experimental. MoveFromId(id *string) // Moves this resource to the target resource given by moveTarget. // Experimental. MoveTo(moveTarget *string, index interface{}) // Moves this resource to the resource corresponding to "id". // Experimental. MoveToId(id *string) // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutTimeouts(value *GoogleComputeNetworkTimeouts) ResetAutoCreateSubnetworks() ResetBgpAlwaysCompareMed() ResetBgpBestPathSelectionMode() ResetBgpInterRegionCost() ResetDeleteDefaultRoutesOnCreate() ResetDescription() ResetEnableUlaInternalIpv6() ResetId() ResetInternalIpv6Range() ResetMtu() ResetNetworkFirewallPolicyEnforcementOrder() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetProject() ResetRoutingMode() ResetTimeouts() SynthesizeAttributes() *map[string]interface{} SynthesizeHclAttributes() *map[string]interface{} // Experimental. ToHclTerraform() 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/hashicorp/google-beta/6.7.0/docs/resources/google_compute_network google_compute_network}.
func NewGoogleComputeNetwork ¶
func NewGoogleComputeNetwork(scope constructs.Construct, id *string, config *GoogleComputeNetworkConfig) GoogleComputeNetwork
Create a new {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_compute_network google_compute_network} Resource.
type GoogleComputeNetworkConfig ¶
type GoogleComputeNetworkConfig 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"` // Name of the resource. // // Provided by the client when the resource is // created. The name must be 1-63 characters long, and comply with // RFC1035. Specifically, the name must be 1-63 characters long and match // the regular expression '[a-z]([-a-z0-9]*[a-z0-9])?' which means the // first character must be a lowercase letter, and all following // characters must be a dash, lowercase letter, or digit, except the last // character, which cannot be a dash. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_compute_network#name GoogleComputeNetwork#name} Name *string `field:"required" json:"name" yaml:"name"` // When set to 'true', the network is created in "auto subnet mode" and it will create a subnet for each region automatically across the '10.128.0.0/9' address range. // // When set to 'false', the network is created in "custom subnet mode" so // the user can explicitly connect subnetwork resources. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_compute_network#auto_create_subnetworks GoogleComputeNetwork#auto_create_subnetworks} AutoCreateSubnetworks interface{} `field:"optional" json:"autoCreateSubnetworks" yaml:"autoCreateSubnetworks"` // Enables/disables the comparison of MED across routes with different Neighbor ASNs. // // This value can only be set if the --bgp-best-path-selection-mode is STANDARD // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_compute_network#bgp_always_compare_med GoogleComputeNetwork#bgp_always_compare_med} BgpAlwaysCompareMed interface{} `field:"optional" json:"bgpAlwaysCompareMed" yaml:"bgpAlwaysCompareMed"` // The BGP best selection algorithm to be employed. MODE can be LEGACY or STANDARD. Possible values: ["LEGACY", "STANDARD"]. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_compute_network#bgp_best_path_selection_mode GoogleComputeNetwork#bgp_best_path_selection_mode} BgpBestPathSelectionMode *string `field:"optional" json:"bgpBestPathSelectionMode" yaml:"bgpBestPathSelectionMode"` // Choice of the behavior of inter-regional cost and MED in the BPS algorithm. Possible values: ["DEFAULT", "ADD_COST_TO_MED"]. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_compute_network#bgp_inter_region_cost GoogleComputeNetwork#bgp_inter_region_cost} BgpInterRegionCost *string `field:"optional" json:"bgpInterRegionCost" yaml:"bgpInterRegionCost"` // If set to 'true', default routes ('0.0.0.0/0') will be deleted immediately after network creation. Defaults to 'false'. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_compute_network#delete_default_routes_on_create GoogleComputeNetwork#delete_default_routes_on_create} DeleteDefaultRoutesOnCreate interface{} `field:"optional" json:"deleteDefaultRoutesOnCreate" yaml:"deleteDefaultRoutesOnCreate"` // An optional description of this resource. The resource must be recreated to modify this field. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_compute_network#description GoogleComputeNetwork#description} Description *string `field:"optional" json:"description" yaml:"description"` // Enable ULA internal ipv6 on this network. Enabling this feature will assign a /48 from google defined ULA prefix fd20::/20. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_compute_network#enable_ula_internal_ipv6 GoogleComputeNetwork#enable_ula_internal_ipv6} EnableUlaInternalIpv6 interface{} `field:"optional" json:"enableUlaInternalIpv6" yaml:"enableUlaInternalIpv6"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_compute_network#id GoogleComputeNetwork#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"` // When enabling ula internal ipv6, caller optionally can specify the /48 range they want from the google defined ULA prefix fd20::/20. // // The input must be a // valid /48 ULA IPv6 address and must be within the fd20::/20. Operation will // fail if the speficied /48 is already in used by another resource. // If the field is not speficied, then a /48 range will be randomly allocated from fd20::/20 and returned via this field. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_compute_network#internal_ipv6_range GoogleComputeNetwork#internal_ipv6_range} InternalIpv6Range *string `field:"optional" json:"internalIpv6Range" yaml:"internalIpv6Range"` // Maximum Transmission Unit in bytes. // // The default value is 1460 bytes. // The minimum value for this field is 1300 and the maximum value is 8896 bytes (jumbo frames). // Note that packets larger than 1500 bytes (standard Ethernet) can be subject to TCP-MSS clamping or dropped // with an ICMP 'Fragmentation-Needed' message if the packets are routed to the Internet or other VPCs // with varying MTUs. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_compute_network#mtu GoogleComputeNetwork#mtu} Mtu *float64 `field:"optional" json:"mtu" yaml:"mtu"` // Set the order that Firewall Rules and Firewall Policies are evaluated. Default value: "AFTER_CLASSIC_FIREWALL" Possible values: ["BEFORE_CLASSIC_FIREWALL", "AFTER_CLASSIC_FIREWALL"]. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_compute_network#network_firewall_policy_enforcement_order GoogleComputeNetwork#network_firewall_policy_enforcement_order} NetworkFirewallPolicyEnforcementOrder *string `field:"optional" json:"networkFirewallPolicyEnforcementOrder" yaml:"networkFirewallPolicyEnforcementOrder"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_compute_network#project GoogleComputeNetwork#project}. Project *string `field:"optional" json:"project" yaml:"project"` // The network-wide routing mode to use. // // If set to 'REGIONAL', this // network's cloud routers will only advertise routes with subnetworks // of this network in the same region as the router. If set to 'GLOBAL', // this network's cloud routers will advertise routes with all // subnetworks of this network, across regions. Possible values: ["REGIONAL", "GLOBAL"] // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_compute_network#routing_mode GoogleComputeNetwork#routing_mode} RoutingMode *string `field:"optional" json:"routingMode" yaml:"routingMode"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_compute_network#timeouts GoogleComputeNetwork#timeouts} Timeouts *GoogleComputeNetworkTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type GoogleComputeNetworkTimeouts ¶
type GoogleComputeNetworkTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_compute_network#create GoogleComputeNetwork#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_compute_network#delete GoogleComputeNetwork#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_compute_network#update GoogleComputeNetwork#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type GoogleComputeNetworkTimeoutsOutputReference ¶
type GoogleComputeNetworkTimeoutsOutputReference 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 NewGoogleComputeNetworkTimeoutsOutputReference ¶
func NewGoogleComputeNetworkTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleComputeNetworkTimeoutsOutputReference