dataemrsupportedinstancetypes

package
v0.0.0-...-917d9f1 Latest Latest
Warning

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

Go to latest
Published: Apr 10, 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 SupportedInstanceTypes

type SupportedInstanceTypes struct{}

type SupportedInstanceTypesAttributes

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

func (SupportedInstanceTypesAttributes) Architecture

func (SupportedInstanceTypesAttributes) EbsOptimizedAvailable

func (sit SupportedInstanceTypesAttributes) EbsOptimizedAvailable() terra.BoolValue

func (SupportedInstanceTypesAttributes) EbsOptimizedByDefault

func (sit SupportedInstanceTypesAttributes) EbsOptimizedByDefault() terra.BoolValue

func (SupportedInstanceTypesAttributes) EbsStorageOnly

func (sit SupportedInstanceTypesAttributes) EbsStorageOnly() terra.BoolValue

func (SupportedInstanceTypesAttributes) InstanceFamilyId

func (sit SupportedInstanceTypesAttributes) InstanceFamilyId() terra.StringValue

func (SupportedInstanceTypesAttributes) InternalRef

func (SupportedInstanceTypesAttributes) InternalTokens

func (sit SupportedInstanceTypesAttributes) InternalTokens() (hclwrite.Tokens, error)

func (SupportedInstanceTypesAttributes) InternalWithRef

func (SupportedInstanceTypesAttributes) Is64BitsOnly

func (SupportedInstanceTypesAttributes) MemoryGb

func (SupportedInstanceTypesAttributes) NumberOfDisks

func (SupportedInstanceTypesAttributes) StorageGb

func (SupportedInstanceTypesAttributes) Type

func (SupportedInstanceTypesAttributes) Vcpu

type SupportedInstanceTypesState

type SupportedInstanceTypesState struct {
	Architecture          string  `json:"architecture"`
	EbsOptimizedAvailable bool    `json:"ebs_optimized_available"`
	EbsOptimizedByDefault bool    `json:"ebs_optimized_by_default"`
	EbsStorageOnly        bool    `json:"ebs_storage_only"`
	InstanceFamilyId      string  `json:"instance_family_id"`
	Is64BitsOnly          bool    `json:"is_64_bits_only"`
	MemoryGb              float64 `json:"memory_gb"`
	NumberOfDisks         float64 `json:"number_of_disks"`
	StorageGb             float64 `json:"storage_gb"`
	Type                  string  `json:"type"`
	Vcpu                  float64 `json:"vcpu"`
}

Jump to

Keyboard shortcuts

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