azurerm_api_management_gateway

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: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Args

type Args struct {
	// ApiManagementId: string, required
	ApiManagementId terra.StringValue `hcl:"api_management_id,attr" validate:"required"`
	// Description: string, optional
	Description terra.StringValue `hcl:"description,attr"`
	// Id: string, optional
	Id terra.StringValue `hcl:"id,attr"`
	// Name: string, required
	Name terra.StringValue `hcl:"name,attr" validate:"required"`
	// LocationData: required
	LocationData *LocationData `hcl:"location_data,block" validate:"required"`
	// Timeouts: optional
	Timeouts *Timeouts `hcl:"timeouts,block"`
}

Args contains the configurations for azurerm_api_management_gateway.

type DataArgs

type DataArgs struct {
	// ApiManagementId: string, required
	ApiManagementId terra.StringValue `hcl:"api_management_id,attr" validate:"required"`
	// Id: string, optional
	Id terra.StringValue `hcl:"id,attr"`
	// Name: string, required
	Name terra.StringValue `hcl:"name,attr" validate:"required"`
	// Timeouts: optional
	Timeouts *DataTimeouts `hcl:"timeouts,block"`
}

DataArgs contains the configurations for azurerm_api_management_gateway.

type DataLocationDataAttributes

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

func (DataLocationDataAttributes) City

func (DataLocationDataAttributes) District

func (DataLocationDataAttributes) InternalRef

func (ld DataLocationDataAttributes) InternalRef() (terra.Reference, error)

func (DataLocationDataAttributes) InternalTokens

func (ld DataLocationDataAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DataLocationDataAttributes) InternalWithRef

func (DataLocationDataAttributes) Name

func (DataLocationDataAttributes) Region

type DataLocationDataState

type DataLocationDataState struct {
	City     string `json:"city"`
	District string `json:"district"`
	Name     string `json:"name"`
	Region   string `json:"region"`
}

type DataSource

type DataSource struct {
	Name string
	Args DataArgs
}

DataSource represents the Terraform data resource azurerm_api_management_gateway.

func Data

func Data(name string, args DataArgs) *DataSource

Data creates a new instance of DataSource.

func (*DataSource) Attributes

func (aamg *DataSource) Attributes() dataAzurermApiManagementGatewayAttributes

Attributes returns the attributes for DataSource.

func (*DataSource) Configuration

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

Configuration returns the configuration (args) for DataSource.

func (*DataSource) DataSource

func (aamg *DataSource) DataSource() string

DataSource returns the Terraform object type for DataSource.

func (*DataSource) LocalName

func (aamg *DataSource) LocalName() string

LocalName returns the local name for DataSource.

type DataTimeouts

type DataTimeouts struct {
	// Read: string, optional
	Read terra.StringValue `hcl:"read,attr"`
}

type DataTimeoutsAttributes

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

func (DataTimeoutsAttributes) InternalRef

func (t DataTimeoutsAttributes) InternalRef() (terra.Reference, error)

func (DataTimeoutsAttributes) InternalTokens

func (t DataTimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DataTimeoutsAttributes) InternalWithRef

func (DataTimeoutsAttributes) Read

type DataTimeoutsState

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

type LocationData

type LocationData struct {
	// City: string, optional
	City terra.StringValue `hcl:"city,attr"`
	// District: string, optional
	District terra.StringValue `hcl:"district,attr"`
	// Name: string, required
	Name terra.StringValue `hcl:"name,attr" validate:"required"`
	// Region: string, optional
	Region terra.StringValue `hcl:"region,attr"`
}

type LocationDataAttributes

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

func (LocationDataAttributes) City

func (LocationDataAttributes) District

func (LocationDataAttributes) InternalRef

func (ld LocationDataAttributes) InternalRef() (terra.Reference, error)

func (LocationDataAttributes) InternalTokens

func (ld LocationDataAttributes) InternalTokens() (hclwrite.Tokens, error)

func (LocationDataAttributes) InternalWithRef

func (LocationDataAttributes) Name

func (LocationDataAttributes) Region

type LocationDataState

type LocationDataState struct {
	City     string `json:"city"`
	District string `json:"district"`
	Name     string `json:"name"`
	Region   string `json:"region"`
}

type Resource

type Resource struct {
	Name string
	Args Args

	DependsOn terra.Dependencies
	Lifecycle *terra.Lifecycle
	// contains filtered or unexported fields
}

Resource represents the Terraform resource azurerm_api_management_gateway.

func New

func New(name string, args Args) *Resource

New creates a new instance of Resource.

func (*Resource) Attributes

func (aamg *Resource) Attributes() azurermApiManagementGatewayAttributes

Attributes returns the attributes for Resource.

func (*Resource) Configuration

func (aamg *Resource) Configuration() interface{}

Configuration returns the configuration (args) for Resource.

func (*Resource) DependOn

func (aamg *Resource) DependOn() terra.Reference

DependOn is used for other resources to depend on Resource.

func (*Resource) Dependencies

func (aamg *Resource) Dependencies() terra.Dependencies

Dependencies returns the list of resources Resource depends_on.

func (*Resource) ImportState

func (aamg *Resource) ImportState(state io.Reader) error

ImportState imports the given attribute values into Resource's state.

func (*Resource) LifecycleManagement

func (aamg *Resource) LifecycleManagement() *terra.Lifecycle

LifecycleManagement returns the lifecycle block for Resource.

func (*Resource) LocalName

func (aamg *Resource) LocalName() string

LocalName returns the local name for Resource.

func (*Resource) State

func (aamg *Resource) State() (*azurermApiManagementGatewayState, bool)

State returns the state and a bool indicating if Resource has state.

func (*Resource) StateMust

func (aamg *Resource) StateMust() *azurermApiManagementGatewayState

StateMust returns the state for Resource. Panics if the state is nil.

func (*Resource) Type

func (aamg *Resource) Type() string

Type returns the Terraform object type for Resource.

type Timeouts

type Timeouts struct {
	// Create: string, optional
	Create terra.StringValue `hcl:"create,attr"`
	// Delete: string, optional
	Delete terra.StringValue `hcl:"delete,attr"`
	// Read: string, optional
	Read terra.StringValue `hcl:"read,attr"`
	// Update: string, optional
	Update terra.StringValue `hcl:"update,attr"`
}

type TimeoutsAttributes

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

func (TimeoutsAttributes) Create

func (TimeoutsAttributes) Delete

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 (TimeoutsAttributes) Update

type TimeoutsState

type TimeoutsState struct {
	Create string `json:"create"`
	Delete string `json:"delete"`
	Read   string `json:"read"`
	Update string `json:"update"`
}

Jump to

Keyboard shortcuts

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