Documentation ¶
Index ¶
- type Args
- type DataArgs
- type DataDestinationIpRangesAttributes
- func (dir DataDestinationIpRangesAttributes) ExternalAddress() terra.StringValue
- func (dir DataDestinationIpRangesAttributes) InternalRef() (terra.Reference, error)
- func (dir DataDestinationIpRangesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (dir DataDestinationIpRangesAttributes) InternalWithRef(ref terra.Reference) DataDestinationIpRangesAttributes
- func (dir DataDestinationIpRangesAttributes) IpAddressRange() terra.StringValue
- type DataDestinationIpRangesState
- type DataSource
- type DataSourceIpRangesAttributes
- func (sir DataSourceIpRangesAttributes) InternalRef() (terra.Reference, error)
- func (sir DataSourceIpRangesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (sir DataSourceIpRangesAttributes) InternalWithRef(ref terra.Reference) DataSourceIpRangesAttributes
- func (sir DataSourceIpRangesAttributes) IpAddress() terra.StringValue
- func (sir DataSourceIpRangesAttributes) IpAddressRange() terra.StringValue
- type DataSourceIpRangesState
- type DestinationIpRanges
- type DestinationIpRangesAttributes
- func (dir DestinationIpRangesAttributes) ExternalAddress() terra.StringValue
- func (dir DestinationIpRangesAttributes) InternalRef() (terra.Reference, error)
- func (dir DestinationIpRangesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (dir DestinationIpRangesAttributes) InternalWithRef(ref terra.Reference) DestinationIpRangesAttributes
- func (dir DestinationIpRangesAttributes) IpAddressRange() terra.StringValue
- type DestinationIpRangesState
- type Resource
- func (gvear *Resource) Attributes() googleVmwareengineExternalAccessRuleAttributes
- func (gvear *Resource) Configuration() interface{}
- func (gvear *Resource) DependOn() terra.Reference
- func (gvear *Resource) Dependencies() terra.Dependencies
- func (gvear *Resource) ImportState(state io.Reader) error
- func (gvear *Resource) LifecycleManagement() *terra.Lifecycle
- func (gvear *Resource) LocalName() string
- func (gvear *Resource) State() (*googleVmwareengineExternalAccessRuleState, bool)
- func (gvear *Resource) StateMust() *googleVmwareengineExternalAccessRuleState
- func (gvear *Resource) Type() string
- type SourceIpRanges
- type SourceIpRangesAttributes
- func (sir SourceIpRangesAttributes) InternalRef() (terra.Reference, error)
- func (sir SourceIpRangesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (sir SourceIpRangesAttributes) InternalWithRef(ref terra.Reference) SourceIpRangesAttributes
- func (sir SourceIpRangesAttributes) IpAddress() terra.StringValue
- func (sir SourceIpRangesAttributes) IpAddressRange() terra.StringValue
- type SourceIpRangesState
- 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) 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"` // Description: string, optional Description terra.StringValue `hcl:"description,attr"` // DestinationPorts: list of string, required DestinationPorts terra.ListValue[terra.StringValue] `hcl:"destination_ports,attr" validate:"required"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // IpProtocol: string, required IpProtocol terra.StringValue `hcl:"ip_protocol,attr" validate:"required"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // Parent: string, required Parent terra.StringValue `hcl:"parent,attr" validate:"required"` // Priority: number, required Priority terra.NumberValue `hcl:"priority,attr" validate:"required"` // SourcePorts: list of string, required SourcePorts terra.ListValue[terra.StringValue] `hcl:"source_ports,attr" validate:"required"` // DestinationIpRanges: min=1 DestinationIpRanges []DestinationIpRanges `hcl:"destination_ip_ranges,block" validate:"min=1"` // SourceIpRanges: min=1 SourceIpRanges []SourceIpRanges `hcl:"source_ip_ranges,block" validate:"min=1"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for google_vmwareengine_external_access_rule.
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"` // Parent: string, required Parent terra.StringValue `hcl:"parent,attr" validate:"required"` }
DataArgs contains the configurations for google_vmwareengine_external_access_rule.
type DataDestinationIpRangesAttributes ¶
type DataDestinationIpRangesAttributes struct {
// contains filtered or unexported fields
}
func (DataDestinationIpRangesAttributes) ExternalAddress ¶
func (dir DataDestinationIpRangesAttributes) ExternalAddress() terra.StringValue
func (DataDestinationIpRangesAttributes) InternalRef ¶
func (dir DataDestinationIpRangesAttributes) InternalRef() (terra.Reference, error)
func (DataDestinationIpRangesAttributes) InternalTokens ¶
func (dir DataDestinationIpRangesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataDestinationIpRangesAttributes) InternalWithRef ¶
func (dir DataDestinationIpRangesAttributes) InternalWithRef(ref terra.Reference) DataDestinationIpRangesAttributes
func (DataDestinationIpRangesAttributes) IpAddressRange ¶
func (dir DataDestinationIpRangesAttributes) IpAddressRange() terra.StringValue
type DataSource ¶
DataSource represents the Terraform data resource google_vmwareengine_external_access_rule.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (gvear *DataSource) Attributes() dataGoogleVmwareengineExternalAccessRuleAttributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (gvear *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (gvear *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (gvear *DataSource) LocalName() string
LocalName returns the local name for DataSource.
type DataSourceIpRangesAttributes ¶
type DataSourceIpRangesAttributes struct {
// contains filtered or unexported fields
}
func (DataSourceIpRangesAttributes) InternalRef ¶
func (sir DataSourceIpRangesAttributes) InternalRef() (terra.Reference, error)
func (DataSourceIpRangesAttributes) InternalTokens ¶
func (sir DataSourceIpRangesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataSourceIpRangesAttributes) InternalWithRef ¶
func (sir DataSourceIpRangesAttributes) InternalWithRef(ref terra.Reference) DataSourceIpRangesAttributes
func (DataSourceIpRangesAttributes) IpAddress ¶
func (sir DataSourceIpRangesAttributes) IpAddress() terra.StringValue
func (DataSourceIpRangesAttributes) IpAddressRange ¶
func (sir DataSourceIpRangesAttributes) IpAddressRange() terra.StringValue
type DataSourceIpRangesState ¶
type DestinationIpRanges ¶
type DestinationIpRanges struct { // ExternalAddress: string, optional ExternalAddress terra.StringValue `hcl:"external_address,attr"` // IpAddressRange: string, optional IpAddressRange terra.StringValue `hcl:"ip_address_range,attr"` }
type DestinationIpRangesAttributes ¶
type DestinationIpRangesAttributes struct {
// contains filtered or unexported fields
}
func (DestinationIpRangesAttributes) ExternalAddress ¶
func (dir DestinationIpRangesAttributes) ExternalAddress() terra.StringValue
func (DestinationIpRangesAttributes) InternalRef ¶
func (dir DestinationIpRangesAttributes) InternalRef() (terra.Reference, error)
func (DestinationIpRangesAttributes) InternalTokens ¶
func (dir DestinationIpRangesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DestinationIpRangesAttributes) InternalWithRef ¶
func (dir DestinationIpRangesAttributes) InternalWithRef(ref terra.Reference) DestinationIpRangesAttributes
func (DestinationIpRangesAttributes) IpAddressRange ¶
func (dir DestinationIpRangesAttributes) IpAddressRange() terra.StringValue
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 google_vmwareengine_external_access_rule.
func (*Resource) Attributes ¶
func (gvear *Resource) Attributes() googleVmwareengineExternalAccessRuleAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (gvear *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (gvear *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 SourceIpRanges ¶
type SourceIpRanges struct { // IpAddress: string, optional IpAddress terra.StringValue `hcl:"ip_address,attr"` // IpAddressRange: string, optional IpAddressRange terra.StringValue `hcl:"ip_address_range,attr"` }
type SourceIpRangesAttributes ¶
type SourceIpRangesAttributes struct {
// contains filtered or unexported fields
}
func (SourceIpRangesAttributes) InternalRef ¶
func (sir SourceIpRangesAttributes) InternalRef() (terra.Reference, error)
func (SourceIpRangesAttributes) InternalTokens ¶
func (sir SourceIpRangesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (SourceIpRangesAttributes) InternalWithRef ¶
func (sir SourceIpRangesAttributes) InternalWithRef(ref terra.Reference) SourceIpRangesAttributes
func (SourceIpRangesAttributes) IpAddress ¶
func (sir SourceIpRangesAttributes) IpAddress() terra.StringValue
func (SourceIpRangesAttributes) IpAddressRange ¶
func (sir SourceIpRangesAttributes) IpAddressRange() terra.StringValue
type SourceIpRangesState ¶
type Timeouts ¶
type Timeouts struct { // Create: string, optional Create terra.StringValue `hcl:"create,attr"` // Delete: string, optional Delete terra.StringValue `hcl:"delete,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) Update ¶
func (t TimeoutsAttributes) Update() terra.StringValue