Documentation ¶
Index ¶
- type Args
- type NodeConfig
- type NodeConfigAttributes
- func (nc NodeConfigAttributes) CurrentAggregateNodeCount() terra.StringValue
- func (nc NodeConfigAttributes) InternalRef() (terra.Reference, error)
- func (nc NodeConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (nc NodeConfigAttributes) InternalWithRef(ref terra.Reference) NodeConfigAttributes
- func (nc NodeConfigAttributes) MaxNodeCount() terra.StringValue
- func (nc NodeConfigAttributes) MinNodeCount() terra.StringValue
- type NodeConfigState
- type Resource
- func (gae *Resource) Attributes() googleApigeeEnvironmentAttributes
- func (gae *Resource) Configuration() interface{}
- func (gae *Resource) DependOn() terra.Reference
- func (gae *Resource) Dependencies() terra.Dependencies
- func (gae *Resource) ImportState(state io.Reader) error
- func (gae *Resource) LifecycleManagement() *terra.Lifecycle
- func (gae *Resource) LocalName() string
- func (gae *Resource) State() (*googleApigeeEnvironmentState, bool)
- func (gae *Resource) StateMust() *googleApigeeEnvironmentState
- func (gae *Resource) Type() string
- type Timeouts
- type TimeoutsAttributes
- func (t TimeoutsAttributes) Create() terra.StringValue
- func (t TimeoutsAttributes) Delete() terra.StringValue
- func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
- func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
- func (t TimeoutsAttributes) Update() terra.StringValue
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // ApiProxyType: string, optional ApiProxyType terra.StringValue `hcl:"api_proxy_type,attr"` // DeploymentType: string, optional DeploymentType terra.StringValue `hcl:"deployment_type,attr"` // Description: string, optional Description terra.StringValue `hcl:"description,attr"` // DisplayName: string, optional DisplayName terra.StringValue `hcl:"display_name,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // OrgId: string, required OrgId terra.StringValue `hcl:"org_id,attr" validate:"required"` // Type: string, optional Type terra.StringValue `hcl:"type,attr"` // NodeConfig: optional NodeConfig *NodeConfig `hcl:"node_config,block"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for google_apigee_environment.
type NodeConfig ¶
type NodeConfig struct { // MaxNodeCount: string, optional MaxNodeCount terra.StringValue `hcl:"max_node_count,attr"` // MinNodeCount: string, optional MinNodeCount terra.StringValue `hcl:"min_node_count,attr"` }
type NodeConfigAttributes ¶
type NodeConfigAttributes struct {
// contains filtered or unexported fields
}
func (NodeConfigAttributes) CurrentAggregateNodeCount ¶
func (nc NodeConfigAttributes) CurrentAggregateNodeCount() terra.StringValue
func (NodeConfigAttributes) InternalRef ¶
func (nc NodeConfigAttributes) InternalRef() (terra.Reference, error)
func (NodeConfigAttributes) InternalTokens ¶
func (nc NodeConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
func (NodeConfigAttributes) InternalWithRef ¶
func (nc NodeConfigAttributes) InternalWithRef(ref terra.Reference) NodeConfigAttributes
func (NodeConfigAttributes) MaxNodeCount ¶
func (nc NodeConfigAttributes) MaxNodeCount() terra.StringValue
func (NodeConfigAttributes) MinNodeCount ¶
func (nc NodeConfigAttributes) MinNodeCount() terra.StringValue
type NodeConfigState ¶
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 google_apigee_environment.
func (*Resource) Attributes ¶
func (gae *Resource) Attributes() googleApigeeEnvironmentAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (gae *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (gae *Resource) Dependencies() terra.Dependencies
Dependencies returns the list of resources Resource depends_on.
func (*Resource) ImportState ¶
ImportState imports the given attribute values into Resource's state.
func (*Resource) LifecycleManagement ¶
LifecycleManagement returns the lifecycle block 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"` // Update: string, optional Update terra.StringValue `hcl:"update,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
func (TimeoutsAttributes) Create ¶
func (t TimeoutsAttributes) Create() terra.StringValue
func (TimeoutsAttributes) Delete ¶
func (t TimeoutsAttributes) Delete() terra.StringValue
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) Update ¶
func (t TimeoutsAttributes) Update() terra.StringValue
type TimeoutsState ¶
Click to show internal directories.
Click to hide internal directories.