Documentation ¶
Index ¶
- type Args
- type DataArgs
- type DataSource
- type DataTimeouts
- type DataTimeoutsAttributes
- type DataTimeoutsState
- type Resource
- func (avn *Resource) Attributes() azurestackVirtualNetworkAttributes
- 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() (*azurestackVirtualNetworkState, bool)
- func (avn *Resource) StateMust() *azurestackVirtualNetworkState
- 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"` // DnsServers: list of string, optional DnsServers terra.ListValue[terra.StringValue] `hcl:"dns_servers,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"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for azurestack_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 azurestack_virtual_network.
type DataSource ¶
DataSource represents the Terraform data resource azurestack_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() dataAzurestackVirtualNetworkAttributes
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 Resource ¶
type Resource struct { Name string Args Args DependsOn terra.Dependencies Lifecycle *terra.Lifecycle // contains filtered or unexported fields }
Resource represents the Terraform resource azurestack_virtual_network.
func (*Resource) Attributes ¶
func (avn *Resource) Attributes() azurestackVirtualNetworkAttributes
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