Documentation ¶
Index ¶
- type SupportedInstanceTypes
- type SupportedInstanceTypesAttributes
- func (sit SupportedInstanceTypesAttributes) Architecture() terra.StringValue
- func (sit SupportedInstanceTypesAttributes) EbsOptimizedAvailable() terra.BoolValue
- func (sit SupportedInstanceTypesAttributes) EbsOptimizedByDefault() terra.BoolValue
- func (sit SupportedInstanceTypesAttributes) EbsStorageOnly() terra.BoolValue
- func (sit SupportedInstanceTypesAttributes) InstanceFamilyId() terra.StringValue
- func (sit SupportedInstanceTypesAttributes) InternalRef() (terra.Reference, error)
- func (sit SupportedInstanceTypesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (sit SupportedInstanceTypesAttributes) InternalWithRef(ref terra.Reference) SupportedInstanceTypesAttributes
- func (sit SupportedInstanceTypesAttributes) Is64BitsOnly() terra.BoolValue
- func (sit SupportedInstanceTypesAttributes) MemoryGb() terra.NumberValue
- func (sit SupportedInstanceTypesAttributes) NumberOfDisks() terra.NumberValue
- func (sit SupportedInstanceTypesAttributes) StorageGb() terra.NumberValue
- func (sit SupportedInstanceTypesAttributes) Type() terra.StringValue
- func (sit SupportedInstanceTypesAttributes) Vcpu() terra.NumberValue
- type SupportedInstanceTypesState
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 (sit SupportedInstanceTypesAttributes) Architecture() terra.StringValue
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 (sit SupportedInstanceTypesAttributes) InternalRef() (terra.Reference, error)
func (SupportedInstanceTypesAttributes) InternalTokens ¶
func (sit SupportedInstanceTypesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (SupportedInstanceTypesAttributes) InternalWithRef ¶
func (sit SupportedInstanceTypesAttributes) InternalWithRef(ref terra.Reference) SupportedInstanceTypesAttributes
func (SupportedInstanceTypesAttributes) Is64BitsOnly ¶
func (sit SupportedInstanceTypesAttributes) Is64BitsOnly() terra.BoolValue
func (SupportedInstanceTypesAttributes) MemoryGb ¶
func (sit SupportedInstanceTypesAttributes) MemoryGb() terra.NumberValue
func (SupportedInstanceTypesAttributes) NumberOfDisks ¶
func (sit SupportedInstanceTypesAttributes) NumberOfDisks() terra.NumberValue
func (SupportedInstanceTypesAttributes) StorageGb ¶
func (sit SupportedInstanceTypesAttributes) StorageGb() terra.NumberValue
func (SupportedInstanceTypesAttributes) Type ¶
func (sit SupportedInstanceTypesAttributes) Type() terra.StringValue
func (SupportedInstanceTypesAttributes) Vcpu ¶
func (sit SupportedInstanceTypesAttributes) Vcpu() terra.NumberValue
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"` }
Click to show internal directories.
Click to hide internal directories.