Documentation
¶
Index ¶
- type Templates
- type TemplatesAttributes
- func (t TemplatesAttributes) GlobalQuota() terra.BoolValue
- func (t TemplatesAttributes) InternalRef() (terra.Reference, error)
- func (t TemplatesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (t TemplatesAttributes) InternalWithRef(ref terra.Reference) TemplatesAttributes
- func (t TemplatesAttributes) QuotaCode() terra.StringValue
- func (t TemplatesAttributes) QuotaName() terra.StringValue
- func (t TemplatesAttributes) Region() terra.StringValue
- func (t TemplatesAttributes) ServiceCode() terra.StringValue
- func (t TemplatesAttributes) ServiceName() terra.StringValue
- func (t TemplatesAttributes) Unit() terra.StringValue
- func (t TemplatesAttributes) Value() terra.NumberValue
- type TemplatesState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TemplatesAttributes ¶
type TemplatesAttributes struct {
// contains filtered or unexported fields
}
func (TemplatesAttributes) GlobalQuota ¶
func (t TemplatesAttributes) GlobalQuota() terra.BoolValue
func (TemplatesAttributes) InternalRef ¶
func (t TemplatesAttributes) InternalRef() (terra.Reference, error)
func (TemplatesAttributes) InternalTokens ¶
func (t TemplatesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (TemplatesAttributes) InternalWithRef ¶
func (t TemplatesAttributes) InternalWithRef(ref terra.Reference) TemplatesAttributes
func (TemplatesAttributes) QuotaCode ¶
func (t TemplatesAttributes) QuotaCode() terra.StringValue
func (TemplatesAttributes) QuotaName ¶
func (t TemplatesAttributes) QuotaName() terra.StringValue
func (TemplatesAttributes) Region ¶
func (t TemplatesAttributes) Region() terra.StringValue
func (TemplatesAttributes) ServiceCode ¶
func (t TemplatesAttributes) ServiceCode() terra.StringValue
func (TemplatesAttributes) ServiceName ¶
func (t TemplatesAttributes) ServiceName() terra.StringValue
func (TemplatesAttributes) Unit ¶
func (t TemplatesAttributes) Unit() terra.StringValue
func (TemplatesAttributes) Value ¶
func (t TemplatesAttributes) Value() terra.NumberValue
type TemplatesState ¶
type TemplatesState struct { GlobalQuota bool `json:"global_quota"` QuotaCode string `json:"quota_code"` QuotaName string `json:"quota_name"` Region string `json:"region"` ServiceCode string `json:"service_code"` ServiceName string `json:"service_name"` Unit string `json:"unit"` Value float64 `json:"value"` }
Click to show internal directories.
Click to hide internal directories.