hpccache

package
v13.5.0 Latest Latest
Warning

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

Go to latest
Published: Oct 12, 2024 License: MPL-2.0 Imports: 7 Imported by: 0

README

azurerm_hpc_cache

Refer to the Terraform Registry for docs: azurerm_hpc_cache.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HpcCache_GenerateConfigForImport

func HpcCache_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource

Generates CDKTF code for importing a HpcCache resource upon running "cdktf plan <stack-name>".

func HpcCache_IsConstruct

func HpcCache_IsConstruct(x interface{}) *bool

Checks if `x` is a construct.

Use this method instead of `instanceof` to properly detect `Construct` instances, even when the construct library is symlinked.

Explanation: in JavaScript, multiple copies of the `constructs` library on disk are seen as independent, completely different libraries. As a consequence, the class `Construct` in each copy of the `constructs` library is seen as a different class, and an instance of one class will not test as `instanceof` the other class. `npm install` will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the `constructs` library can be accidentally installed, and `instanceof` will behave unpredictably. It is safest to avoid using `instanceof`, and using this type-testing method instead.

Returns: true if `x` is an object created from a class which extends `Construct`.

func HpcCache_IsTerraformElement

func HpcCache_IsTerraformElement(x interface{}) *bool

Experimental.

func HpcCache_IsTerraformResource

func HpcCache_IsTerraformResource(x interface{}) *bool

Experimental.

func HpcCache_TfResourceType

func HpcCache_TfResourceType() *string

func NewHpcCacheDefaultAccessPolicyAccessRuleList_Override

func NewHpcCacheDefaultAccessPolicyAccessRuleList_Override(h HpcCacheDefaultAccessPolicyAccessRuleList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)

func NewHpcCacheDefaultAccessPolicyAccessRuleOutputReference_Override

func NewHpcCacheDefaultAccessPolicyAccessRuleOutputReference_Override(h HpcCacheDefaultAccessPolicyAccessRuleOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)

func NewHpcCacheDefaultAccessPolicyOutputReference_Override

func NewHpcCacheDefaultAccessPolicyOutputReference_Override(h HpcCacheDefaultAccessPolicyOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)

func NewHpcCacheDirectoryActiveDirectoryOutputReference_Override

func NewHpcCacheDirectoryActiveDirectoryOutputReference_Override(h HpcCacheDirectoryActiveDirectoryOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)

func NewHpcCacheDirectoryFlatFileOutputReference_Override

func NewHpcCacheDirectoryFlatFileOutputReference_Override(h HpcCacheDirectoryFlatFileOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)

func NewHpcCacheDirectoryLdapBindOutputReference_Override

func NewHpcCacheDirectoryLdapBindOutputReference_Override(h HpcCacheDirectoryLdapBindOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)

func NewHpcCacheDirectoryLdapOutputReference_Override

func NewHpcCacheDirectoryLdapOutputReference_Override(h HpcCacheDirectoryLdapOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)

func NewHpcCacheDnsOutputReference_Override

func NewHpcCacheDnsOutputReference_Override(h HpcCacheDnsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)

func NewHpcCacheIdentityOutputReference_Override

func NewHpcCacheIdentityOutputReference_Override(h HpcCacheIdentityOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)

func NewHpcCacheTimeoutsOutputReference_Override

func NewHpcCacheTimeoutsOutputReference_Override(h HpcCacheTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)

func NewHpcCache_Override

func NewHpcCache_Override(h HpcCache, scope constructs.Construct, id *string, config *HpcCacheConfig)

Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/hpc_cache azurerm_hpc_cache} Resource.

Types

type HpcCache

