azurerm_batch_account

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 {
	// AllowedAuthenticationModes: set of string, optional
	AllowedAuthenticationModes terra.SetValue[terra.StringValue] `hcl:"allowed_authentication_modes,attr"`
	// Id: string, optional
	Id terra.StringValue `hcl:"id,attr"`
	// Location: string, required
	Location terra.StringValue `hcl:"location,attr" validate:"required"`
	// Name: string, required
	Name terra.StringValue `hcl:"name,attr" validate:"required"`
	// PoolAllocationMode: string, optional
	PoolAllocationMode terra.StringValue `hcl:"pool_allocation_mode,attr"`
	// PublicNetworkAccessEnabled: bool, optional
	PublicNetworkAccessEnabled terra.BoolValue `hcl:"public_network_access_enabled,attr"`
	// ResourceGroupName: string, required
	ResourceGroupName terra.StringValue `hcl:"resource_group_name,attr" validate:"required"`
	// StorageAccountAuthenticationMode: string, optional
	StorageAccountAuthenticationMode terra.StringValue `hcl:"storage_account_authentication_mode,attr"`
	// StorageAccountId: string, optional
	StorageAccountId terra.StringValue `hcl:"storage_account_id,attr"`
	// StorageAccountNodeIdentity: string, optional
	StorageAccountNodeIdentity terra.StringValue `hcl:"storage_account_node_identity,attr"`
	// Tags: map of string, optional
	Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"`
	// Encryption: min=0
	Encryption []Encryption `hcl:"encryption,block" validate:"min=0"`
	// Identity: optional
	Identity *Identity `hcl:"identity,block"`
	// KeyVaultReference: optional
	KeyVaultReference *KeyVaultReference `hcl:"key_vault_reference,block"`
	// NetworkProfile: optional
	NetworkProfile *NetworkProfile `hcl:"network_profile,block"`
	// Timeouts: optional
	Timeouts *Timeouts `hcl:"timeouts,block"`
}

Args contains the configurations for azurerm_batch_account.

type DataArgs

type DataArgs struct {
	// Id: string, optional
	Id terra.StringValue `hcl:"id,attr"`
	// Name: string, required
	Name terra.StringValue `hcl:"name,attr" validate:"required"`
	// ResourceGroupName: string, required
	ResourceGroupName terra.StringValue `hcl:"resource_group_name,attr" validate:"required"`
	// Encryption: min=0
	Encryption []DataEncryption `hcl:"encryption,block" validate:"min=0"`
	// Timeouts: optional
	Timeouts *DataTimeouts `hcl:"timeouts,block"`
}

DataArgs contains the configurations for azurerm_batch_account.

type DataEncryption

type DataEncryption struct {
	// KeyVaultKeyId: string, optional
	KeyVaultKeyId terra.StringValue `hcl:"key_vault_key_id,attr"`
}

type DataEncryptionAttributes

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

func (DataEncryptionAttributes) InternalRef

func (e DataEncryptionAttributes) InternalRef() (terra.Reference, error)

func (DataEncryptionAttributes) InternalTokens

func (e DataEncryptionAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DataEncryptionAttributes) InternalWithRef

func (DataEncryptionAttributes) KeyVaultKeyId

func (e DataEncryptionAttributes) KeyVaultKeyId() terra.StringValue

type DataEncryptionState

type DataEncryptionState struct {
	KeyVaultKeyId string `json:"key_vault_key_id"`
}

type DataKeyVaultReferenceAttributes

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

func (DataKeyVaultReferenceAttributes) Id

func (DataKeyVaultReferenceAttributes) InternalRef

func (DataKeyVaultReferenceAttributes) InternalTokens

func (kvr DataKeyVaultReferenceAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DataKeyVaultReferenceAttributes) InternalWithRef

func (DataKeyVaultReferenceAttributes) Url

type DataKeyVaultReferenceState

type DataKeyVaultReferenceState struct {
	Id  string `json:"id"`
	Url string `json:"url"`
}

type DataSource

type DataSource struct {
	Name string
	Args DataArgs
}

DataSource represents the Terraform data resource azurerm_batch_account.

func Data

func Data(name string, args DataArgs) *DataSource

Data creates a new instance of DataSource.

func (*DataSource) Attributes

func (aba *DataSource) Attributes() dataAzurermBatchAccountAttributes

Attributes returns the attributes for DataSource.

func (*DataSource) Configuration

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

Configuration returns the configuration (args) for DataSource.

func (*DataSource) DataSource

func (aba *DataSource) DataSource() string

DataSource returns the Terraform object type for DataSource.

