Documentation ¶
Index ¶
- type Circuit
- type CircuitAttributes
- func (c CircuitAttributes) ExpressRouteId() terra.StringValue
- func (c CircuitAttributes) ExpressRoutePrivatePeeringId() terra.StringValue
- func (c CircuitAttributes) InternalRef() (terra.Reference, error)
- func (c CircuitAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (c CircuitAttributes) InternalWithRef(ref terra.Reference) CircuitAttributes
- func (c CircuitAttributes) PrimarySubnetCidr() terra.StringValue
- func (c CircuitAttributes) SecondarySubnetCidr() terra.StringValue
- type CircuitState
- type ManagementCluster
- type ManagementClusterAttributes
- func (mc ManagementClusterAttributes) Hosts() terra.ListValue[terra.StringValue]
- func (mc ManagementClusterAttributes) Id() terra.NumberValue
- func (mc ManagementClusterAttributes) InternalRef() (terra.Reference, error)
- func (mc ManagementClusterAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (mc ManagementClusterAttributes) InternalWithRef(ref terra.Reference) ManagementClusterAttributes
- func (mc ManagementClusterAttributes) Size() terra.NumberValue
- type ManagementClusterState
- type Timeouts
- type TimeoutsAttributes
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CircuitAttributes ¶
type CircuitAttributes struct {
// contains filtered or unexported fields
}
func (CircuitAttributes) ExpressRouteId ¶
func (c CircuitAttributes) ExpressRouteId() terra.StringValue
func (CircuitAttributes) ExpressRoutePrivatePeeringId ¶
func (c CircuitAttributes) ExpressRoutePrivatePeeringId() terra.StringValue
func (CircuitAttributes) InternalRef ¶
func (c CircuitAttributes) InternalRef() (terra.Reference, error)
func (CircuitAttributes) InternalTokens ¶
func (c CircuitAttributes) InternalTokens() (hclwrite.Tokens, error)
func (CircuitAttributes) InternalWithRef ¶
func (c CircuitAttributes) InternalWithRef(ref terra.Reference) CircuitAttributes
func (CircuitAttributes) PrimarySubnetCidr ¶
func (c CircuitAttributes) PrimarySubnetCidr() terra.StringValue
func (CircuitAttributes) SecondarySubnetCidr ¶
func (c CircuitAttributes) SecondarySubnetCidr() terra.StringValue
type CircuitState ¶
type ManagementCluster ¶
type ManagementCluster struct{}
type ManagementClusterAttributes ¶
type ManagementClusterAttributes struct {
// contains filtered or unexported fields
}
func (ManagementClusterAttributes) Hosts ¶
func (mc ManagementClusterAttributes) Hosts() terra.ListValue[terra.StringValue]
func (ManagementClusterAttributes) Id ¶
func (mc ManagementClusterAttributes) Id() terra.NumberValue
func (ManagementClusterAttributes) InternalRef ¶
func (mc ManagementClusterAttributes) InternalRef() (terra.Reference, error)
func (ManagementClusterAttributes) InternalTokens ¶
func (mc ManagementClusterAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ManagementClusterAttributes) InternalWithRef ¶
func (mc ManagementClusterAttributes) InternalWithRef(ref terra.Reference) ManagementClusterAttributes
func (ManagementClusterAttributes) Size ¶
func (mc ManagementClusterAttributes) Size() terra.NumberValue
type ManagementClusterState ¶
type Timeouts ¶
type Timeouts struct { // Read: string, optional Read terra.StringValue `hcl:"read,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
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
type TimeoutsState ¶
type TimeoutsState struct {
Read string `json:"read"`
}
Click to show internal directories.
Click to hide internal directories.