type HpcCache interface {
	cdktf.TerraformResource
	AutomaticallyRotateKeyToLatestEnabled() interface{}
	SetAutomaticallyRotateKeyToLatestEnabled(val interface{})
	AutomaticallyRotateKeyToLatestEnabledInput() interface{}
	CacheSizeInGb() *float64
	SetCacheSizeInGb(val *float64)
	CacheSizeInGbInput() *float64
	// Experimental.
	CdktfStack() cdktf.TerraformStack
	// Experimental.
	Connection() interface{}
	// Experimental.
	SetConnection(val interface{})
	// Experimental.
	ConstructNodeMetadata() *map[string]interface{}
	// Experimental.
	Count() interface{}
	// Experimental.
	SetCount(val interface{})
	DefaultAccessPolicy() HpcCacheDefaultAccessPolicyOutputReference
	DefaultAccessPolicyInput() *HpcCacheDefaultAccessPolicy
	// Experimental.
	DependsOn() *[]*string
	// Experimental.
	SetDependsOn(val *[]*string)
	DirectoryActiveDirectory() HpcCacheDirectoryActiveDirectoryOutputReference
	DirectoryActiveDirectoryInput() *HpcCacheDirectoryActiveDirectory
	DirectoryFlatFile() HpcCacheDirectoryFlatFileOutputReference
	DirectoryFlatFileInput() *HpcCacheDirectoryFlatFile
	DirectoryLdap() HpcCacheDirectoryLdapOutputReference
	DirectoryLdapInput() *HpcCacheDirectoryLdap
	Dns() HpcCacheDnsOutputReference
	DnsInput() *HpcCacheDns
	// Experimental.
	ForEach() cdktf.ITerraformIterator
	// Experimental.
	SetForEach(val cdktf.ITerraformIterator)
	// Experimental.
	Fqn() *string
	// Experimental.
	FriendlyUniqueId() *string
	Id() *string
	SetId(val *string)
	Identity() HpcCacheIdentityOutputReference
	IdentityInput() *HpcCacheIdentity
	IdInput() *string
	KeyVaultKeyId() *string
	SetKeyVaultKeyId(val *string)
	KeyVaultKeyIdInput() *string
	// Experimental.
	Lifecycle() *cdktf.TerraformResourceLifecycle
	// Experimental.
	SetLifecycle(val *cdktf.TerraformResourceLifecycle)
	Location() *string
	SetLocation(val *string)
	LocationInput() *string
	MountAddresses() *[]*string
	Mtu() *float64
	SetMtu(val *float64)
	MtuInput() *float64
	Name() *string
	SetName(val *string)
	NameInput() *string
	// The tree node.
	Node() constructs.Node
	NtpServer() *string
	SetNtpServer(val *string)
	NtpServerInput() *string
	// Experimental.
	Provider() cdktf.TerraformProvider
	// Experimental.
	SetProvider(val cdktf.TerraformProvider)
	// Experimental.
	Provisioners() *[]interface{}
	// Experimental.
	SetProvisioners(val *[]interface{})
	// Experimental.
	RawOverrides() interface{}
	ResourceGroupName() *string
	SetResourceGroupName(val *string)
	ResourceGroupNameInput() *string
	SkuName() *string
	SetSkuName(val *string)
	SkuNameInput() *string
	SubnetId() *string
	SetSubnetId(val *string)
	SubnetIdInput() *string
	Tags() *map[string]*string
	SetTags(val *map[string]*string)
	TagsInput() *map[string]*string
	// Experimental.
	TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata
	// Experimental.
	TerraformMetaArguments() *map[string]interface{}
	// Experimental.
	TerraformResourceType() *string
	Timeouts() HpcCacheTimeoutsOutputReference
	TimeoutsInput() interface{}
	// Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move.
	// Experimental.
	AddMoveTarget(moveTarget *string)
	// Experimental.
	AddOverride(path *string, value interface{})
	// Experimental.
	GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
	// Experimental.
	GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
	// Experimental.
	GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
	// Experimental.
	GetListAttribute(terraformAttribute *string) *[]*string
	// Experimental.
	GetNumberAttribute(terraformAttribute *string) *float64
	// Experimental.
	GetNumberListAttribute(terraformAttribute *string) *[]*float64
	// Experimental.
	GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
	// Experimental.
	GetStringAttribute(terraformAttribute *string) *string
	// Experimental.
	GetStringMapAttribute(terraformAttribute *string) *map[string]*string
	// Experimental.
	HasResourceMove() interface{}
	// Experimental.
	ImportFrom(id *string, provider cdktf.TerraformProvider)
	// Experimental.
	InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable
	// Move the resource corresponding to "id" to this resource.
	//
	// Note that the resource being moved from must be marked as moved using it's instance function.
	// Experimental.
	MoveFromId(id *string)
	// Moves this resource to the target resource given by moveTarget.
	// Experimental.
	MoveTo(moveTarget *string, index interface{})
	// Moves this resource to the resource corresponding to "id".
	// Experimental.
	MoveToId(id *string)
	// Overrides the auto-generated logical ID with a specific ID.
	// Experimental.
	OverrideLogicalId(newLogicalId *string)
	PutDefaultAccessPolicy(value *HpcCacheDefaultAccessPolicy)
	PutDirectoryActiveDirectory(value *HpcCacheDirectoryActiveDirectory)
	PutDirectoryFlatFile(value *HpcCacheDirectoryFlatFile)
	PutDirectoryLdap(value *HpcCacheDirectoryLdap)
	PutDns(value *HpcCacheDns)
	PutIdentity(value *HpcCacheIdentity)
	PutTimeouts(value *HpcCacheTimeouts)
	ResetAutomaticallyRotateKeyToLatestEnabled()
	ResetDefaultAccessPolicy()
	ResetDirectoryActiveDirectory()
	ResetDirectoryFlatFile()
	ResetDirectoryLdap()
	ResetDns()
	ResetId()
	ResetIdentity()
	ResetKeyVaultKeyId()
	ResetMtu()
	ResetNtpServer()
	// Resets a previously passed logical Id to use the auto-generated logical id again.
	// Experimental.
	ResetOverrideLogicalId()
	ResetTags()
	ResetTimeouts()
	SynthesizeAttributes() *map[string]interface{}
	SynthesizeHclAttributes() *map[string]interface{}
	// Experimental.
	ToHclTerraform() interface{}
	// Experimental.
	ToMetadata() interface{}
	// Returns a string representation of this construct.
	ToString() *string
	// Adds this resource to the terraform JSON output.
	// Experimental.
	ToTerraform() interface{}
}

Represents a {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/hpc_cache azurerm_hpc_cache}.

func NewHpcCache

func NewHpcCache(scope constructs.Construct, id *string, config *HpcCacheConfig) HpcCache

Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/hpc_cache azurerm_hpc_cache} Resource.

type HpcCacheConfig

