google_cloud_quotas_quota_infos

package
v0.0.0-...-4deecce Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 16, 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 DataArgs

type DataArgs struct {
	// Id: string, optional
	Id terra.StringValue `hcl:"id,attr"`
	// Parent: string, required
	Parent terra.StringValue `hcl:"parent,attr" validate:"required"`
	// Service: string, required
	Service terra.StringValue `hcl:"service,attr" validate:"required"`
}

DataArgs contains the configurations for google_cloud_quotas_quota_infos.

type DataQuotaInfosAttributes

type DataQuotaInfosAttributes struct {
	// contains filtered or unexported fields
}

func (DataQuotaInfosAttributes) ContainerType

func (qi DataQuotaInfosAttributes) ContainerType() terra.StringValue

func (DataQuotaInfosAttributes) Dimensions

func (DataQuotaInfosAttributes) DimensionsInfos

func (DataQuotaInfosAttributes) InternalRef

func (qi DataQuotaInfosAttributes) InternalRef() (terra.Reference, error)

func (DataQuotaInfosAttributes) InternalTokens

func (qi DataQuotaInfosAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DataQuotaInfosAttributes) InternalWithRef

func (DataQuotaInfosAttributes) IsConcurrent

func (qi DataQuotaInfosAttributes) IsConcurrent() terra.BoolValue

func (DataQuotaInfosAttributes) IsFixed

func (DataQuotaInfosAttributes) IsPrecise

func (qi DataQuotaInfosAttributes) IsPrecise() terra.BoolValue

func (DataQuotaInfosAttributes) Metric

func (DataQuotaInfosAttributes) MetricDisplayName

func (qi DataQuotaInfosAttributes) MetricDisplayName() terra.StringValue

func (DataQuotaInfosAttributes) MetricUnit

func (qi DataQuotaInfosAttributes) MetricUnit() terra.StringValue

func (DataQuotaInfosAttributes) Name

func (DataQuotaInfosAttributes) QuotaDisplayName

func (qi DataQuotaInfosAttributes) QuotaDisplayName() terra.StringValue

func (DataQuotaInfosAttributes) QuotaId

func (DataQuotaInfosAttributes) QuotaIncreaseEligibility

func (DataQuotaInfosAttributes) RefreshInterval

func (qi DataQuotaInfosAttributes) RefreshInterval() terra.StringValue

func (DataQuotaInfosAttributes) Service

func (DataQuotaInfosAttributes) ServiceRequestQuotaUri

func (qi DataQuotaInfosAttributes) ServiceRequestQuotaUri() terra.StringValue

type DataQuotaInfosDimensionsInfosAttributes

type DataQuotaInfosDimensionsInfosAttributes struct {
	// contains filtered or unexported fields
}

func (DataQuotaInfosDimensionsInfosAttributes) ApplicableLocations

func (DataQuotaInfosDimensionsInfosAttributes) Details

func (DataQuotaInfosDimensionsInfosAttributes) Dimensions

func (DataQuotaInfosDimensionsInfosAttributes) InternalRef

func (DataQuotaInfosDimensionsInfosAttributes) InternalTokens

func (DataQuotaInfosDimensionsInfosAttributes) InternalWithRef

type DataQuotaInfosDimensionsInfosDetailsAttributes

type DataQuotaInfosDimensionsInfosDetailsAttributes struct {
	// contains filtered or unexported fields
}

func (DataQuotaInfosDimensionsInfosDetailsAttributes) InternalRef

func (DataQuotaInfosDimensionsInfosDetailsAttributes) InternalTokens

func (DataQuotaInfosDimensionsInfosDetailsAttributes) InternalWithRef

func (DataQuotaInfosDimensionsInfosDetailsAttributes) Value

type DataQuotaInfosDimensionsInfosDetailsState

type DataQuotaInfosDimensionsInfosDetailsState struct {
	Value string `json:"value"`
}

type DataQuotaInfosDimensionsInfosState

type DataQuotaInfosDimensionsInfosState struct {
	ApplicableLocations []string                                    `json:"applicable_locations"`
	Dimensions          map[string]string                           `json:"dimensions"`
	Details             []DataQuotaInfosDimensionsInfosDetailsState `json:"details"`
}

type DataQuotaInfosQuotaIncreaseEligibilityAttributes

type DataQuotaInfosQuotaIncreaseEligibilityAttributes struct {
	// contains filtered or unexported fields
}

func (DataQuotaInfosQuotaIncreaseEligibilityAttributes) IneligibilityReason

func (DataQuotaInfosQuotaIncreaseEligibilityAttributes) InternalRef

func (DataQuotaInfosQuotaIncreaseEligibilityAttributes) InternalTokens

func (DataQuotaInfosQuotaIncreaseEligibilityAttributes) InternalWithRef

func (DataQuotaInfosQuotaIncreaseEligibilityAttributes) IsEligible

type DataQuotaInfosQuotaIncreaseEligibilityState

type DataQuotaInfosQuotaIncreaseEligibilityState struct {
	IneligibilityReason string `json:"ineligibility_reason"`
	IsEligible          bool   `json:"is_eligible"`
}

type DataQuotaInfosState

type DataQuotaInfosState struct {
	ContainerType            string                                        `json:"container_type"`
	Dimensions               []string                                      `json:"dimensions"`
	IsConcurrent             bool                                          `json:"is_concurrent"`
	IsFixed                  bool                                          `json:"is_fixed"`
	IsPrecise                bool                                          `json:"is_precise"`
	Metric                   string                                        `json:"metric"`
	MetricDisplayName        string                                        `json:"metric_display_name"`
	MetricUnit               string                                        `json:"metric_unit"`
	Name                     string                                        `json:"name"`
	QuotaDisplayName         string                                        `json:"quota_display_name"`
	QuotaId                  string                                        `json:"quota_id"`
	RefreshInterval          string                                        `json:"refresh_interval"`
	Service                  string                                        `json:"service"`
	ServiceRequestQuotaUri   string                                        `json:"service_request_quota_uri"`
	DimensionsInfos          []DataQuotaInfosDimensionsInfosState          `json:"dimensions_infos"`
	QuotaIncreaseEligibility []DataQuotaInfosQuotaIncreaseEligibilityState `json:"quota_increase_eligibility"`
}

type DataSource

type DataSource struct {
	Name string
	Args DataArgs
}

DataSource represents the Terraform data resource google_cloud_quotas_quota_infos.

func Data

func Data(name string, args DataArgs) *DataSource

Data creates a new instance of DataSource.

func (*DataSource) Attributes

func (gcqqi *DataSource) Attributes() dataGoogleCloudQuotasQuotaInfosAttributes

Attributes returns the attributes for DataSource.

func (*DataSource) Configuration

func (gcqqi *DataSource) Configuration() interface{}

Configuration returns the configuration (args) for DataSource.

func (*DataSource) DataSource

func (gcqqi *DataSource) DataSource() string

DataSource returns the Terraform object type for DataSource.

func (*DataSource) LocalName

func (gcqqi *DataSource) LocalName() string

LocalName returns the local name for DataSource.

Jump to

Keyboard shortcuts

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