Documentation
¶
Index ¶
- type Args
- type Policy
- type PolicyAttributes
- func (p PolicyAttributes) InternalRef() (terra.Reference, error)
- func (p PolicyAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (p PolicyAttributes) InternalWithRef(ref terra.Reference) PolicyAttributes
- func (p PolicyAttributes) Name() terra.StringValue
- func (p PolicyAttributes) Type() terra.StringValue
- func (p PolicyAttributes) Value() terra.StringValue
- type PolicyState
- type Resource
- func (avscpg *Resource) Attributes() azurermVpnServerConfigurationPolicyGroupAttributes
- func (avscpg *Resource) Configuration() interface{}
- func (avscpg *Resource) DependOn() terra.Reference
- func (avscpg *Resource) Dependencies() terra.Dependencies
- func (avscpg *Resource) ImportState(state io.Reader) error
- func (avscpg *Resource) LifecycleManagement() *terra.Lifecycle
- func (avscpg *Resource) LocalName() string
- func (avscpg *Resource) State() (*azurermVpnServerConfigurationPolicyGroupState, bool)
- func (avscpg *Resource) StateMust() *azurermVpnServerConfigurationPolicyGroupState
- func (avscpg *Resource) Type() string
- 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 { // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // IsDefault: bool, optional IsDefault terra.BoolValue `hcl:"is_default,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // Priority: number, optional Priority terra.NumberValue `hcl:"priority,attr"` // VpnServerConfigurationId: string, required VpnServerConfigurationId terra.StringValue `hcl:"vpn_server_configuration_id,attr" validate:"required"` // Policy: min=1 Policy []Policy `hcl:"policy,block" validate:"min=1"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for azurerm_vpn_server_configuration_policy_group.
type Policy ¶
type Policy struct { // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // Type: string, required Type terra.StringValue `hcl:"type,attr" validate:"required"` // Value: string, required Value terra.StringValue `hcl:"value,attr" validate:"required"` }
type PolicyAttributes ¶
type PolicyAttributes struct {
// contains filtered or unexported fields
}
func (PolicyAttributes) InternalRef ¶
func (p PolicyAttributes) InternalRef() (terra.Reference, error)
func (PolicyAttributes) InternalTokens ¶
func (p PolicyAttributes) InternalTokens() (hclwrite.Tokens, error)
func (PolicyAttributes) InternalWithRef ¶
func (p PolicyAttributes) InternalWithRef(ref terra.Reference) PolicyAttributes
func (PolicyAttributes) Name ¶
func (p PolicyAttributes) Name() terra.StringValue
func (PolicyAttributes) Type ¶
func (p PolicyAttributes) Type() terra.StringValue
func (PolicyAttributes) Value ¶
func (p PolicyAttributes) Value() terra.StringValue
type PolicyState ¶
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_vpn_server_configuration_policy_group.
func (*Resource) Attributes ¶
func (avscpg *Resource) Attributes() azurermVpnServerConfigurationPolicyGroupAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (avscpg *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (avscpg *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 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.