type HpcCacheConfig struct {
	// Experimental.
	Connection interface{} `field:"optional" json:"connection" yaml:"connection"`
	// Experimental.
	Count interface{} `field:"optional" json:"count" yaml:"count"`
	// Experimental.
	DependsOn *[]cdktf.ITerraformDependable `field:"optional" json:"dependsOn" yaml:"dependsOn"`
	// Experimental.
	ForEach cdktf.ITerraformIterator `field:"optional" json:"forEach" yaml:"forEach"`
	// Experimental.
	Lifecycle *cdktf.TerraformResourceLifecycle `field:"optional" json:"lifecycle" yaml:"lifecycle"`
	// Experimental.
	Provider cdktf.TerraformProvider `field:"optional" json:"provider" yaml:"provider"`
	// Experimental.
	Provisioners *[]interface{} `field:"optional" json:"provisioners" yaml:"provisioners"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/hpc_cache#cache_size_in_gb HpcCache#cache_size_in_gb}.
	CacheSizeInGb *float64 `field:"required" json:"cacheSizeInGb" yaml:"cacheSizeInGb"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/hpc_cache#location HpcCache#location}.
	Location *string `field:"required" json:"location" yaml:"location"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/hpc_cache#name HpcCache#name}.
	Name *string `field:"required" json:"name" yaml:"name"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/hpc_cache#resource_group_name HpcCache#resource_group_name}.
	ResourceGroupName *string `field:"required" json:"resourceGroupName" yaml:"resourceGroupName"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/hpc_cache#sku_name HpcCache#sku_name}.
	SkuName *string `field:"required" json:"skuName" yaml:"skuName"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/hpc_cache#subnet_id HpcCache#subnet_id}.
	SubnetId *string `field:"required" json:"subnetId" yaml:"subnetId"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/hpc_cache#automatically_rotate_key_to_latest_enabled HpcCache#automatically_rotate_key_to_latest_enabled}.
	AutomaticallyRotateKeyToLatestEnabled interface{} `field:"optional" json:"automaticallyRotateKeyToLatestEnabled" yaml:"automaticallyRotateKeyToLatestEnabled"`
	// default_access_policy block.
	//
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/hpc_cache#default_access_policy HpcCache#default_access_policy}
	DefaultAccessPolicy *HpcCacheDefaultAccessPolicy `field:"optional" json:"defaultAccessPolicy" yaml:"defaultAccessPolicy"`
	// directory_active_directory block.
	//
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/hpc_cache#directory_active_directory HpcCache#directory_active_directory}
	DirectoryActiveDirectory *HpcCacheDirectoryActiveDirectory `field:"optional" json:"directoryActiveDirectory" yaml:"directoryActiveDirectory"`
	// directory_flat_file block.
	//
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/hpc_cache#directory_flat_file HpcCache#directory_flat_file}
	DirectoryFlatFile *HpcCacheDirectoryFlatFile `field:"optional" json:"directoryFlatFile" yaml:"directoryFlatFile"`
	// directory_ldap block.
	//
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/hpc_cache#directory_ldap HpcCache#directory_ldap}
	DirectoryLdap *HpcCacheDirectoryLdap `field:"optional" json:"directoryLdap" yaml:"directoryLdap"`
	// dns block.
	//
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/hpc_cache#dns HpcCache#dns}
	Dns *HpcCacheDns `field:"optional" json:"dns" yaml:"dns"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/hpc_cache#id HpcCache#id}.
	//
	// Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
	// If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
	Id *string `field:"optional" json:"id" yaml:"id"`
	// identity block.
	//
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/hpc_cache#identity HpcCache#identity}
	Identity *HpcCacheIdentity `field:"optional" json:"identity" yaml:"identity"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/hpc_cache#key_vault_key_id HpcCache#key_vault_key_id}.
	KeyVaultKeyId *string `field:"optional" json:"keyVaultKeyId" yaml:"keyVaultKeyId"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/hpc_cache#mtu HpcCache#mtu}.
	Mtu *float64 `field:"optional" json:"mtu" yaml:"mtu"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/hpc_cache#ntp_server HpcCache#ntp_server}.
	NtpServer *string `field:"optional" json:"ntpServer" yaml:"ntpServer"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/hpc_cache#tags HpcCache#tags}.
	Tags *map[string]*string `field:"optional" json:"tags" yaml:"tags"`
	// timeouts block.
	//
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/hpc_cache#timeouts HpcCache#timeouts}
	Timeouts *HpcCacheTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"`
}

type HpcCacheDefaultAccessPolicy

type HpcCacheDefaultAccessPolicy struct {
	// access_rule block.
	//
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/hpc_cache#access_rule HpcCache#access_rule}
	AccessRule interface{} `field:"required" json:"accessRule" yaml:"accessRule"`
}

type HpcCacheDefaultAccessPolicyAccessRule

