Documentation
¶
Index ¶
- func GoogleComputeInterconnect_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func GoogleComputeInterconnect_IsConstruct(x interface{}) *bool
- func GoogleComputeInterconnect_IsTerraformElement(x interface{}) *bool
- func GoogleComputeInterconnect_IsTerraformResource(x interface{}) *bool
- func GoogleComputeInterconnect_TfResourceType() *string
- func NewGoogleComputeInterconnectCircuitInfosList_Override(g GoogleComputeInterconnectCircuitInfosList, ...)
- func NewGoogleComputeInterconnectCircuitInfosOutputReference_Override(g GoogleComputeInterconnectCircuitInfosOutputReference, ...)
- func NewGoogleComputeInterconnectExpectedOutagesList_Override(g GoogleComputeInterconnectExpectedOutagesList, ...)
- func NewGoogleComputeInterconnectExpectedOutagesOutputReference_Override(g GoogleComputeInterconnectExpectedOutagesOutputReference, ...)
- func NewGoogleComputeInterconnectMacsecOutputReference_Override(g GoogleComputeInterconnectMacsecOutputReference, ...)
- func NewGoogleComputeInterconnectMacsecPreSharedKeysList_Override(g GoogleComputeInterconnectMacsecPreSharedKeysList, ...)
- func NewGoogleComputeInterconnectMacsecPreSharedKeysOutputReference_Override(g GoogleComputeInterconnectMacsecPreSharedKeysOutputReference, ...)
- func NewGoogleComputeInterconnectTimeoutsOutputReference_Override(g GoogleComputeInterconnectTimeoutsOutputReference, ...)
- func NewGoogleComputeInterconnect_Override(g GoogleComputeInterconnect, scope constructs.Construct, id *string, ...)
- type GoogleComputeInterconnect
- type GoogleComputeInterconnectCircuitInfos
- type GoogleComputeInterconnectCircuitInfosList
- type GoogleComputeInterconnectCircuitInfosOutputReference
- type GoogleComputeInterconnectConfig
- type GoogleComputeInterconnectExpectedOutages
- type GoogleComputeInterconnectExpectedOutagesList
- type GoogleComputeInterconnectExpectedOutagesOutputReference
- type GoogleComputeInterconnectMacsec
- type GoogleComputeInterconnectMacsecOutputReference
- type GoogleComputeInterconnectMacsecPreSharedKeys
- type GoogleComputeInterconnectMacsecPreSharedKeysList
- type GoogleComputeInterconnectMacsecPreSharedKeysOutputReference
- type GoogleComputeInterconnectTimeouts
- type GoogleComputeInterconnectTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GoogleComputeInterconnect_GenerateConfigForImport ¶
func GoogleComputeInterconnect_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a GoogleComputeInterconnect resource upon running "cdktf plan <stack-name>".
func GoogleComputeInterconnect_IsConstruct ¶
func GoogleComputeInterconnect_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 GoogleComputeInterconnect_IsTerraformElement ¶
func GoogleComputeInterconnect_IsTerraformElement(x interface{}) *bool
Experimental.
func GoogleComputeInterconnect_IsTerraformResource ¶
func GoogleComputeInterconnect_IsTerraformResource(x interface{}) *bool
Experimental.
func GoogleComputeInterconnect_TfResourceType ¶
func GoogleComputeInterconnect_TfResourceType() *string
func NewGoogleComputeInterconnectCircuitInfosList_Override ¶
func NewGoogleComputeInterconnectCircuitInfosList_Override(g GoogleComputeInterconnectCircuitInfosList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGoogleComputeInterconnectCircuitInfosOutputReference_Override ¶
func NewGoogleComputeInterconnectCircuitInfosOutputReference_Override(g GoogleComputeInterconnectCircuitInfosOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGoogleComputeInterconnectExpectedOutagesList_Override ¶
func NewGoogleComputeInterconnectExpectedOutagesList_Override(g GoogleComputeInterconnectExpectedOutagesList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGoogleComputeInterconnectExpectedOutagesOutputReference_Override ¶
func NewGoogleComputeInterconnectExpectedOutagesOutputReference_Override(g GoogleComputeInterconnectExpectedOutagesOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGoogleComputeInterconnectMacsecOutputReference_Override ¶
func NewGoogleComputeInterconnectMacsecOutputReference_Override(g GoogleComputeInterconnectMacsecOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleComputeInterconnectMacsecPreSharedKeysList_Override ¶
func NewGoogleComputeInterconnectMacsecPreSharedKeysList_Override(g GoogleComputeInterconnectMacsecPreSharedKeysList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGoogleComputeInterconnectMacsecPreSharedKeysOutputReference_Override ¶
func NewGoogleComputeInterconnectMacsecPreSharedKeysOutputReference_Override(g GoogleComputeInterconnectMacsecPreSharedKeysOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGoogleComputeInterconnectTimeoutsOutputReference_Override ¶
func NewGoogleComputeInterconnectTimeoutsOutputReference_Override(g GoogleComputeInterconnectTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleComputeInterconnect_Override ¶
func NewGoogleComputeInterconnect_Override(g GoogleComputeInterconnect, scope constructs.Construct, id *string, config *GoogleComputeInterconnectConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.43.1/docs/resources/google_compute_interconnect google_compute_interconnect} Resource.
Types ¶
type GoogleComputeInterconnect ¶
type GoogleComputeInterconnect interface { cdktf.TerraformResource AdminEnabled() interface{} SetAdminEnabled(val interface{}) AdminEnabledInput() interface{} AvailableFeatures() *[]*string // Experimental. CdktfStack() cdktf.TerraformStack CircuitInfos() GoogleComputeInterconnectCircuitInfosList // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) CreationTimestamp() *string CustomerName() *string SetCustomerName(val *string) CustomerNameInput() *string // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) Description() *string SetDescription(val *string) DescriptionInput() *string EffectiveLabels() cdktf.StringMap ExpectedOutages() GoogleComputeInterconnectExpectedOutagesList // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string GoogleIpAddress() *string GoogleReferenceId() *string Id() *string SetId(val *string) IdInput() *string InterconnectAttachments() *[]*string InterconnectType() *string SetInterconnectType(val *string) InterconnectTypeInput() *string LabelFingerprint() *string Labels() *map[string]*string SetLabels(val *map[string]*string) LabelsInput() *map[string]*string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) LinkType() *string SetLinkType(val *string) LinkTypeInput() *string Location() *string SetLocation(val *string) LocationInput() *string Macsec() GoogleComputeInterconnectMacsecOutputReference MacsecEnabled() interface{} SetMacsecEnabled(val interface{}) MacsecEnabledInput() interface{} MacsecInput() *GoogleComputeInterconnectMacsec Name() *string SetName(val *string) NameInput() *string NocContactEmail() *string SetNocContactEmail(val *string) NocContactEmailInput() *string // The tree node. Node() constructs.Node OperationalStatus() *string PeerIpAddress() *string Project() *string SetProject(val *string) ProjectInput() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) ProvisionedLinkCount() *float64 // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} RemoteLocation() *string SetRemoteLocation(val *string) RemoteLocationInput() *string RequestedFeatures() *[]*string SetRequestedFeatures(val *[]*string) RequestedFeaturesInput() *[]*string RequestedLinkCount() *float64 SetRequestedLinkCount(val *float64) RequestedLinkCountInput() *float64 SatisfiesPzs() cdktf.IResolvable State() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata TerraformLabels() cdktf.StringMap // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() GoogleComputeInterconnectTimeoutsOutputReference 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) PutMacsec(value *GoogleComputeInterconnectMacsec) PutTimeouts(value *GoogleComputeInterconnectTimeouts) ResetAdminEnabled() ResetDescription() ResetId() ResetLabels() ResetMacsec() ResetMacsecEnabled() ResetNocContactEmail() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetProject() ResetRemoteLocation() ResetRequestedFeatures() 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/5.43.1/docs/resources/google_compute_interconnect google_compute_interconnect}.
func NewGoogleComputeInterconnect ¶
func NewGoogleComputeInterconnect(scope constructs.Construct, id *string, config *GoogleComputeInterconnectConfig) GoogleComputeInterconnect
Create a new {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.43.1/docs/resources/google_compute_interconnect google_compute_interconnect} Resource.
type GoogleComputeInterconnectCircuitInfos ¶
type GoogleComputeInterconnectCircuitInfos struct { }
type GoogleComputeInterconnectCircuitInfosList ¶
type GoogleComputeInterconnectCircuitInfosList 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 // 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) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) GoogleComputeInterconnectCircuitInfosOutputReference // 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 NewGoogleComputeInterconnectCircuitInfosList ¶
func NewGoogleComputeInterconnectCircuitInfosList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GoogleComputeInterconnectCircuitInfosList
type GoogleComputeInterconnectCircuitInfosOutputReference ¶
type GoogleComputeInterconnectCircuitInfosOutputReference 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 CustomerDemarcId() *string // Experimental. Fqn() *string GoogleCircuitId() *string GoogleDemarcId() *string InternalValue() *GoogleComputeInterconnectCircuitInfos SetInternalValue(val *GoogleComputeInterconnectCircuitInfos) // 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 NewGoogleComputeInterconnectCircuitInfosOutputReference ¶
func NewGoogleComputeInterconnectCircuitInfosOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GoogleComputeInterconnectCircuitInfosOutputReference
type GoogleComputeInterconnectConfig ¶
type GoogleComputeInterconnectConfig 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"` // Customer name, to put in the Letter of Authorization as the party authorized to request a crossconnect. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.43.1/docs/resources/google_compute_interconnect#customer_name GoogleComputeInterconnect#customer_name} CustomerName *string `field:"required" json:"customerName" yaml:"customerName"` // Type of interconnect. // // Note that a value IT_PRIVATE has been deprecated in favor of DEDICATED. // Can take one of the following values: // - PARTNER: A partner-managed interconnection shared between customers though a partner. // - DEDICATED: A dedicated physical interconnection with the customer. Possible values: ["DEDICATED", "PARTNER", "IT_PRIVATE"] // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.43.1/docs/resources/google_compute_interconnect#interconnect_type GoogleComputeInterconnect#interconnect_type} InterconnectType *string `field:"required" json:"interconnectType" yaml:"interconnectType"` // Type of link requested. // // Note that this field indicates the speed of each of the links in the // bundle, not the speed of the entire bundle. Can take one of the following values: // - LINK_TYPE_ETHERNET_10G_LR: A 10G Ethernet with LR optics. // - LINK_TYPE_ETHERNET_100G_LR: A 100G Ethernet with LR optics. Possible values: ["LINK_TYPE_ETHERNET_10G_LR", "LINK_TYPE_ETHERNET_100G_LR"] // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.43.1/docs/resources/google_compute_interconnect#link_type GoogleComputeInterconnect#link_type} LinkType *string `field:"required" json:"linkType" yaml:"linkType"` // URL of the InterconnectLocation object that represents where this connection is to be provisioned. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.43.1/docs/resources/google_compute_interconnect#location GoogleComputeInterconnect#location} Location *string `field:"required" json:"location" yaml:"location"` // 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/5.43.1/docs/resources/google_compute_interconnect#name GoogleComputeInterconnect#name} Name *string `field:"required" json:"name" yaml:"name"` // Target number of physical links in the link bundle, as requested by the customer. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.43.1/docs/resources/google_compute_interconnect#requested_link_count GoogleComputeInterconnect#requested_link_count} RequestedLinkCount *float64 `field:"required" json:"requestedLinkCount" yaml:"requestedLinkCount"` // Administrative status of the interconnect. // // When this is set to true, the Interconnect is // functional and can carry traffic. When set to false, no packets can be carried over the // interconnect and no BGP routes are exchanged over it. By default, the status is set to true. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.43.1/docs/resources/google_compute_interconnect#admin_enabled GoogleComputeInterconnect#admin_enabled} AdminEnabled interface{} `field:"optional" json:"adminEnabled" yaml:"adminEnabled"` // An optional description of this resource. Provide this property when you create the resource. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.43.1/docs/resources/google_compute_interconnect#description GoogleComputeInterconnect#description} Description *string `field:"optional" json:"description" yaml:"description"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.43.1/docs/resources/google_compute_interconnect#id GoogleComputeInterconnect#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"` // Labels for this resource. // // These can only be added or modified by the setLabels // method. Each label key/value pair must comply with RFC1035. Label values may be empty. // // // **Note**: This field is non-authoritative, and will only manage the labels present in your configuration. // Please refer to the field 'effective_labels' for all of the labels present on the resource. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.43.1/docs/resources/google_compute_interconnect#labels GoogleComputeInterconnect#labels} Labels *map[string]*string `field:"optional" json:"labels" yaml:"labels"` // macsec block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.43.1/docs/resources/google_compute_interconnect#macsec GoogleComputeInterconnect#macsec} Macsec *GoogleComputeInterconnectMacsec `field:"optional" json:"macsec" yaml:"macsec"` // Enable or disable MACsec on this Interconnect connection. MACsec enablement fails if the MACsec object is not specified. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.43.1/docs/resources/google_compute_interconnect#macsec_enabled GoogleComputeInterconnect#macsec_enabled} MacsecEnabled interface{} `field:"optional" json:"macsecEnabled" yaml:"macsecEnabled"` // Email address to contact the customer NOC for operations and maintenance notifications regarding this Interconnect. // // If specified, this will be used for notifications in addition to // all other forms described, such as Cloud Monitoring logs alerting and Cloud Notifications. // This field is required for users who sign up for Cloud Interconnect using workforce identity // federation. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.43.1/docs/resources/google_compute_interconnect#noc_contact_email GoogleComputeInterconnect#noc_contact_email} NocContactEmail *string `field:"optional" json:"nocContactEmail" yaml:"nocContactEmail"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.43.1/docs/resources/google_compute_interconnect#project GoogleComputeInterconnect#project}. Project *string `field:"optional" json:"project" yaml:"project"` // Indicates that this is a Cross-Cloud Interconnect. // // This field specifies the location outside // of Google's network that the interconnect is connected to. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.43.1/docs/resources/google_compute_interconnect#remote_location GoogleComputeInterconnect#remote_location} RemoteLocation *string `field:"optional" json:"remoteLocation" yaml:"remoteLocation"` // interconnects.list of features requested for this Interconnect connection. Options: MACSEC ( If specified then the connection is created on MACsec capable hardware ports. If not specified, the default value is false, which allocates non-MACsec capable ports first if available). Possible values: ["MACSEC"]. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.43.1/docs/resources/google_compute_interconnect#requested_features GoogleComputeInterconnect#requested_features} RequestedFeatures *[]*string `field:"optional" json:"requestedFeatures" yaml:"requestedFeatures"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.43.1/docs/resources/google_compute_interconnect#timeouts GoogleComputeInterconnect#timeouts} Timeouts *GoogleComputeInterconnectTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type GoogleComputeInterconnectExpectedOutages ¶
type GoogleComputeInterconnectExpectedOutages struct { }
type GoogleComputeInterconnectExpectedOutagesList ¶
type GoogleComputeInterconnectExpectedOutagesList 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 // 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) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) GoogleComputeInterconnectExpectedOutagesOutputReference // 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 NewGoogleComputeInterconnectExpectedOutagesList ¶
func NewGoogleComputeInterconnectExpectedOutagesList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GoogleComputeInterconnectExpectedOutagesList
type GoogleComputeInterconnectExpectedOutagesOutputReference ¶
type GoogleComputeInterconnectExpectedOutagesOutputReference interface { cdktf.ComplexObject AffectedCircuits() *[]*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 Description() *string EndTime() *string // Experimental. Fqn() *string InternalValue() *GoogleComputeInterconnectExpectedOutages SetInternalValue(val *GoogleComputeInterconnectExpectedOutages) IssueType() *string Name() *string Source() *string StartTime() *string State() *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 NewGoogleComputeInterconnectExpectedOutagesOutputReference ¶
func NewGoogleComputeInterconnectExpectedOutagesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GoogleComputeInterconnectExpectedOutagesOutputReference
type GoogleComputeInterconnectMacsec ¶
type GoogleComputeInterconnectMacsec struct { // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.43.1/docs/resources/google_compute_interconnect#pre_shared_keys GoogleComputeInterconnect#pre_shared_keys} PreSharedKeys interface{} `field:"required" json:"preSharedKeys" yaml:"preSharedKeys"` }
type GoogleComputeInterconnectMacsecOutputReference ¶
type GoogleComputeInterconnectMacsecOutputReference 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() *GoogleComputeInterconnectMacsec SetInternalValue(val *GoogleComputeInterconnectMacsec) // 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 NewGoogleComputeInterconnectMacsecOutputReference ¶
func NewGoogleComputeInterconnectMacsecOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleComputeInterconnectMacsecOutputReference
type GoogleComputeInterconnectMacsecPreSharedKeys ¶
type GoogleComputeInterconnectMacsecPreSharedKeys struct { // // 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/5.43.1/docs/resources/google_compute_interconnect#name GoogleComputeInterconnect#name} Name *string `field:"required" json:"name" yaml:"name"` // // By default, the Interconnect // connection is configured with a must-secure security policy that drops all traffic // if the MKA session cannot be established with your router. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.43.1/docs/resources/google_compute_interconnect#fail_open GoogleComputeInterconnect#fail_open} FailOpen interface{} `field:"optional" json:"failOpen" yaml:"failOpen"` // // startTime can be in the // future. If the keychain has a single key, startTime can be omitted. If the keychain // has multiple keys, startTime is mandatory for each key. The start times of keys must // be in increasing order. The start times of two consecutive keys must be at least 6 // hours apart. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.43.1/docs/resources/google_compute_interconnect#start_time GoogleComputeInterconnect#start_time} StartTime *string `field:"optional" json:"startTime" yaml:"startTime"` }
type GoogleComputeInterconnectMacsecPreSharedKeysList ¶
type GoogleComputeInterconnectMacsecPreSharedKeysList interface { cdktf.ComplexList // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. // The attribute on the parent resource this class is referencing. // The parent resource. // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleComputeInterconnectMacsecPreSharedKeysList ¶
func NewGoogleComputeInterconnectMacsecPreSharedKeysList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GoogleComputeInterconnectMacsecPreSharedKeysList
type GoogleComputeInterconnectMacsecPreSharedKeysOutputReference ¶
type GoogleComputeInterconnectMacsecPreSharedKeysOutputReference interface { cdktf.ComplexObject // Experimental. ComplexObjectIndex() interface{} SetComplexObjectIndex(val interface{}) // Experimental. ComplexObjectIsFromSet() *bool 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. // Experimental. TerraformAttribute() *string SetTerraformAttribute(val *string) TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) ComputeFqn() *string GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool GetListAttribute(terraformAttribute *string) *[]*string GetNumberAttribute(terraformAttribute *string) *float64 GetNumberListAttribute(terraformAttribute *string) *[]*float64 GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 GetStringAttribute(terraformAttribute *string) *string GetStringMapAttribute(terraformAttribute *string) *map[string]*string InterpolationAsList() cdktf.IResolvable // Experimental. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleComputeInterconnectMacsecPreSharedKeysOutputReference ¶
func NewGoogleComputeInterconnectMacsecPreSharedKeysOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GoogleComputeInterconnectMacsecPreSharedKeysOutputReference
type GoogleComputeInterconnectTimeouts ¶
type GoogleComputeInterconnectTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.43.1/docs/resources/google_compute_interconnect#create GoogleComputeInterconnect#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.43.1/docs/resources/google_compute_interconnect#delete GoogleComputeInterconnect#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.43.1/docs/resources/google_compute_interconnect#update GoogleComputeInterconnect#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type GoogleComputeInterconnectTimeoutsOutputReference ¶
type GoogleComputeInterconnectTimeoutsOutputReference 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 NewGoogleComputeInterconnectTimeoutsOutputReference ¶
func NewGoogleComputeInterconnectTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleComputeInterconnectTimeoutsOutputReference
Source Files
¶
- GoogleComputeInterconnect.go
- GoogleComputeInterconnectCircuitInfos.go
- GoogleComputeInterconnectCircuitInfosList.go
- GoogleComputeInterconnectCircuitInfosList__checks.go
- GoogleComputeInterconnectCircuitInfosOutputReference.go
- GoogleComputeInterconnectCircuitInfosOutputReference__checks.go
- GoogleComputeInterconnectConfig.go
- GoogleComputeInterconnectExpectedOutages.go
- GoogleComputeInterconnectExpectedOutagesList.go
- GoogleComputeInterconnectExpectedOutagesList__checks.go
- GoogleComputeInterconnectExpectedOutagesOutputReference.go
- GoogleComputeInterconnectExpectedOutagesOutputReference__checks.go
- GoogleComputeInterconnectMacsec.go
- GoogleComputeInterconnectMacsecOutputReference.go
- GoogleComputeInterconnectMacsecOutputReference__checks.go
- GoogleComputeInterconnectMacsecPreSharedKeys.go
- GoogleComputeInterconnectMacsecPreSharedKeysList.go
- GoogleComputeInterconnectMacsecPreSharedKeysList__checks.go
- GoogleComputeInterconnectMacsecPreSharedKeysOutputReference.go
- GoogleComputeInterconnectMacsecPreSharedKeysOutputReference__checks.go
- GoogleComputeInterconnectTimeouts.go
- GoogleComputeInterconnectTimeoutsOutputReference.go
- GoogleComputeInterconnectTimeoutsOutputReference__checks.go
- GoogleComputeInterconnect__checks.go
- main.go