Documentation ¶
Index ¶
- type Args
- type Links
- type LinksAttributes
- func (l LinksAttributes) Channels() terra.ListValue[LinksChannelsAttributes]
- func (l LinksAttributes) Direction() terra.StringValue
- func (l LinksAttributes) InternalRef() (terra.Reference, error)
- func (l LinksAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (l LinksAttributes) InternalWithRef(ref terra.Reference) LinksAttributes
- func (l LinksAttributes) Name() terra.StringValue
- func (l LinksAttributes) Polarization() terra.StringValue
- type LinksChannels
- type LinksChannelsAttributes
- func (c LinksChannelsAttributes) BandwidthMhz() terra.NumberValue
- func (c LinksChannelsAttributes) CenterFrequencyMhz() terra.NumberValue
- func (c LinksChannelsAttributes) DemodulationConfiguration() terra.StringValue
- func (c LinksChannelsAttributes) EndPoint() terra.SetValue[LinksChannelsEndPointAttributes]
- func (c LinksChannelsAttributes) InternalRef() (terra.Reference, error)
- func (c LinksChannelsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (c LinksChannelsAttributes) InternalWithRef(ref terra.Reference) LinksChannelsAttributes
- func (c LinksChannelsAttributes) ModulationConfiguration() terra.StringValue
- func (c LinksChannelsAttributes) Name() terra.StringValue
- type LinksChannelsEndPoint
- type LinksChannelsEndPointAttributes
- func (ep LinksChannelsEndPointAttributes) EndPointName() terra.StringValue
- func (ep LinksChannelsEndPointAttributes) InternalRef() (terra.Reference, error)
- func (ep LinksChannelsEndPointAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ep LinksChannelsEndPointAttributes) InternalWithRef(ref terra.Reference) LinksChannelsEndPointAttributes
- func (ep LinksChannelsEndPointAttributes) IpAddress() terra.StringValue
- func (ep LinksChannelsEndPointAttributes) Port() terra.StringValue
- func (ep LinksChannelsEndPointAttributes) Protocol() terra.StringValue
- type LinksChannelsEndPointState
- type LinksChannelsState
- type LinksState
- type Resource
- func (aocp *Resource) Attributes() azurermOrbitalContactProfileAttributes
- func (aocp *Resource) Configuration() interface{}
- func (aocp *Resource) DependOn() terra.Reference
- func (aocp *Resource) Dependencies() terra.Dependencies
- func (aocp *Resource) ImportState(state io.Reader) error
- func (aocp *Resource) LifecycleManagement() *terra.Lifecycle
- func (aocp *Resource) LocalName() string
- func (aocp *Resource) State() (*azurermOrbitalContactProfileState, bool)
- func (aocp *Resource) StateMust() *azurermOrbitalContactProfileState
- func (aocp *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 { // AutoTracking: string, required AutoTracking terra.StringValue `hcl:"auto_tracking,attr" validate:"required"` // EventHubUri: string, optional EventHubUri terra.StringValue `hcl:"event_hub_uri,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Location: string, required Location terra.StringValue `hcl:"location,attr" validate:"required"` // MinimumElevationDegrees: number, optional MinimumElevationDegrees terra.NumberValue `hcl:"minimum_elevation_degrees,attr"` // MinimumVariableContactDuration: string, required MinimumVariableContactDuration terra.StringValue `hcl:"minimum_variable_contact_duration,attr" validate:"required"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // NetworkConfigurationSubnetId: string, required NetworkConfigurationSubnetId terra.StringValue `hcl:"network_configuration_subnet_id,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"` // Links: min=1 Links []Links `hcl:"links,block" validate:"min=1"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for azurerm_orbital_contact_profile.
type Links ¶
type Links struct { // Direction: string, required Direction terra.StringValue `hcl:"direction,attr" validate:"required"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // Polarization: string, required Polarization terra.StringValue `hcl:"polarization,attr" validate:"required"` // LinksChannels: min=1 Channels []LinksChannels `hcl:"channels,block" validate:"min=1"` }
type LinksAttributes ¶
type LinksAttributes struct {
// contains filtered or unexported fields
}
func (LinksAttributes) Channels ¶
func (l LinksAttributes) Channels() terra.ListValue[LinksChannelsAttributes]
func (LinksAttributes) Direction ¶
func (l LinksAttributes) Direction() terra.StringValue
func (LinksAttributes) InternalRef ¶
func (l LinksAttributes) InternalRef() (terra.Reference, error)
func (LinksAttributes) InternalTokens ¶
func (l LinksAttributes) InternalTokens() (hclwrite.Tokens, error)
func (LinksAttributes) InternalWithRef ¶
func (l LinksAttributes) InternalWithRef(ref terra.Reference) LinksAttributes
func (LinksAttributes) Name ¶
func (l LinksAttributes) Name() terra.StringValue
func (LinksAttributes) Polarization ¶
func (l LinksAttributes) Polarization() terra.StringValue
type LinksChannels ¶
type LinksChannels struct { // BandwidthMhz: number, required BandwidthMhz terra.NumberValue `hcl:"bandwidth_mhz,attr" validate:"required"` // CenterFrequencyMhz: number, required CenterFrequencyMhz terra.NumberValue `hcl:"center_frequency_mhz,attr" validate:"required"` // DemodulationConfiguration: string, optional DemodulationConfiguration terra.StringValue `hcl:"demodulation_configuration,attr"` // ModulationConfiguration: string, optional ModulationConfiguration terra.StringValue `hcl:"modulation_configuration,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // LinksChannelsEndPoint: min=1 EndPoint []LinksChannelsEndPoint `hcl:"end_point,block" validate:"min=1"` }
type LinksChannelsAttributes ¶
type LinksChannelsAttributes struct {
// contains filtered or unexported fields
}
func (LinksChannelsAttributes) BandwidthMhz ¶
func (c LinksChannelsAttributes) BandwidthMhz() terra.NumberValue
func (LinksChannelsAttributes) CenterFrequencyMhz ¶
func (c LinksChannelsAttributes) CenterFrequencyMhz() terra.NumberValue
func (LinksChannelsAttributes) DemodulationConfiguration ¶
func (c LinksChannelsAttributes) DemodulationConfiguration() terra.StringValue
func (LinksChannelsAttributes) EndPoint ¶
func (c LinksChannelsAttributes) EndPoint() terra.SetValue[LinksChannelsEndPointAttributes]
func (LinksChannelsAttributes) InternalRef ¶
func (c LinksChannelsAttributes) InternalRef() (terra.Reference, error)
func (LinksChannelsAttributes) InternalTokens ¶
func (c LinksChannelsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (LinksChannelsAttributes) InternalWithRef ¶
func (c LinksChannelsAttributes) InternalWithRef(ref terra.Reference) LinksChannelsAttributes
func (LinksChannelsAttributes) ModulationConfiguration ¶
func (c LinksChannelsAttributes) ModulationConfiguration() terra.StringValue
func (LinksChannelsAttributes) Name ¶
func (c LinksChannelsAttributes) Name() terra.StringValue
type LinksChannelsEndPoint ¶
type LinksChannelsEndPoint struct { // EndPointName: string, required EndPointName terra.StringValue `hcl:"end_point_name,attr" validate:"required"` // IpAddress: string, optional IpAddress terra.StringValue `hcl:"ip_address,attr"` // Port: string, required Port terra.StringValue `hcl:"port,attr" validate:"required"` // Protocol: string, required Protocol terra.StringValue `hcl:"protocol,attr" validate:"required"` }
type LinksChannelsEndPointAttributes ¶
type LinksChannelsEndPointAttributes struct {
// contains filtered or unexported fields
}
func (LinksChannelsEndPointAttributes) EndPointName ¶
func (ep LinksChannelsEndPointAttributes) EndPointName() terra.StringValue
func (LinksChannelsEndPointAttributes) InternalRef ¶
func (ep LinksChannelsEndPointAttributes) InternalRef() (terra.Reference, error)
func (LinksChannelsEndPointAttributes) InternalTokens ¶
func (ep LinksChannelsEndPointAttributes) InternalTokens() (hclwrite.Tokens, error)
func (LinksChannelsEndPointAttributes) InternalWithRef ¶
func (ep LinksChannelsEndPointAttributes) InternalWithRef(ref terra.Reference) LinksChannelsEndPointAttributes
func (LinksChannelsEndPointAttributes) IpAddress ¶
func (ep LinksChannelsEndPointAttributes) IpAddress() terra.StringValue
func (LinksChannelsEndPointAttributes) Port ¶
func (ep LinksChannelsEndPointAttributes) Port() terra.StringValue
func (LinksChannelsEndPointAttributes) Protocol ¶
func (ep LinksChannelsEndPointAttributes) Protocol() terra.StringValue
type LinksChannelsState ¶
type LinksChannelsState struct { BandwidthMhz float64 `json:"bandwidth_mhz"` CenterFrequencyMhz float64 `json:"center_frequency_mhz"` DemodulationConfiguration string `json:"demodulation_configuration"` ModulationConfiguration string `json:"modulation_configuration"` Name string `json:"name"` EndPoint []LinksChannelsEndPointState `json:"end_point"` }
type LinksState ¶
type LinksState struct { Direction string `json:"direction"` Name string `json:"name"` Polarization string `json:"polarization"` Channels []LinksChannelsState `json:"channels"` }
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_orbital_contact_profile.
func (*Resource) Attributes ¶
func (aocp *Resource) Attributes() azurermOrbitalContactProfileAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (aocp *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (aocp *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.