type HpcCacheDefaultAccessPolicyAccessRule struct {
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/hpc_cache#access HpcCache#access}.
	Access *string `field:"required" json:"access" yaml:"access"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/hpc_cache#scope HpcCache#scope}.
	Scope *string `field:"required" json:"scope" yaml:"scope"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/hpc_cache#anonymous_gid HpcCache#anonymous_gid}.
	AnonymousGid *float64 `field:"optional" json:"anonymousGid" yaml:"anonymousGid"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/hpc_cache#anonymous_uid HpcCache#anonymous_uid}.
	AnonymousUid *float64 `field:"optional" json:"anonymousUid" yaml:"anonymousUid"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/hpc_cache#filter HpcCache#filter}.
	Filter *string `field:"optional" json:"filter" yaml:"filter"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/hpc_cache#root_squash_enabled HpcCache#root_squash_enabled}.
	RootSquashEnabled interface{} `field:"optional" json:"rootSquashEnabled" yaml:"rootSquashEnabled"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/hpc_cache#submount_access_enabled HpcCache#submount_access_enabled}.
	SubmountAccessEnabled interface{} `field:"optional" json:"submountAccessEnabled" yaml:"submountAccessEnabled"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/hpc_cache#suid_enabled HpcCache#suid_enabled}.
	SuidEnabled interface{} `field:"optional" json:"suidEnabled" yaml:"suidEnabled"`
}

type HpcCacheDefaultAccessPolicyAccessRuleList

type HpcCacheDefaultAccessPolicyAccessRuleList interface {
	cdktf.ComplexList
	// The creation stack of this resolvable which will be appended to errors thrown during resolution.
	//
	// If this returns an empty array the stack will not be attached.
	// Experimental.
	CreationStack() *[]*string
	// Experimental.
	Fqn() *string
	InternalValue() interface{}
	SetInternalValue(val interface{})
	// The attribute on the parent resource this class is referencing.
	TerraformAttribute() *string
	SetTerraformAttribute(val *string)
	// The parent resource.
	TerraformResource() cdktf.IInterpolatingParent
	SetTerraformResource(val cdktf.IInterpolatingParent)
	// whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
	WrapsSet() *bool
	SetWrapsSet(val *bool)
	// Creating an iterator for this complex list.
	//
	// The list will be converted into a map with the mapKeyAttributeName as the key.
	// Experimental.
	AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator
	// Experimental.
	ComputeFqn() *string
	Get(index *float64) HpcCacheDefaultAccessPolicyAccessRuleOutputReference
	// Produce the Token's value at resolution time.
	// Experimental.
	Resolve(_context cdktf.IResolveContext) interface{}
	// Return a string representation of this resolvable object.
	//
	// Returns a reversible string representation.
	// Experimental.
	ToString() *string
}

func NewHpcCacheDefaultAccessPolicyAccessRuleList

func NewHpcCacheDefaultAccessPolicyAccessRuleList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) HpcCacheDefaultAccessPolicyAccessRuleList

type HpcCacheDefaultAccessPolicyAccessRuleOutputReference

type HpcCacheDefaultAccessPolicyAccessRuleOutputReference interface {
	cdktf.ComplexObject
	Access() *string
	SetAccess(val *string)
	AccessInput() *string
	AnonymousGid() *float64
	SetAnonymousGid(val *float64)
	AnonymousGidInput() *float64
	AnonymousUid() *float64
	SetAnonymousUid(val *float64)
	AnonymousUidInput() *float64
	// the index of the complex object in a list.
	// Experimental.
	ComplexObjectIndex() interface{}
	// Experimental.
	SetComplexObjectIndex(val interface{})
	// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
	// Experimental.
	ComplexObjectIsFromSet() *bool
	// Experimental.
	SetComplexObjectIsFromSet(val *bool)
	// The creation stack of this resolvable which will be appended to errors thrown during resolution.
	//
	// If this returns an empty array the stack will not be attached.
	// Experimental.
	CreationStack() *[]*string
	Filter() *string
	SetFilter(val *string)
	FilterInput() *string
	// Experimental.
	Fqn() *string
	InternalValue() interface{}
	SetInternalValue(val interface{})
	RootSquashEnabled() interface{}
	SetRootSquashEnabled(val interface{})
	RootSquashEnabledInput() interface{}
	Scope() *string
	SetScope(val *string)
	ScopeInput() *string
	SubmountAccessEnabled() interface{}
	SetSubmountAccessEnabled(val interface{})
	SubmountAccessEnabledInput() interface{}
	SuidEnabled() interface{}
	SetSuidEnabled(val interface{})
	SuidEnabledInput() interface{}
	// Experimental.
	TerraformAttribute() *string
	// Experimental.
	SetTerraformAttribute(val *string)
	// Experimental.
	TerraformResource() cdktf.IInterpolatingParent
	// Experimental.
	SetTerraformResource(val cdktf.IInterpolatingParent)
	// Experimental.
	ComputeFqn() *string
	// Experimental.
	GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
	// Experimental.
	GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
	// Experimental.
	GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
	// Experimental.
	GetListAttribute(terraformAttribute *string) *[]*string
	// Experimental.
	GetNumberAttribute(terraformAttribute *string) *float64
	// Experimental.
	GetNumberListAttribute(terraformAttribute *string) *[]*float64
	// Experimental.
	GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
	// Experimental.
	GetStringAttribute(terraformAttribute *string) *string
	// Experimental.
	GetStringMapAttribute(terraformAttribute *string) *map[string]*string
	// Experimental.
	InterpolationAsList() cdktf.IResolvable
	// Experimental.
	InterpolationForAttribute(property *string) cdktf.IResolvable
	ResetAnonymousGid()
	ResetAnonymousUid()
	ResetFilter()
	ResetRootSquashEnabled()
	ResetSubmountAccessEnabled()
	ResetSuidEnabled()
	// Produce the Token's value at resolution time.
	// Experimental.
	Resolve(_context cdktf.IResolveContext) interface{}
	// Return a string representation of this resolvable object.
	//
	// Returns a reversible string representation.
	// Experimental.
	ToString() *string
}

func NewHpcCacheDefaultAccessPolicyAccessRuleOutputReference

func NewHpcCacheDefaultAccessPolicyAccessRuleOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) HpcCacheDefaultAccessPolicyAccessRuleOutputReference

type HpcCacheDefaultAccessPolicyOutputReference

type HpcCacheDefaultAccessPolicyOutputReference interface {
	cdktf.ComplexObject
	AccessRule() HpcCacheDefaultAccessPolicyAccessRuleList
	AccessRuleInput() interface{}
	// the index of the complex object in a list.
	// Experimental.
	ComplexObjectIndex() interface{}
	// Experimental.
	SetComplexObjectIndex(val interface{})
	// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
	// Experimental.
	ComplexObjectIsFromSet() *bool
	// Experimental.
	SetComplexObjectIsFromSet(val *bool)
	// The creation stack of this resolvable which will be appended to errors thrown during resolution.
	//
	// If this returns an empty array the stack will not be attached.
	// Experimental.
	CreationStack() *[]*string
	// Experimental.
	Fqn() *string
	InternalValue() *HpcCacheDefaultAccessPolicy
	SetInternalValue(val *HpcCacheDefaultAccessPolicy)
	// Experimental.
	TerraformAttribute() *string
	// Experimental.
	SetTerraformAttribute(val *string)
	// Experimental.
	TerraformResource() cdktf.IInterpolatingParent
	// Experimental.
	SetTerraformResource(val cdktf.IInterpolatingParent)
	// Experimental.
	ComputeFqn() *string
	// Experimental.
	GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
	// Experimental.
	GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
	// Experimental.
	GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
	// Experimental.
	GetListAttribute(terraformAttribute *string) *[]*string
	// Experimental.
	GetNumberAttribute(terraformAttribute *string) *float64
	// Experimental.
	GetNumberListAttribute(terraformAttribute *string) *[]*float64
	// Experimental.
	GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
	// Experimental.
	GetStringAttribute(terraformAttribute *string) *string
	// Experimental.
	GetStringMapAttribute(terraformAttribute *string) *map[string]*string
	// Experimental.
	InterpolationAsList() cdktf.IResolvable
	// Experimental.
	InterpolationForAttribute(property *string) cdktf.IResolvable
	PutAccessRule(value interface{})
	// Produce the Token's value at resolution time.
	// Experimental.
	Resolve(_context cdktf.IResolveContext) interface{}
	// Return a string representation of this resolvable object.
	//
	// Returns a reversible string representation.
	// Experimental.
	ToString() *string
}

func NewHpcCacheDefaultAccessPolicyOutputReference

func NewHpcCacheDefaultAccessPolicyOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) HpcCacheDefaultAccessPolicyOutputReference

type HpcCacheDirectoryActiveDirectory

type HpcCacheDirectoryActiveDirectory struct {
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/hpc_cache#cache_netbios_name HpcCache#cache_netbios_name}.
	CacheNetbiosName *string `field:"required" json:"cacheNetbiosName" yaml:"cacheNetbiosName"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/hpc_cache#dns_primary_ip HpcCache#dns_primary_ip}.
	DnsPrimaryIp *string `field:"required" json:"dnsPrimaryIp" yaml:"dnsPrimaryIp"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/hpc_cache#domain_name HpcCache#domain_name}.
	DomainName *string `field:"required" json:"domainName" yaml:"domainName"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/hpc_cache#domain_netbios_name HpcCache#domain_netbios_name}.
	DomainNetbiosName *string `field:"required" json:"domainNetbiosName" yaml:"domainNetbiosName"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/hpc_cache#password HpcCache#password}.
	Password *string `field:"required" json:"password" yaml:"password"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/hpc_cache#username HpcCache#username}.
	Username *string `field:"required" json:"username" yaml:"username"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/hpc_cache#dns_secondary_ip HpcCache#dns_secondary_ip}.
	DnsSecondaryIp *string `field:"optional" json:"dnsSecondaryIp" yaml:"dnsSecondaryIp"`
}

type HpcCacheDirectoryActiveDirectoryOutputReference

type HpcCacheDirectoryActiveDirectoryOutputReference interface {
	cdktf.ComplexObject
	CacheNetbiosName() *string
	SetCacheNetbiosName(val *string)
	CacheNetbiosNameInput() *string
	// the index of the complex object in a list.
	// Experimental.
	ComplexObjectIndex() interface{}
	// Experimental.
	SetComplexObjectIndex(val interface{})
	// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
	// Experimental.
	ComplexObjectIsFromSet() *bool
	// Experimental.
	SetComplexObjectIsFromSet(val *bool)
	// The creation stack of this resolvable which will be appended to errors thrown during resolution.
	//
	// If this returns an empty array the stack will not be attached.
	// Experimental.
	CreationStack() *[]*string
	DnsPrimaryIp() *string
	SetDnsPrimaryIp(val *string)
	DnsPrimaryIpInput() *string
	DnsSecondaryIp() *string
	SetDnsSecondaryIp(val *string)
	DnsSecondaryIpInput() *string
	DomainName() *string
	SetDomainName(val *string)
	DomainNameInput() *string
	DomainNetbiosName() *string
	SetDomainNetbiosName(val *string)
	DomainNetbiosNameInput() *string
	// Experimental.
	Fqn() *string
	InternalValue() *HpcCacheDirectoryActiveDirectory
	SetInternalValue(val *HpcCacheDirectoryActiveDirectory)
	Password() *string
	SetPassword(val *string)
	PasswordInput() *string
	// Experimental.
	TerraformAttribute() *string
	// Experimental.
	SetTerraformAttribute(val *string)
	// Experimental.
	TerraformResource() cdktf.IInterpolatingParent
	// Experimental.
	SetTerraformResource(val cdktf.IInterpolatingParent)
	Username() *string
	SetUsername(val *string)
	UsernameInput() *string
	// Experimental.
	ComputeFqn() *string
	// Experimental.
	GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
	// Experimental.
	GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
	// Experimental.
	GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
	// Experimental.
	GetListAttribute(terraformAttribute *string) *[]*string
	// Experimental.
	GetNumberAttribute(terraformAttribute *string) *float64
	// Experimental.
	GetNumberListAttribute(terraformAttribute *string) *[]*float64
	// Experimental.
	GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
	// Experimental.
	GetStringAttribute(terraformAttribute *string) *string
	// Experimental.
	GetStringMapAttribute(terraformAttribute *string) *map[string]*string
	// Experimental.
	InterpolationAsList() cdktf.IResolvable
	// Experimental.
	InterpolationForAttribute(property *string) cdktf.IResolvable
	ResetDnsSecondaryIp()
	// Produce the Token's value at resolution time.
	// Experimental.
	Resolve(_context cdktf.IResolveContext) interface{}
	// Return a string representation of this resolvable object.
	//
	// Returns a reversible string representation.
	// Experimental.
	ToString() *string
}

func NewHpcCacheDirectoryActiveDirectoryOutputReference

func NewHpcCacheDirectoryActiveDirectoryOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) HpcCacheDirectoryActiveDirectoryOutputReference

type HpcCacheDirectoryFlatFile

type HpcCacheDirectoryFlatFile struct {
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/hpc_cache#group_file_uri HpcCache#group_file_uri}.
	GroupFileUri *string `field:"required" json:"groupFileUri" yaml:"groupFileUri"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/hpc_cache#password_file_uri HpcCache#password_file_uri}.
	PasswordFileUri *string `field:"required" json:"passwordFileUri" yaml:"passwordFileUri"`
}

