Documentation ¶
Index ¶
- type Args
- type Category
- type CategoryAttributes
- func (c CategoryAttributes) CustomUrls() terra.ListValue[terra.StringValue]
- func (c CategoryAttributes) Feeds() terra.ListValue[terra.StringValue]
- func (c CategoryAttributes) InternalRef() (terra.Reference, error)
- func (c CategoryAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (c CategoryAttributes) InternalWithRef(ref terra.Reference) CategoryAttributes
- type CategoryState
- type Destination
- type DestinationAttributes
- func (d DestinationAttributes) Cidrs() terra.ListValue[terra.StringValue]
- func (d DestinationAttributes) Countries() terra.ListValue[terra.StringValue]
- func (d DestinationAttributes) Feeds() terra.ListValue[terra.StringValue]
- func (d DestinationAttributes) InternalRef() (terra.Reference, error)
- func (d DestinationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (d DestinationAttributes) InternalWithRef(ref terra.Reference) DestinationAttributes
- func (d DestinationAttributes) LocalRulestackFqdnListIds() terra.ListValue[terra.StringValue]
- func (d DestinationAttributes) LocalRulestackPrefixListIds() terra.ListValue[terra.StringValue]
- type DestinationState
- type Resource
- func (apalrr *Resource) Attributes() azurermPaloAltoLocalRulestackRuleAttributes
- func (apalrr *Resource) Configuration() interface{}
- func (apalrr *Resource) DependOn() terra.Reference
- func (apalrr *Resource) Dependencies() terra.Dependencies
- func (apalrr *Resource) ImportState(state io.Reader) error
- func (apalrr *Resource) LifecycleManagement() *terra.Lifecycle
- func (apalrr *Resource) LocalName() string
- func (apalrr *Resource) State() (*azurermPaloAltoLocalRulestackRuleState, bool)
- func (apalrr *Resource) StateMust() *azurermPaloAltoLocalRulestackRuleState
- func (apalrr *Resource) Type() string
- type Source
- type SourceAttributes
- func (s SourceAttributes) Cidrs() terra.ListValue[terra.StringValue]
- func (s SourceAttributes) Countries() terra.ListValue[terra.StringValue]
- func (s SourceAttributes) Feeds() terra.ListValue[terra.StringValue]
- func (s SourceAttributes) InternalRef() (terra.Reference, error)
- func (s SourceAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (s SourceAttributes) InternalWithRef(ref terra.Reference) SourceAttributes
- func (s SourceAttributes) LocalRulestackPrefixListIds() terra.ListValue[terra.StringValue]
- type SourceState
- 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 { // Action: string, required Action terra.StringValue `hcl:"action,attr" validate:"required"` // Applications: list of string, required Applications terra.ListValue[terra.StringValue] `hcl:"applications,attr" validate:"required"` // AuditComment: string, optional AuditComment terra.StringValue `hcl:"audit_comment,attr"` // DecryptionRuleType: string, optional DecryptionRuleType terra.StringValue `hcl:"decryption_rule_type,attr"` // Description: string, optional Description terra.StringValue `hcl:"description,attr"` // Enabled: bool, optional Enabled terra.BoolValue `hcl:"enabled,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // InspectionCertificateId: string, optional InspectionCertificateId terra.StringValue `hcl:"inspection_certificate_id,attr"` // LoggingEnabled: bool, optional LoggingEnabled terra.BoolValue `hcl:"logging_enabled,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // NegateDestination: bool, optional NegateDestination terra.BoolValue `hcl:"negate_destination,attr"` // NegateSource: bool, optional NegateSource terra.BoolValue `hcl:"negate_source,attr"` // Priority: number, required Priority terra.NumberValue `hcl:"priority,attr" validate:"required"` // Protocol: string, optional Protocol terra.StringValue `hcl:"protocol,attr"` // ProtocolPorts: list of string, optional ProtocolPorts terra.ListValue[terra.StringValue] `hcl:"protocol_ports,attr"` // RulestackId: string, required RulestackId terra.StringValue `hcl:"rulestack_id,attr" validate:"required"` // Tags: map of string, optional Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"` // Category: optional Category *Category `hcl:"category,block"` // Destination: required Destination *Destination `hcl:"destination,block" validate:"required"` // Source: required Source *Source `hcl:"source,block" validate:"required"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for azurerm_palo_alto_local_rulestack_rule.
type Category ¶
type Category struct { // CustomUrls: list of string, required CustomUrls terra.ListValue[terra.StringValue] `hcl:"custom_urls,attr" validate:"required"` // Feeds: list of string, optional Feeds terra.ListValue[terra.StringValue] `hcl:"feeds,attr"` }
type CategoryAttributes ¶
type CategoryAttributes struct {
// contains filtered or unexported fields
}
func (CategoryAttributes) CustomUrls ¶
func (c CategoryAttributes) CustomUrls() terra.ListValue[terra.StringValue]
func (CategoryAttributes) Feeds ¶
func (c CategoryAttributes) Feeds() terra.ListValue[terra.StringValue]
func (CategoryAttributes) InternalRef ¶
func (c CategoryAttributes) InternalRef() (terra.Reference, error)
func (CategoryAttributes) InternalTokens ¶
func (c CategoryAttributes) InternalTokens() (hclwrite.Tokens, error)
func (CategoryAttributes) InternalWithRef ¶
func (c CategoryAttributes) InternalWithRef(ref terra.Reference) CategoryAttributes
type CategoryState ¶
type Destination ¶
type Destination struct { // Cidrs: list of string, optional Cidrs terra.ListValue[terra.StringValue] `hcl:"cidrs,attr"` // Countries: list of string, optional Countries terra.ListValue[terra.StringValue] `hcl:"countries,attr"` // Feeds: list of string, optional Feeds terra.ListValue[terra.StringValue] `hcl:"feeds,attr"` // LocalRulestackFqdnListIds: list of string, optional LocalRulestackFqdnListIds terra.ListValue[terra.StringValue] `hcl:"local_rulestack_fqdn_list_ids,attr"` // LocalRulestackPrefixListIds: list of string, optional LocalRulestackPrefixListIds terra.ListValue[terra.StringValue] `hcl:"local_rulestack_prefix_list_ids,attr"` }
type DestinationAttributes ¶
type DestinationAttributes struct {
// contains filtered or unexported fields
}
func (DestinationAttributes) Cidrs ¶
func (d DestinationAttributes) Cidrs() terra.ListValue[terra.StringValue]
func (DestinationAttributes) Countries ¶
func (d DestinationAttributes) Countries() terra.ListValue[terra.StringValue]
func (DestinationAttributes) Feeds ¶
func (d DestinationAttributes) Feeds() terra.ListValue[terra.StringValue]
func (DestinationAttributes) InternalRef ¶
func (d DestinationAttributes) InternalRef() (terra.Reference, error)
func (DestinationAttributes) InternalTokens ¶
func (d DestinationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DestinationAttributes) InternalWithRef ¶
func (d DestinationAttributes) InternalWithRef(ref terra.Reference) DestinationAttributes
func (DestinationAttributes) LocalRulestackFqdnListIds ¶
func (d DestinationAttributes) LocalRulestackFqdnListIds() terra.ListValue[terra.StringValue]
func (DestinationAttributes) LocalRulestackPrefixListIds ¶
func (d DestinationAttributes) LocalRulestackPrefixListIds() terra.ListValue[terra.StringValue]
type DestinationState ¶
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_palo_alto_local_rulestack_rule.
func (*Resource) Attributes ¶
func (apalrr *Resource) Attributes() azurermPaloAltoLocalRulestackRuleAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (apalrr *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (apalrr *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 Source ¶
type Source struct { // Cidrs: list of string, optional Cidrs terra.ListValue[terra.StringValue] `hcl:"cidrs,attr"` // Countries: list of string, optional Countries terra.ListValue[terra.StringValue] `hcl:"countries,attr"` // Feeds: list of string, optional Feeds terra.ListValue[terra.StringValue] `hcl:"feeds,attr"` // LocalRulestackPrefixListIds: list of string, optional LocalRulestackPrefixListIds terra.ListValue[terra.StringValue] `hcl:"local_rulestack_prefix_list_ids,attr"` }
type SourceAttributes ¶
type SourceAttributes struct {
// contains filtered or unexported fields
}
func (SourceAttributes) Cidrs ¶
func (s SourceAttributes) Cidrs() terra.ListValue[terra.StringValue]
func (SourceAttributes) Countries ¶
func (s SourceAttributes) Countries() terra.ListValue[terra.StringValue]
func (SourceAttributes) Feeds ¶
func (s SourceAttributes) Feeds() terra.ListValue[terra.StringValue]
func (SourceAttributes) InternalRef ¶
func (s SourceAttributes) InternalRef() (terra.Reference, error)
func (SourceAttributes) InternalTokens ¶
func (s SourceAttributes) InternalTokens() (hclwrite.Tokens, error)
func (SourceAttributes) InternalWithRef ¶
func (s SourceAttributes) InternalWithRef(ref terra.Reference) SourceAttributes
func (SourceAttributes) LocalRulestackPrefixListIds ¶
func (s SourceAttributes) LocalRulestackPrefixListIds() terra.ListValue[terra.StringValue]
type SourceState ¶
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.