appstreamfleet

package
v0.0.0-...-964ba77 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ComputeCapacity

type ComputeCapacity struct {
	// DesiredInstances: number, required
	DesiredInstances terra.NumberValue `hcl:"desired_instances,attr" validate:"required"`
}

type ComputeCapacityAttributes

type ComputeCapacityAttributes struct {
	// contains filtered or unexported fields
}

func (ComputeCapacityAttributes) Available

func (ComputeCapacityAttributes) DesiredInstances

func (cc ComputeCapacityAttributes) DesiredInstances() terra.NumberValue

func (ComputeCapacityAttributes) InUse

func (ComputeCapacityAttributes) InternalRef

func (cc ComputeCapacityAttributes) InternalRef() (terra.Reference, error)

func (ComputeCapacityAttributes) InternalTokens

func (cc ComputeCapacityAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ComputeCapacityAttributes) InternalWithRef

func (ComputeCapacityAttributes) Running

type ComputeCapacityState

type ComputeCapacityState struct {
	Available        float64 `json:"available"`
	DesiredInstances float64 `json:"desired_instances"`
	InUse            float64 `json:"in_use"`
	Running          float64 `json:"running"`
}

type DomainJoinInfo

type DomainJoinInfo struct {
	// DirectoryName: string, optional
	DirectoryName terra.StringValue `hcl:"directory_name,attr"`
	// OrganizationalUnitDistinguishedName: string, optional
	OrganizationalUnitDistinguishedName terra.StringValue `hcl:"organizational_unit_distinguished_name,attr"`
}

type DomainJoinInfoAttributes

type DomainJoinInfoAttributes struct {
	// contains filtered or unexported fields
}

func (DomainJoinInfoAttributes) DirectoryName

func (dji DomainJoinInfoAttributes) DirectoryName() terra.StringValue

func (DomainJoinInfoAttributes) InternalRef

func (dji DomainJoinInfoAttributes) InternalRef() (terra.Reference, error)

func (DomainJoinInfoAttributes) InternalTokens

func (dji DomainJoinInfoAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DomainJoinInfoAttributes) InternalWithRef

func (DomainJoinInfoAttributes) OrganizationalUnitDistinguishedName

func (dji DomainJoinInfoAttributes) OrganizationalUnitDistinguishedName() terra.StringValue

type DomainJoinInfoState

type DomainJoinInfoState struct {
	DirectoryName                       string `json:"directory_name"`
	OrganizationalUnitDistinguishedName string `json:"organizational_unit_distinguished_name"`
}

type VpcConfig

type VpcConfig struct {
	// SecurityGroupIds: list of string, optional
	SecurityGroupIds terra.ListValue[terra.StringValue] `hcl:"security_group_ids,attr"`
	// SubnetIds: list of string, optional
	SubnetIds terra.ListValue[terra.StringValue] `hcl:"subnet_ids,attr"`
}

type VpcConfigAttributes

type VpcConfigAttributes struct {
	// contains filtered or unexported fields
}

func (VpcConfigAttributes) InternalRef

func (vc VpcConfigAttributes) InternalRef() (terra.Reference, error)

func (VpcConfigAttributes) InternalTokens

func (vc VpcConfigAttributes) InternalTokens() (hclwrite.Tokens, error)

func (VpcConfigAttributes) InternalWithRef

func (vc VpcConfigAttributes) InternalWithRef(ref terra.Reference) VpcConfigAttributes

func (VpcConfigAttributes) SecurityGroupIds

func (vc VpcConfigAttributes) SecurityGroupIds() terra.ListValue[terra.StringValue]

func (VpcConfigAttributes) SubnetIds

type VpcConfigState

type VpcConfigState struct {
	SecurityGroupIds []string `json:"security_group_ids"`
	SubnetIds        []string `json:"subnet_ids"`
}

Jump to

Keyboard shortcuts

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