type HpcCacheDirectoryFlatFileOutputReference

type HpcCacheDirectoryFlatFileOutputReference interface {
	cdktf.ComplexObject
	// the index of the complex object in a list.
	// Experimental.
	ComplexObjectIndex() interface{}
	// Experimental.
	SetComplexObjectIndex(val interface{})
	// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
	// Experimental.
	ComplexObjectIsFromSet() *bool
	// Experimental.
	SetComplexObjectIsFromSet(val *bool)
	// The creation stack of this resolvable which will be appended to errors thrown during resolution.
	//
	// If this returns an empty array the stack will not be attached.
	// Experimental.
	CreationStack() *[]*string
	// Experimental.
	Fqn() *string
	GroupFileUri() *string
	SetGroupFileUri(val *string)
	GroupFileUriInput() *string
	InternalValue() *HpcCacheDirectoryFlatFile
	SetInternalValue(val *HpcCacheDirectoryFlatFile)
	PasswordFileUri() *string
	SetPasswordFileUri(val *string)
	PasswordFileUriInput() *string
	// Experimental.
	TerraformAttribute() *string
	// Experimental.
	SetTerraformAttribute(val *string)
	// Experimental.
	TerraformResource() cdktf.IInterpolatingParent
	// Experimental.
	SetTerraformResource(val cdktf.IInterpolatingParent)
	// Experimental.
	ComputeFqn() *string
	// Experimental.
	GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
	// Experimental.
	GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
	// Experimental.
	GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
	// Experimental.
	GetListAttribute(terraformAttribute *string) *[]*string
	// Experimental.
	GetNumberAttribute(terraformAttribute *string) *float64
	// Experimental.
	GetNumberListAttribute(terraformAttribute *string) *[]*float64
	// Experimental.
	GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
	// Experimental.
	GetStringAttribute(terraformAttribute *string) *string
	// Experimental.
	GetStringMapAttribute(terraformAttribute *string) *map[string]*string
	// Experimental.
	InterpolationAsList() cdktf.IResolvable
	// Experimental.
	InterpolationForAttribute(property *string) cdktf.IResolvable
	// Produce the Token's value at resolution time.
	// Experimental.
	Resolve(_context cdktf.IResolveContext) interface{}
	// Return a string representation of this resolvable object.
	//
	// Returns a reversible string representation.
	// Experimental.
	ToString() *string
}