func (*DataSource) LocalName

func (aba *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 Encryption

type Encryption struct {
	// KeyVaultKeyId: string, optional
	KeyVaultKeyId terra.StringValue `hcl:"key_vault_key_id,attr"`
}

type EncryptionAttributes

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

func (EncryptionAttributes) InternalRef

func (e EncryptionAttributes) InternalRef() (terra.Reference, error)

func (EncryptionAttributes) InternalTokens

func (e EncryptionAttributes) InternalTokens() (hclwrite.Tokens, error)

func (EncryptionAttributes) InternalWithRef

func (EncryptionAttributes) KeyVaultKeyId

func (e EncryptionAttributes) KeyVaultKeyId() terra.StringValue

type EncryptionState

type EncryptionState struct {
	KeyVaultKeyId string `json:"key_vault_key_id"`
}

type Identity

type Identity struct {
	// IdentityIds: set of string, optional
	IdentityIds terra.SetValue[terra.StringValue] `hcl:"identity_ids,attr"`
	// Type: string, required
	Type terra.StringValue `hcl:"type,attr" validate:"required"`
}

type IdentityAttributes

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

func (IdentityAttributes) IdentityIds

func (IdentityAttributes) InternalRef

func (i IdentityAttributes) InternalRef() (terra.Reference, error)

func (IdentityAttributes) InternalTokens

func (i IdentityAttributes) InternalTokens() (hclwrite.Tokens, error)

func (IdentityAttributes) InternalWithRef

func (i IdentityAttributes) InternalWithRef(ref terra.Reference) IdentityAttributes

func (IdentityAttributes) PrincipalId

func (i IdentityAttributes) PrincipalId() terra.StringValue

func (IdentityAttributes) TenantId

func (i IdentityAttributes) TenantId() terra.StringValue

func (IdentityAttributes) Type

type IdentityState

type IdentityState struct {
	IdentityIds []string `json:"identity_ids"`
	PrincipalId string   `json:"principal_id"`
	TenantId    string   `json:"tenant_id"`
	Type        string   `json:"type"`
}

type KeyVaultReference

type KeyVaultReference struct {
	// Id: string, required
	Id terra.StringValue `hcl:"id,attr" validate:"required"`
	// Url: string, required
	Url terra.StringValue `hcl:"url,attr" validate:"required"`
}

type KeyVaultReferenceAttributes

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

func (KeyVaultReferenceAttributes) Id

func (KeyVaultReferenceAttributes) InternalRef

func (kvr KeyVaultReferenceAttributes) InternalRef() (terra.Reference, error)

func (KeyVaultReferenceAttributes) InternalTokens

func (kvr KeyVaultReferenceAttributes) InternalTokens() (hclwrite.Tokens, error)

func (KeyVaultReferenceAttributes) InternalWithRef

func (KeyVaultReferenceAttributes) Url

type KeyVaultReferenceState

type KeyVaultReferenceState struct {
	Id  string `json:"id"`
	Url string `json:"url"`
}

type NetworkProfile

type NetworkProfile struct {
	// NetworkProfileAccountAccess: optional
	AccountAccess *NetworkProfileAccountAccess `hcl:"account_access,block"`
	// NetworkProfileNodeManagementAccess: optional
	NodeManagementAccess *NetworkProfileNodeManagementAccess `hcl:"node_management_access,block"`
}

type NetworkProfileAccountAccess

type NetworkProfileAccountAccess struct {
	// DefaultAction: string, optional
	DefaultAction terra.StringValue `hcl:"default_action,attr"`
	// NetworkProfileAccountAccessIpRule: min=0
	IpRule []NetworkProfileAccountAccessIpRule `hcl:"ip_rule,block" validate:"min=0"`
}

type NetworkProfileAccountAccessAttributes

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

func (NetworkProfileAccountAccessAttributes) DefaultAction

func (NetworkProfileAccountAccessAttributes) InternalRef

func (NetworkProfileAccountAccessAttributes) InternalTokens

func (NetworkProfileAccountAccessAttributes) InternalWithRef

func (NetworkProfileAccountAccessAttributes) IpRule

type NetworkProfileAccountAccessIpRule

type NetworkProfileAccountAccessIpRule struct {
	// Action: string, optional
	Action terra.StringValue `hcl:"action,attr"`
	// IpRange: string, required
	IpRange terra.StringValue `hcl:"ip_range,attr" validate:"required"`
}

type NetworkProfileAccountAccessIpRuleAttributes

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

func (NetworkProfileAccountAccessIpRuleAttributes) Action

func (NetworkProfileAccountAccessIpRuleAttributes) InternalRef

func (NetworkProfileAccountAccessIpRuleAttributes) InternalTokens

func (NetworkProfileAccountAccessIpRuleAttributes) InternalWithRef

func (NetworkProfileAccountAccessIpRuleAttributes) IpRange

type NetworkProfileAccountAccessIpRuleState

type NetworkProfileAccountAccessIpRuleState struct {
	Action  string `json:"action"`
	IpRange string `json:"ip_range"`
}

type NetworkProfileAccountAccessState

type NetworkProfileAccountAccessState struct {
	DefaultAction string                                   `json:"default_action"`
	IpRule        []NetworkProfileAccountAccessIpRuleState `json:"ip_rule"`
}

type NetworkProfileAttributes

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

func (NetworkProfileAttributes) AccountAccess

func (NetworkProfileAttributes) InternalRef

func (np NetworkProfileAttributes) InternalRef() (terra.Reference, error)

func (NetworkProfileAttributes) InternalTokens

func (np NetworkProfileAttributes) InternalTokens() (hclwrite.Tokens, error)

func (NetworkProfileAttributes) InternalWithRef

func (NetworkProfileAttributes) NodeManagementAccess

type NetworkProfileNodeManagementAccess

type NetworkProfileNodeManagementAccess struct {
	// DefaultAction: string, optional
	DefaultAction terra.StringValue `hcl:"default_action,attr"`
	// NetworkProfileNodeManagementAccessIpRule: min=0
	IpRule []NetworkProfileNodeManagementAccessIpRule `hcl:"ip_rule,block" validate:"min=0"`
}

type NetworkProfileNodeManagementAccessAttributes

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

func (NetworkProfileNodeManagementAccessAttributes) DefaultAction

func (NetworkProfileNodeManagementAccessAttributes) InternalRef

func (NetworkProfileNodeManagementAccessAttributes) InternalTokens

func (NetworkProfileNodeManagementAccessAttributes) InternalWithRef

func (NetworkProfileNodeManagementAccessAttributes) IpRule

type NetworkProfileNodeManagementAccessIpRule

type NetworkProfileNodeManagementAccessIpRule struct {
	// Action: string, optional
	Action terra.StringValue `hcl:"action,attr"`
	// IpRange: string, required
	IpRange terra.StringValue `hcl:"ip_range,attr" validate:"required"`
}

type NetworkProfileNodeManagementAccessIpRuleAttributes

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

func (NetworkProfileNodeManagementAccessIpRuleAttributes) Action

func (NetworkProfileNodeManagementAccessIpRuleAttributes) InternalRef

func (NetworkProfileNodeManagementAccessIpRuleAttributes) InternalTokens

func (NetworkProfileNodeManagementAccessIpRuleAttributes) InternalWithRef

func (NetworkProfileNodeManagementAccessIpRuleAttributes) IpRange

type NetworkProfileNodeManagementAccessIpRuleState

type NetworkProfileNodeManagementAccessIpRuleState struct {
	Action  string `json:"action"`
	IpRange string `json:"ip_range"`
}

type NetworkProfileNodeManagementAccessState

type NetworkProfileNodeManagementAccessState struct {
	DefaultAction string                                          `json:"default_action"`
	IpRule        []NetworkProfileNodeManagementAccessIpRuleState `json:"ip_rule"`
}

type NetworkProfileState

type NetworkProfileState struct {
	AccountAccess        []NetworkProfileAccountAccessState        `json:"account_access"`
	NodeManagementAccess []NetworkProfileNodeManagementAccessState `json:"node_management_access"`
}

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_batch_account.

func New

func New(name string, args Args) *Resource

New creates a new instance of Resource.

func (*Resource) Attributes

func (aba *Resource) Attributes() azurermBatchAccountAttributes

Attributes returns the attributes for Resource.

func (*Resource) Configuration

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

Configuration returns the configuration (args) for Resource.

func (*Resource) DependOn

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

DependOn is used for other resources to depend on Resource.

func (*Resource) Dependencies

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

Dependencies returns the list of resources Resource depends_on.

func (*Resource) ImportState

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

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

func (*Resource) LifecycleManagement

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

LifecycleManagement returns the lifecycle block for Resource.

func (*Resource) LocalName

func (aba *Resource) LocalName() string

LocalName returns the local name for Resource.

func (*Resource) State

func (aba *Resource) State() (*azurermBatchAccountState, bool)

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

func (*Resource) StateMust

func (aba *Resource) StateMust() *azurermBatchAccountState

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

func (*Resource) Type

func (aba *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