Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComputeType ¶
type ComputeType struct{}
type ComputeTypeAttributes ¶
type ComputeTypeAttributes struct {
// contains filtered or unexported fields
}
func (ComputeTypeAttributes) InternalRef ¶
func (ct ComputeTypeAttributes) InternalRef() (terra.Reference, error)
func (ComputeTypeAttributes) InternalTokens ¶
func (ct ComputeTypeAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ComputeTypeAttributes) InternalWithRef ¶
func (ct ComputeTypeAttributes) InternalWithRef(ref terra.Reference) ComputeTypeAttributes
func (ComputeTypeAttributes) Name ¶
func (ct ComputeTypeAttributes) Name() terra.StringValue
type ComputeTypeState ¶
type ComputeTypeState struct {
Name string `json:"name"`
}
type RootStorage ¶
type RootStorage struct{}
type RootStorageAttributes ¶
type RootStorageAttributes struct {
// contains filtered or unexported fields
}
func (RootStorageAttributes) Capacity ¶
func (rs RootStorageAttributes) Capacity() terra.StringValue
func (RootStorageAttributes) InternalRef ¶
func (rs RootStorageAttributes) InternalRef() (terra.Reference, error)
func (RootStorageAttributes) InternalTokens ¶
func (rs RootStorageAttributes) InternalTokens() (hclwrite.Tokens, error)
func (RootStorageAttributes) InternalWithRef ¶
func (rs RootStorageAttributes) InternalWithRef(ref terra.Reference) RootStorageAttributes
type RootStorageState ¶
type RootStorageState struct {
Capacity string `json:"capacity"`
}
type UserStorage ¶
type UserStorage struct{}
type UserStorageAttributes ¶
type UserStorageAttributes struct {
// contains filtered or unexported fields
}
func (UserStorageAttributes) Capacity ¶
func (us UserStorageAttributes) Capacity() terra.StringValue
func (UserStorageAttributes) InternalRef ¶
func (us UserStorageAttributes) InternalRef() (terra.Reference, error)
func (UserStorageAttributes) InternalTokens ¶
func (us UserStorageAttributes) InternalTokens() (hclwrite.Tokens, error)
func (UserStorageAttributes) InternalWithRef ¶
func (us UserStorageAttributes) InternalWithRef(ref terra.Reference) UserStorageAttributes
type UserStorageState ¶
type UserStorageState struct {
Capacity string `json:"capacity"`
}
Click to show internal directories.
Click to hide internal directories.