func NewHpcCacheDirectoryFlatFileOutputReference

func NewHpcCacheDirectoryFlatFileOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) HpcCacheDirectoryFlatFileOutputReference

type HpcCacheDirectoryLdap

type HpcCacheDirectoryLdap struct {
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/hpc_cache#base_dn HpcCache#base_dn}.
	BaseDn *string `field:"required" json:"baseDn" yaml:"baseDn"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/hpc_cache#server HpcCache#server}.
	Server *string `field:"required" json:"server" yaml:"server"`
	// bind block.
	//
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/hpc_cache#bind HpcCache#bind}
	Bind *HpcCacheDirectoryLdapBind `field:"optional" json:"bind" yaml:"bind"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/hpc_cache#certificate_validation_uri HpcCache#certificate_validation_uri}.
	CertificateValidationUri *string `field:"optional" json:"certificateValidationUri" yaml:"certificateValidationUri"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/hpc_cache#download_certificate_automatically HpcCache#download_certificate_automatically}.
	DownloadCertificateAutomatically interface{} `field:"optional" json:"downloadCertificateAutomatically" yaml:"downloadCertificateAutomatically"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/hpc_cache#encrypted HpcCache#encrypted}.
	Encrypted interface{} `field:"optional" json:"encrypted" yaml:"encrypted"`
}

type HpcCacheDirectoryLdapBind

