azurerm_orbital_contact_profile

package
v0.0.0-...-4deecce Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 16, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

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 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 (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 (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 (LinksChannelsAttributes) InternalRef

func (c LinksChannelsAttributes) InternalRef() (terra.Reference, error)

func (LinksChannelsAttributes) InternalTokens

func (c LinksChannelsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (LinksChannelsAttributes) InternalWithRef

func (LinksChannelsAttributes) ModulationConfiguration

func (c LinksChannelsAttributes) ModulationConfiguration() terra.StringValue

func (LinksChannelsAttributes) Name

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 (LinksChannelsEndPointAttributes) InternalRef

func (LinksChannelsEndPointAttributes) InternalTokens

func (ep LinksChannelsEndPointAttributes) InternalTokens() (hclwrite.Tokens, error)

func (LinksChannelsEndPointAttributes) InternalWithRef

func (LinksChannelsEndPointAttributes) IpAddress

func (LinksChannelsEndPointAttributes) Port

func (LinksChannelsEndPointAttributes) Protocol

type LinksChannelsEndPointState

type LinksChannelsEndPointState struct {
	EndPointName string `json:"end_point_name"`
	IpAddress    string `json:"ip_address"`
	Port         string `json:"port"`
	Protocol     string `json:"protocol"`
}

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 New

func New(name string, args Args) *Resource

New creates a new instance of Resource.

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) DependOn

func (aocp *Resource) DependOn() terra.Reference

DependOn is used for other resources to depend on Resource.

func (*Resource) Dependencies

func (aocp *Resource) Dependencies() terra.Dependencies

Dependencies returns the list of resources Resource depends_on.

func (*Resource) ImportState

func (aocp *Resource) ImportState(state io.Reader) error

ImportState imports the given attribute values into Resource's state.

func (*Resource) LifecycleManagement

func (aocp *Resource) LifecycleManagement() *terra.Lifecycle

LifecycleManagement returns the lifecycle block for Resource.

func (*Resource) LocalName

func (aocp *Resource) LocalName() string

LocalName returns the local name for Resource.

func (*Resource) State

func (aocp *Resource) State() (*azurermOrbitalContactProfileState, bool)

State returns the state and a bool indicating if Resource has state.

func (*Resource) StateMust

func (aocp *Resource) StateMust() *azurermOrbitalContactProfileState

StateMust returns the state for Resource. Panics if the state is nil.

func (*Resource) Type

func (aocp *Resource) Type() string

Type returns the Terraform object type 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 (TimeoutsAttributes) Delete

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 (TimeoutsAttributes) Update

type TimeoutsState

type TimeoutsState struct {
	Create string `json:"create"`
	Delete string `json:"delete"`
	Read   string `json:"read"`
	Update string `json:"update"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL