datacosmosdbrestorabledatabaseaccounts

package
v0.0.0-...-c2cc54e Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2023 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 Accounts

type Accounts struct {
	// RestorableLocations: min=0
	RestorableLocations []RestorableLocations `hcl:"restorable_locations,block" validate:"min=0"`
}

type AccountsAttributes

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

func (AccountsAttributes) ApiType

func (a AccountsAttributes) ApiType() terra.StringValue

func (AccountsAttributes) CreationTime

func (a AccountsAttributes) CreationTime() terra.StringValue

func (AccountsAttributes) DeletionTime

func (a AccountsAttributes) DeletionTime() terra.StringValue

func (AccountsAttributes) Id

func (AccountsAttributes) InternalRef

func (a AccountsAttributes) InternalRef() (terra.Reference, error)

func (AccountsAttributes) InternalTokens

func (a AccountsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (AccountsAttributes) InternalWithRef

func (a AccountsAttributes) InternalWithRef(ref terra.Reference) AccountsAttributes

func (AccountsAttributes) RestorableLocations

type AccountsState

type AccountsState struct {
	ApiType             string                     `json:"api_type"`
	CreationTime        string                     `json:"creation_time"`
	DeletionTime        string                     `json:"deletion_time"`
	Id                  string                     `json:"id"`
	RestorableLocations []RestorableLocationsState `json:"restorable_locations"`
}

type RestorableLocations

type RestorableLocations struct{}

type RestorableLocationsAttributes

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

func (RestorableLocationsAttributes) CreationTime

func (RestorableLocationsAttributes) DeletionTime

func (RestorableLocationsAttributes) InternalRef

func (rl RestorableLocationsAttributes) InternalRef() (terra.Reference, error)

func (RestorableLocationsAttributes) InternalTokens

func (rl RestorableLocationsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (RestorableLocationsAttributes) InternalWithRef

func (RestorableLocationsAttributes) Location

func (RestorableLocationsAttributes) RegionalDatabaseAccountInstanceId

func (rl RestorableLocationsAttributes) RegionalDatabaseAccountInstanceId() terra.StringValue

type RestorableLocationsState

type RestorableLocationsState struct {
	CreationTime                      string `json:"creation_time"`
	DeletionTime                      string `json:"deletion_time"`
	Location                          string `json:"location"`
	RegionalDatabaseAccountInstanceId string `json:"regional_database_account_instance_id"`
}

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

type TimeoutsState

type TimeoutsState struct {
	Read string `json:"read"`
}

Jump to

Keyboard shortcuts

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