type HpcCacheDirectoryLdapBind struct {
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/hpc_cache#dn HpcCache#dn}.
	Dn *string `field:"required" json:"dn" yaml:"dn"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/hpc_cache#password HpcCache#password}.
	Password *string `field:"required" json:"password" yaml:"password"`
}

type HpcCacheDirectoryLdapBindOutputReference

type HpcCacheDirectoryLdapBindOutputReference interface {
	cdktf.ComplexObject
	// the index of the complex object in a list.
	// Experimental.
	ComplexObjectIndex() interface{}
	// Experimental.
	SetComplexObjectIndex(val interface{})
	// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
	// Experimental.
	ComplexObjectIsFromSet() *bool
	// Experimental.
	SetComplexObjectIsFromSet(val *bool)
	// The creation stack of this resolvable which will be appended to errors thrown during resolution.
	//
	// If this returns an empty array the stack will not be attached.
	// Experimental.
	CreationStack() *[]*string
	Dn() *string
	SetDn(val *string)
	DnInput() *string
	// Experimental.
	Fqn() *string
	InternalValue() *HpcCacheDirectoryLdapBind
	SetInternalValue(val *HpcCacheDirectoryLdapBind)
	Password() *string
	SetPassword(val *string)
	PasswordInput() *string
	// Experimental.
	TerraformAttribute() *string
	// Experimental.
	SetTerraformAttribute(val *string)
	// Experimental.
	TerraformResource() cdktf.IInterpolatingParent
	// Experimental.
	SetTerraformResource(val cdktf.IInterpolatingParent)
	// Experimental.
	ComputeFqn() *string
	// Experimental.
	GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
	// Experimental.
	GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
	// Experimental.
	GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
	// Experimental.
	GetListAttribute(terraformAttribute *string) *[]*string
	// Experimental.
	GetNumberAttribute(terraformAttribute *string) *float64
	// Experimental.
	GetNumberListAttribute(terraformAttribute *string) *[]*float64
	// Experimental.
	GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
	// Experimental.
	GetStringAttribute(terraformAttribute *string) *string
	// Experimental.
	GetStringMapAttribute(terraformAttribute *string) *map[string]*string
	// Experimental.
	InterpolationAsList() cdktf.IResolvable
	// Experimental.
	InterpolationForAttribute(property *string) cdktf.IResolvable
	// Produce the Token's value at resolution time.
	// Experimental.
	Resolve(_context cdktf.IResolveContext) interface{}
	// Return a string representation of this resolvable object.
	//
	// Returns a reversible string representation.
	// Experimental.
	ToString() *string
}

func NewHpcCacheDirectoryLdapBindOutputReference

func NewHpcCacheDirectoryLdapBindOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) HpcCacheDirectoryLdapBindOutputReference

type HpcCacheDirectoryLdapOutputReference

type HpcCacheDirectoryLdapOutputReference interface {
	cdktf.ComplexObject
	BaseDn() *string
	SetBaseDn(val *string)
	BaseDnInput() *string
	Bind() HpcCacheDirectoryLdapBindOutputReference
	BindInput() *HpcCacheDirectoryLdapBind
	CertificateValidationUri() *string
	SetCertificateValidationUri(val *string)
	CertificateValidationUriInput() *string
	// the index of the complex object in a list.
	// Experimental.
	ComplexObjectIndex() interface{}
	// Experimental.
	SetComplexObjectIndex(val interface{})
	// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
	// Experimental.
	ComplexObjectIsFromSet() *bool
	// Experimental.
	SetComplexObjectIsFromSet(val *bool)
	// The creation stack of this resolvable which will be appended to errors thrown during resolution.
	//
	// If this returns an empty array the stack will not be attached.
	// Experimental.
	CreationStack() *[]*string
	DownloadCertificateAutomatically() interface{}
	SetDownloadCertificateAutomatically(val interface{})
	DownloadCertificateAutomaticallyInput() interface{}
	Encrypted() interface{}
	SetEncrypted(val interface{})
	EncryptedInput() interface{}
	// Experimental.
	Fqn() *string
	InternalValue() *HpcCacheDirectoryLdap
	SetInternalValue(val *HpcCacheDirectoryLdap)
	Server() *string
	SetServer(val *string)
	ServerInput() *string
	// Experimental.
	TerraformAttribute() *string
	// Experimental.
	SetTerraformAttribute(val *string)
	// Experimental.
	TerraformResource() cdktf.IInterpolatingParent
	// Experimental.
	SetTerraformResource(val cdktf.IInterpolatingParent)
	// Experimental.
	ComputeFqn() *string
	// Experimental.
	GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
	// Experimental.
	GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
	// Experimental.
	GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
	// Experimental.
	GetListAttribute(terraformAttribute *string) *[]*string
	// Experimental.
	GetNumberAttribute(terraformAttribute *string) *float64
	// Experimental.
	GetNumberListAttribute(terraformAttribute *string) *[]*float64
	// Experimental.
	GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
	// Experimental.
	GetStringAttribute(terraformAttribute *string) *string
	// Experimental.
	GetStringMapAttribute(terraformAttribute *string) *map[string]*string
	// Experimental.
	InterpolationAsList() cdktf.IResolvable
	// Experimental.
	InterpolationForAttribute(property *string) cdktf.IResolvable
	PutBind(value *HpcCacheDirectoryLdapBind)
	ResetBind()
	ResetCertificateValidationUri()
	ResetDownloadCertificateAutomatically()
	ResetEncrypted()
	// Produce the Token's value at resolution time.
	// Experimental.
	Resolve(_context cdktf.IResolveContext) interface{}
	// Return a string representation of this resolvable object.
	//
	// Returns a reversible string representation.
	// Experimental.
	ToString() *string
}

func NewHpcCacheDirectoryLdapOutputReference

func NewHpcCacheDirectoryLdapOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) HpcCacheDirectoryLdapOutputReference

type HpcCacheDns

type HpcCacheDns struct {
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/hpc_cache#servers HpcCache#servers}.
	Servers *[]*string `field:"required" json:"servers" yaml:"servers"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/hpc_cache#search_domain HpcCache#search_domain}.
	SearchDomain *string `field:"optional" json:"searchDomain" yaml:"searchDomain"`
}

type HpcCacheDnsOutputReference

type HpcCacheDnsOutputReference interface {
	cdktf.ComplexObject
	// the index of the complex object in a list.
	// Experimental.
	ComplexObjectIndex() interface{}
	// Experimental.
	SetComplexObjectIndex(val interface{})
	// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
	// Experimental.
	ComplexObjectIsFromSet() *bool
	// Experimental.
	SetComplexObjectIsFromSet(val *bool)
	// The creation stack of this resolvable which will be appended to errors thrown during resolution.
	//
	// If this returns an empty array the stack will not be attached.
	// Experimental.
	CreationStack() *[]*string
	// Experimental.
	Fqn() *string
	InternalValue() *HpcCacheDns
	SetInternalValue(val *HpcCacheDns)
	SearchDomain() *string
	SetSearchDomain(val *string)
	SearchDomainInput() *string
	Servers() *[]*string
	SetServers(val *[]*string)
	ServersInput() *[]*string
	// Experimental.
	TerraformAttribute() *string
	// Experimental.
	SetTerraformAttribute(val *string)
	// Experimental.
	TerraformResource() cdktf.IInterpolatingParent
	// Experimental.
	SetTerraformResource(val cdktf.IInterpolatingParent)
	// Experimental.
	ComputeFqn() *string
	// Experimental.
	GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
	// Experimental.
	GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
	// Experimental.
	GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
	// Experimental.
	GetListAttribute(terraformAttribute *string) *[]*string
	// Experimental.
	GetNumberAttribute(terraformAttribute *string) *float64
	// Experimental.
	GetNumberListAttribute(terraformAttribute *string) *[]*float64
	// Experimental.
	GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
	// Experimental.
	GetStringAttribute(terraformAttribute *string) *string
	// Experimental.
	GetStringMapAttribute(terraformAttribute *string) *map[string]*string
	// Experimental.
	InterpolationAsList() cdktf.IResolvable
	// Experimental.
	InterpolationForAttribute(property *string) cdktf.IResolvable
	ResetSearchDomain()
	// Produce the Token's value at resolution time.
	// Experimental.
	Resolve(_context cdktf.IResolveContext) interface{}
	// Return a string representation of this resolvable object.
	//
	// Returns a reversible string representation.
	// Experimental.
	ToString() *string
}

func NewHpcCacheDnsOutputReference

func NewHpcCacheDnsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) HpcCacheDnsOutputReference

type HpcCacheIdentity

