dataservicequotastemplates

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 Templates

type Templates struct{}

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 (TemplatesAttributes) ServiceCode

func (t TemplatesAttributes) ServiceCode() terra.StringValue

func (TemplatesAttributes) ServiceName

func (t TemplatesAttributes) ServiceName() terra.StringValue

func (TemplatesAttributes) Unit

func (TemplatesAttributes) Value

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"`
}

Jump to

Keyboard shortcuts

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