Documentation ¶
Index ¶
- type DeviceProperties
- type DevicePropertiesAttributes
- func (dp DevicePropertiesAttributes) Capacity() terra.NumberValue
- func (dp DevicePropertiesAttributes) ConfiguredRoleTypes() terra.ListValue[terra.StringValue]
- func (dp DevicePropertiesAttributes) Culture() terra.StringValue
- func (dp DevicePropertiesAttributes) HcsVersion() terra.StringValue
- func (dp DevicePropertiesAttributes) InternalRef() (terra.Reference, error)
- func (dp DevicePropertiesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (dp DevicePropertiesAttributes) InternalWithRef(ref terra.Reference) DevicePropertiesAttributes
- func (dp DevicePropertiesAttributes) Model() terra.StringValue
- func (dp DevicePropertiesAttributes) NodeCount() terra.NumberValue
- func (dp DevicePropertiesAttributes) SerialNumber() terra.StringValue
- func (dp DevicePropertiesAttributes) SoftwareVersion() terra.StringValue
- func (dp DevicePropertiesAttributes) Status() terra.StringValue
- func (dp DevicePropertiesAttributes) TimeZone() terra.StringValue
- func (dp DevicePropertiesAttributes) Type() terra.StringValue
- type DevicePropertiesState
- type Timeouts
- type TimeoutsAttributes
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeviceProperties ¶
type DeviceProperties struct{}
type DevicePropertiesAttributes ¶
type DevicePropertiesAttributes struct {
// contains filtered or unexported fields
}
func (DevicePropertiesAttributes) Capacity ¶
func (dp DevicePropertiesAttributes) Capacity() terra.NumberValue
func (DevicePropertiesAttributes) ConfiguredRoleTypes ¶
func (dp DevicePropertiesAttributes) ConfiguredRoleTypes() terra.ListValue[terra.StringValue]
func (DevicePropertiesAttributes) Culture ¶
func (dp DevicePropertiesAttributes) Culture() terra.StringValue
func (DevicePropertiesAttributes) HcsVersion ¶
func (dp DevicePropertiesAttributes) HcsVersion() terra.StringValue
func (DevicePropertiesAttributes) InternalRef ¶
func (dp DevicePropertiesAttributes) InternalRef() (terra.Reference, error)
func (DevicePropertiesAttributes) InternalTokens ¶
func (dp DevicePropertiesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DevicePropertiesAttributes) InternalWithRef ¶
func (dp DevicePropertiesAttributes) InternalWithRef(ref terra.Reference) DevicePropertiesAttributes
func (DevicePropertiesAttributes) Model ¶
func (dp DevicePropertiesAttributes) Model() terra.StringValue
func (DevicePropertiesAttributes) NodeCount ¶
func (dp DevicePropertiesAttributes) NodeCount() terra.NumberValue
func (DevicePropertiesAttributes) SerialNumber ¶
func (dp DevicePropertiesAttributes) SerialNumber() terra.StringValue
func (DevicePropertiesAttributes) SoftwareVersion ¶
func (dp DevicePropertiesAttributes) SoftwareVersion() terra.StringValue
func (DevicePropertiesAttributes) Status ¶
func (dp DevicePropertiesAttributes) Status() terra.StringValue
func (DevicePropertiesAttributes) TimeZone ¶
func (dp DevicePropertiesAttributes) TimeZone() terra.StringValue
func (DevicePropertiesAttributes) Type ¶
func (dp DevicePropertiesAttributes) Type() terra.StringValue
type DevicePropertiesState ¶
type DevicePropertiesState struct { Capacity float64 `json:"capacity"` ConfiguredRoleTypes []string `json:"configured_role_types"` Culture string `json:"culture"` HcsVersion string `json:"hcs_version"` Model string `json:"model"` NodeCount float64 `json:"node_count"` SerialNumber string `json:"serial_number"` SoftwareVersion string `json:"software_version"` Status string `json:"status"` TimeZone string `json:"time_zone"` Type string `json:"type"` }
type Timeouts ¶
type Timeouts struct { // Read: string, optional Read terra.StringValue `hcl:"read,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
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 (t TimeoutsAttributes) Read() terra.StringValue
type TimeoutsState ¶
type TimeoutsState struct {
Read string `json:"read"`
}
Click to show internal directories.
Click to hide internal directories.