type HpcCacheIdentity struct {
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/hpc_cache#type HpcCache#type}.
	Type *string `field:"required" json:"type" yaml:"type"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/hpc_cache#identity_ids HpcCache#identity_ids}.
	IdentityIds *[]*string `field:"optional" json:"identityIds" yaml:"identityIds"`
}

type HpcCacheIdentityOutputReference

type HpcCacheIdentityOutputReference interface {
	cdktf.ComplexObject
	// the index of the complex object in a list.
	// Experimental.
	ComplexObjectIndex() interface{}
	// Experimental.
	SetComplexObjectIndex(val interface{})
	// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
	// Experimental.
	ComplexObjectIsFromSet() *bool
	// Experimental.
	SetComplexObjectIsFromSet(val *bool)
	// The creation stack of this resolvable which will be appended to errors thrown during resolution.
	//
	// If this returns an empty array the stack will not be attached.
	// Experimental.
	CreationStack() *[]*string
	// Experimental.
	Fqn() *string
	IdentityIds() *[]*string
	SetIdentityIds(val *[]*string)
	IdentityIdsInput() *[]*string
	InternalValue() *HpcCacheIdentity
	SetInternalValue(val *HpcCacheIdentity)
	PrincipalId() *string
	TenantId() *string
	// Experimental.
	TerraformAttribute() *string
	// Experimental.
	SetTerraformAttribute(val *string)
	// Experimental.
	TerraformResource() cdktf.IInterpolatingParent
	// Experimental.
	SetTerraformResource(val cdktf.IInterpolatingParent)
	Type() *string
	SetType(val *string)
	TypeInput() *string
	// Experimental.
	ComputeFqn() *string
	// Experimental.
	GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
	// Experimental.
	GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
	// Experimental.
	GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
	// Experimental.
	GetListAttribute(terraformAttribute *string) *[]*string
	// Experimental.
	GetNumberAttribute(terraformAttribute *string) *float64
	// Experimental.
	GetNumberListAttribute(terraformAttribute *string) *[]*float64
	// Experimental.
	GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
	// Experimental.
	GetStringAttribute(terraformAttribute *string) *string
	// Experimental.
	GetStringMapAttribute(terraformAttribute *string) *map[string]*string
	// Experimental.
	InterpolationAsList() cdktf.IResolvable
	// Experimental.
	InterpolationForAttribute(property *string) cdktf.IResolvable
	ResetIdentityIds()
	// Produce the Token's value at resolution time.
	// Experimental.
	Resolve(_context cdktf.IResolveContext) interface{}
	// Return a string representation of this resolvable object.
	//
	// Returns a reversible string representation.
	// Experimental.
	ToString() *string
}

func NewHpcCacheIdentityOutputReference

func NewHpcCacheIdentityOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) HpcCacheIdentityOutputReference

type HpcCacheTimeouts

type HpcCacheTimeouts struct {
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/hpc_cache#create HpcCache#create}.
	Create *string `field:"optional" json:"create" yaml:"create"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/hpc_cache#delete HpcCache#delete}.
	Delete *string `field:"optional" json:"delete" yaml:"delete"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/hpc_cache#read HpcCache#read}.
	Read *string `field:"optional" json:"read" yaml:"read"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/hpc_cache#update HpcCache#update}.
	Update *string `field:"optional" json:"update" yaml:"update"`
}

type HpcCacheTimeoutsOutputReference

type HpcCacheTimeoutsOutputReference interface {
	cdktf.ComplexObject
	// the index of the complex object in a list.
	// Experimental.
	ComplexObjectIndex() interface{}
	// Experimental.
	SetComplexObjectIndex(val interface{})
	// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
	// Experimental.
	ComplexObjectIsFromSet() *bool
	// Experimental.
	SetComplexObjectIsFromSet(val *bool)
	Create() *string
	SetCreate(val *string)
	CreateInput() *string
	// The creation stack of this resolvable which will be appended to errors thrown during resolution.
	//
	// If this returns an empty array the stack will not be attached.
	// Experimental.
	CreationStack() *[]*string
	Delete() *string
	SetDelete(val *string)
	DeleteInput() *string
	// Experimental.
	Fqn() *string
	InternalValue() interface{}
	SetInternalValue(val interface{})
	Read() *string
	SetRead(val *string)
	ReadInput() *string
	// Experimental.
	TerraformAttribute() *string
	// Experimental.
	SetTerraformAttribute(val *string)
	// Experimental.
	TerraformResource() cdktf.IInterpolatingParent
	// Experimental.
	SetTerraformResource(val cdktf.IInterpolatingParent)
	Update() *string
	SetUpdate(val *string)
	UpdateInput() *string
	// Experimental.
	ComputeFqn() *string
	// Experimental.
	GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
	// Experimental.
	GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
	// Experimental.
	GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
	// Experimental.
	GetListAttribute(terraformAttribute *string) *[]*string
	// Experimental.
	GetNumberAttribute(terraformAttribute *string) *float64
	// Experimental.
	GetNumberListAttribute(terraformAttribute *string) *[]*float64
	// Experimental.
	GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
	// Experimental.
	GetStringAttribute(terraformAttribute *string) *string
	// Experimental.
	GetStringMapAttribute(terraformAttribute *string) *map[string]*string
	// Experimental.
	InterpolationAsList() cdktf.IResolvable
	// Experimental.
	InterpolationForAttribute(property *string) cdktf.IResolvable
	ResetCreate()
	ResetDelete()
	ResetRead()
	ResetUpdate()
	// Produce the Token's value at resolution time.
	// Experimental.
	Resolve(_context cdktf.IResolveContext) interface{}
	// Return a string representation of this resolvable object.
	//
	// Returns a reversible string representation.
	// Experimental.
	ToString() *string
}

func NewHpcCacheTimeoutsOutputReference

func NewHpcCacheTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) HpcCacheTimeoutsOutputReference

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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