Documentation ¶
Index ¶
- type Args
- type Resource
- func (aerc *Resource) Attributes() azurermExpressRouteConnectionAttributes
- func (aerc *Resource) Configuration() interface{}
- func (aerc *Resource) DependOn() terra.Reference
- func (aerc *Resource) Dependencies() terra.Dependencies
- func (aerc *Resource) ImportState(state io.Reader) error
- func (aerc *Resource) LifecycleManagement() *terra.Lifecycle
- func (aerc *Resource) LocalName() string
- func (aerc *Resource) State() (*azurermExpressRouteConnectionState, bool)
- func (aerc *Resource) StateMust() *azurermExpressRouteConnectionState
- func (aerc *Resource) Type() string
- type Routing
- type RoutingAttributes
- func (r RoutingAttributes) AssociatedRouteTableId() terra.StringValue
- func (r RoutingAttributes) InboundRouteMapId() terra.StringValue
- func (r RoutingAttributes) InternalRef() (terra.Reference, error)
- func (r RoutingAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (r RoutingAttributes) InternalWithRef(ref terra.Reference) RoutingAttributes
- func (r RoutingAttributes) OutboundRouteMapId() terra.StringValue
- func (r RoutingAttributes) PropagatedRouteTable() terra.ListValue[RoutingPropagatedRouteTableAttributes]
- type RoutingPropagatedRouteTable
- type RoutingPropagatedRouteTableAttributes
- func (prt RoutingPropagatedRouteTableAttributes) InternalRef() (terra.Reference, error)
- func (prt RoutingPropagatedRouteTableAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (prt RoutingPropagatedRouteTableAttributes) InternalWithRef(ref terra.Reference) RoutingPropagatedRouteTableAttributes
- func (prt RoutingPropagatedRouteTableAttributes) Labels() terra.SetValue[terra.StringValue]
- func (prt RoutingPropagatedRouteTableAttributes) RouteTableIds() terra.ListValue[terra.StringValue]
- type RoutingPropagatedRouteTableState
- type RoutingState
- type Timeouts
- type TimeoutsAttributes
- func (t TimeoutsAttributes) Create() terra.StringValue
- func (t TimeoutsAttributes) Delete() terra.StringValue
- func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
- func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
- func (t TimeoutsAttributes) Read() terra.StringValue
- func (t TimeoutsAttributes) Update() terra.StringValue
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // AuthorizationKey: string, optional AuthorizationKey terra.StringValue `hcl:"authorization_key,attr"` // EnableInternetSecurity: bool, optional EnableInternetSecurity terra.BoolValue `hcl:"enable_internet_security,attr"` // ExpressRouteCircuitPeeringId: string, required ExpressRouteCircuitPeeringId terra.StringValue `hcl:"express_route_circuit_peering_id,attr" validate:"required"` // ExpressRouteGatewayBypassEnabled: bool, optional ExpressRouteGatewayBypassEnabled terra.BoolValue `hcl:"express_route_gateway_bypass_enabled,attr"` // ExpressRouteGatewayId: string, required ExpressRouteGatewayId terra.StringValue `hcl:"express_route_gateway_id,attr" validate:"required"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // RoutingWeight: number, optional RoutingWeight terra.NumberValue `hcl:"routing_weight,attr"` // Routing: optional Routing *Routing `hcl:"routing,block"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for azurerm_express_route_connection.
type Resource ¶
type Resource struct { Name string Args Args DependsOn terra.Dependencies Lifecycle *terra.Lifecycle // contains filtered or unexported fields }
Resource represents the Terraform resource azurerm_express_route_connection.
func (*Resource) Attributes ¶
func (aerc *Resource) Attributes() azurermExpressRouteConnectionAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (aerc *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (aerc *Resource) Dependencies() terra.Dependencies
Dependencies returns the list of resources Resource depends_on.
func (*Resource) ImportState ¶
ImportState imports the given attribute values into Resource's state.
func (*Resource) LifecycleManagement ¶
LifecycleManagement returns the lifecycle block for Resource.
type Routing ¶
type Routing struct { // AssociatedRouteTableId: string, optional AssociatedRouteTableId terra.StringValue `hcl:"associated_route_table_id,attr"` // InboundRouteMapId: string, optional InboundRouteMapId terra.StringValue `hcl:"inbound_route_map_id,attr"` // OutboundRouteMapId: string, optional OutboundRouteMapId terra.StringValue `hcl:"outbound_route_map_id,attr"` // RoutingPropagatedRouteTable: optional PropagatedRouteTable *RoutingPropagatedRouteTable `hcl:"propagated_route_table,block"` }
type RoutingAttributes ¶
type RoutingAttributes struct {
// contains filtered or unexported fields
}
func (RoutingAttributes) AssociatedRouteTableId ¶
func (r RoutingAttributes) AssociatedRouteTableId() terra.StringValue
func (RoutingAttributes) InboundRouteMapId ¶
func (r RoutingAttributes) InboundRouteMapId() terra.StringValue
func (RoutingAttributes) InternalRef ¶
func (r RoutingAttributes) InternalRef() (terra.Reference, error)
func (RoutingAttributes) InternalTokens ¶
func (r RoutingAttributes) InternalTokens() (hclwrite.Tokens, error)
func (RoutingAttributes) InternalWithRef ¶
func (r RoutingAttributes) InternalWithRef(ref terra.Reference) RoutingAttributes
func (RoutingAttributes) OutboundRouteMapId ¶
func (r RoutingAttributes) OutboundRouteMapId() terra.StringValue
func (RoutingAttributes) PropagatedRouteTable ¶
func (r RoutingAttributes) PropagatedRouteTable() terra.ListValue[RoutingPropagatedRouteTableAttributes]
type RoutingPropagatedRouteTable ¶
type RoutingPropagatedRouteTable struct { // Labels: set of string, optional Labels terra.SetValue[terra.StringValue] `hcl:"labels,attr"` // RouteTableIds: list of string, optional RouteTableIds terra.ListValue[terra.StringValue] `hcl:"route_table_ids,attr"` }
type RoutingPropagatedRouteTableAttributes ¶
type RoutingPropagatedRouteTableAttributes struct {
// contains filtered or unexported fields
}
func (RoutingPropagatedRouteTableAttributes) InternalRef ¶
func (prt RoutingPropagatedRouteTableAttributes) InternalRef() (terra.Reference, error)
func (RoutingPropagatedRouteTableAttributes) InternalTokens ¶
func (prt RoutingPropagatedRouteTableAttributes) InternalTokens() (hclwrite.Tokens, error)
func (RoutingPropagatedRouteTableAttributes) InternalWithRef ¶
func (prt RoutingPropagatedRouteTableAttributes) InternalWithRef(ref terra.Reference) RoutingPropagatedRouteTableAttributes
func (RoutingPropagatedRouteTableAttributes) Labels ¶
func (prt RoutingPropagatedRouteTableAttributes) Labels() terra.SetValue[terra.StringValue]
func (RoutingPropagatedRouteTableAttributes) RouteTableIds ¶
func (prt RoutingPropagatedRouteTableAttributes) RouteTableIds() terra.ListValue[terra.StringValue]
type RoutingState ¶
type RoutingState struct { AssociatedRouteTableId string `json:"associated_route_table_id"` InboundRouteMapId string `json:"inbound_route_map_id"` OutboundRouteMapId string `json:"outbound_route_map_id"` PropagatedRouteTable []RoutingPropagatedRouteTableState `json:"propagated_route_table"` }
type Timeouts ¶
type Timeouts struct { // Create: string, optional Create terra.StringValue `hcl:"create,attr"` // Delete: string, optional Delete terra.StringValue `hcl:"delete,attr"` // Read: string, optional Read terra.StringValue `hcl:"read,attr"` // Update: string, optional Update terra.StringValue `hcl:"update,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
func (TimeoutsAttributes) Create ¶
func (t TimeoutsAttributes) Create() terra.StringValue
func (TimeoutsAttributes) Delete ¶
func (t TimeoutsAttributes) Delete() terra.StringValue
func (TimeoutsAttributes) InternalRef ¶
func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
func (TimeoutsAttributes) InternalTokens ¶
func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (TimeoutsAttributes) InternalWithRef ¶
func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
func (TimeoutsAttributes) Read ¶
func (t TimeoutsAttributes) Read() terra.StringValue
func (TimeoutsAttributes) Update ¶
func (t TimeoutsAttributes) Update() terra.StringValue
Click to show internal directories.
Click to hide internal directories.