Documentation
¶
Index ¶
- type Args
- type DataArgs
- type DataSource
- type DataTimeouts
- type DataTimeoutsAttributes
- type DataTimeoutsState
- type DdosProtectionPlan
- type DdosProtectionPlanAttributes
- func (dpp DdosProtectionPlanAttributes) Enable() terra.BoolValue
- func (dpp DdosProtectionPlanAttributes) Id() terra.StringValue
- func (dpp DdosProtectionPlanAttributes) InternalRef() (terra.Reference, error)
- func (dpp DdosProtectionPlanAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (dpp DdosProtectionPlanAttributes) InternalWithRef(ref terra.Reference) DdosProtectionPlanAttributes
- type DdosProtectionPlanState
- type Encryption
- type EncryptionAttributes
- type EncryptionState
- type Resource
- func (avn *Resource) Attributes() azurermVirtualNetworkAttributes
- func (avn *Resource) Configuration() interface{}
- func (avn *Resource) DependOn() terra.Reference
- func (avn *Resource) Dependencies() terra.Dependencies
- func (avn *Resource) ImportState(state io.Reader) error
- func (avn *Resource) LifecycleManagement() *terra.Lifecycle
- func (avn *Resource) LocalName() string
- func (avn *Resource) State() (*azurermVirtualNetworkState, bool)
- func (avn *Resource) StateMust() *azurermVirtualNetworkState
- func (avn *Resource) Type() string
- type Subnet
- type SubnetAttributes
- func (s SubnetAttributes) AddressPrefix() terra.StringValue
- func (s SubnetAttributes) Id() terra.StringValue
- func (s SubnetAttributes) InternalRef() (terra.Reference, error)
- func (s SubnetAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (s SubnetAttributes) InternalWithRef(ref terra.Reference) SubnetAttributes
- func (s SubnetAttributes) Name() terra.StringValue
- func (s SubnetAttributes) SecurityGroup() terra.StringValue
- type SubnetState
- 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 { // AddressSpace: list of string, required AddressSpace terra.ListValue[terra.StringValue] `hcl:"address_space,attr" validate:"required"` // BgpCommunity: string, optional BgpCommunity terra.StringValue `hcl:"bgp_community,attr"` // DnsServers: list of string, optional DnsServers terra.ListValue[terra.StringValue] `hcl:"dns_servers,attr"` // EdgeZone: string, optional EdgeZone terra.StringValue `hcl:"edge_zone,attr"` // FlowTimeoutInMinutes: number, optional FlowTimeoutInMinutes terra.NumberValue `hcl:"flow_timeout_in_minutes,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Location: string, required Location terra.StringValue `hcl:"location,attr" validate:"required"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // ResourceGroupName: string, required ResourceGroupName terra.StringValue `hcl:"resource_group_name,attr" validate:"required"` // Tags: map of string, optional Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"` // Subnet: min=0 Subnet []Subnet `hcl:"subnet,block" validate:"min=0"` // DdosProtectionPlan: optional DdosProtectionPlan *DdosProtectionPlan `hcl:"ddos_protection_plan,block"` // Encryption: optional Encryption *Encryption `hcl:"encryption,block"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for azurerm_virtual_network.
type DataArgs ¶
type DataArgs struct { // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // ResourceGroupName: string, required ResourceGroupName terra.StringValue `hcl:"resource_group_name,attr" validate:"required"` // Timeouts: optional Timeouts *DataTimeouts `hcl:"timeouts,block"` }
DataArgs contains the configurations for azurerm_virtual_network.
type DataSource ¶
DataSource represents the Terraform data resource azurerm_virtual_network.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (avn *DataSource) Attributes() dataAzurermVirtualNetworkAttributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (avn *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (avn *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (avn *DataSource) LocalName() string
LocalName returns the local name for DataSource.
type DataTimeouts ¶
type DataTimeouts struct { // Read: string, optional Read terra.StringValue `hcl:"read,attr"` }
type DataTimeoutsAttributes ¶
type DataTimeoutsAttributes struct {
// contains filtered or unexported fields
}
func (DataTimeoutsAttributes) InternalRef ¶
func (t DataTimeoutsAttributes) InternalRef() (terra.Reference, error)
func (DataTimeoutsAttributes) InternalTokens ¶
func (t DataTimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataTimeoutsAttributes) InternalWithRef ¶
func (t DataTimeoutsAttributes) InternalWithRef(ref terra.Reference) DataTimeoutsAttributes
func (DataTimeoutsAttributes) Read ¶
func (t DataTimeoutsAttributes) Read() terra.StringValue
type DataTimeoutsState ¶
type DataTimeoutsState struct {
Read string `json:"read"`
}
type DdosProtectionPlan ¶
type DdosProtectionPlan struct { // Enable: bool, required Enable terra.BoolValue `hcl:"enable,attr" validate:"required"` // Id: string, required Id terra.StringValue `hcl:"id,attr" validate:"required"` }
type DdosProtectionPlanAttributes ¶
type DdosProtectionPlanAttributes struct {
// contains filtered or unexported fields
}
func (DdosProtectionPlanAttributes) Enable ¶
func (dpp DdosProtectionPlanAttributes) Enable() terra.BoolValue
func (DdosProtectionPlanAttributes) Id ¶
func (dpp DdosProtectionPlanAttributes) Id() terra.StringValue
func (DdosProtectionPlanAttributes) InternalRef ¶
func (dpp DdosProtectionPlanAttributes) InternalRef() (terra.Reference, error)
func (DdosProtectionPlanAttributes) InternalTokens ¶
func (dpp DdosProtectionPlanAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DdosProtectionPlanAttributes) InternalWithRef ¶
func (dpp DdosProtectionPlanAttributes) InternalWithRef(ref terra.Reference) DdosProtectionPlanAttributes
type DdosProtectionPlanState ¶
type Encryption ¶
type Encryption struct { // Enforcement: string, required Enforcement terra.StringValue `hcl:"enforcement,attr" validate:"required"` }
type EncryptionAttributes ¶
type EncryptionAttributes struct {
// contains filtered or unexported fields
}
func (EncryptionAttributes) Enforcement ¶
func (e EncryptionAttributes) Enforcement() terra.StringValue
func (EncryptionAttributes) InternalRef ¶
func (e EncryptionAttributes) InternalRef() (terra.Reference, error)
func (EncryptionAttributes) InternalTokens ¶
func (e EncryptionAttributes) InternalTokens() (hclwrite.Tokens, error)
func (EncryptionAttributes) InternalWithRef ¶
func (e EncryptionAttributes) InternalWithRef(ref terra.Reference) EncryptionAttributes
type EncryptionState ¶
type EncryptionState struct {
Enforcement string `json:"enforcement"`
}
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_virtual_network.
func (*Resource) Attributes ¶
func (avn *Resource) Attributes() azurermVirtualNetworkAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (avn *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (avn *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 Subnet ¶
type Subnet struct { // AddressPrefix: string, optional AddressPrefix terra.StringValue `hcl:"address_prefix,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Name: string, optional Name terra.StringValue `hcl:"name,attr"` // SecurityGroup: string, optional SecurityGroup terra.StringValue `hcl:"security_group,attr"` }
type SubnetAttributes ¶
type SubnetAttributes struct {
// contains filtered or unexported fields
}
func (SubnetAttributes) AddressPrefix ¶
func (s SubnetAttributes) AddressPrefix() terra.StringValue
func (SubnetAttributes) Id ¶
func (s SubnetAttributes) Id() terra.StringValue
func (SubnetAttributes) InternalRef ¶
func (s SubnetAttributes) InternalRef() (terra.Reference, error)
func (SubnetAttributes) InternalTokens ¶
func (s SubnetAttributes) InternalTokens() (hclwrite.Tokens, error)
func (SubnetAttributes) InternalWithRef ¶
func (s SubnetAttributes) InternalWithRef(ref terra.Reference) SubnetAttributes
func (SubnetAttributes) Name ¶
func (s SubnetAttributes) Name() terra.StringValue
func (SubnetAttributes) SecurityGroup ¶
func (s SubnetAttributes) SecurityGroup() terra.StringValue
type SubnetState ¶
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