aws_fsx_ontap_storage_virtual_machine

package
v5.45.0 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 ActiveDirectoryConfiguration

type ActiveDirectoryConfiguration struct {
	// NetbiosName: string, optional
	NetbiosName terra.StringValue `hcl:"netbios_name,attr"`
	// ActiveDirectoryConfigurationSelfManagedActiveDirectoryConfiguration: optional
	SelfManagedActiveDirectoryConfiguration *ActiveDirectoryConfigurationSelfManagedActiveDirectoryConfiguration `hcl:"self_managed_active_directory_configuration,block"`
}

type ActiveDirectoryConfigurationAttributes

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

func (ActiveDirectoryConfigurationAttributes) InternalRef

func (ActiveDirectoryConfigurationAttributes) InternalTokens

func (ActiveDirectoryConfigurationAttributes) InternalWithRef

func (ActiveDirectoryConfigurationAttributes) NetbiosName

type ActiveDirectoryConfigurationSelfManagedActiveDirectoryConfiguration

type ActiveDirectoryConfigurationSelfManagedActiveDirectoryConfiguration struct {
	// DnsIps: set of string, required
	DnsIps terra.SetValue[terra.StringValue] `hcl:"dns_ips,attr" validate:"required"`
	// DomainName: string, required
	DomainName terra.StringValue `hcl:"domain_name,attr" validate:"required"`
	// FileSystemAdministratorsGroup: string, optional
	FileSystemAdministratorsGroup terra.StringValue `hcl:"file_system_administrators_group,attr"`
	// OrganizationalUnitDistinguishedName: string, optional
	OrganizationalUnitDistinguishedName terra.StringValue `hcl:"organizational_unit_distinguished_name,attr"`
	// Password: string, required
	Password terra.StringValue `hcl:"password,attr" validate:"required"`
	// Username: string, required
	Username terra.StringValue `hcl:"username,attr" validate:"required"`
}

type ActiveDirectoryConfigurationSelfManagedActiveDirectoryConfigurationAttributes

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

func (ActiveDirectoryConfigurationSelfManagedActiveDirectoryConfigurationAttributes) DnsIps

func (ActiveDirectoryConfigurationSelfManagedActiveDirectoryConfigurationAttributes) DomainName

func (ActiveDirectoryConfigurationSelfManagedActiveDirectoryConfigurationAttributes) FileSystemAdministratorsGroup

func (ActiveDirectoryConfigurationSelfManagedActiveDirectoryConfigurationAttributes) InternalRef

func (ActiveDirectoryConfigurationSelfManagedActiveDirectoryConfigurationAttributes) InternalTokens

func (ActiveDirectoryConfigurationSelfManagedActiveDirectoryConfigurationAttributes) InternalWithRef

func (ActiveDirectoryConfigurationSelfManagedActiveDirectoryConfigurationAttributes) OrganizationalUnitDistinguishedName

func (ActiveDirectoryConfigurationSelfManagedActiveDirectoryConfigurationAttributes) Password

func (ActiveDirectoryConfigurationSelfManagedActiveDirectoryConfigurationAttributes) Username

type ActiveDirectoryConfigurationSelfManagedActiveDirectoryConfigurationState

type ActiveDirectoryConfigurationSelfManagedActiveDirectoryConfigurationState struct {
	DnsIps                              []string `json:"dns_ips"`
	DomainName                          string   `json:"domain_name"`
	FileSystemAdministratorsGroup       string   `json:"file_system_administrators_group"`
	OrganizationalUnitDistinguishedName string   `json:"organizational_unit_distinguished_name"`
	Password                            string   `json:"password"`
	Username                            string   `json:"username"`
}

type ActiveDirectoryConfigurationState

type ActiveDirectoryConfigurationState struct {
	NetbiosName                             string                                                                     `json:"netbios_name"`
	SelfManagedActiveDirectoryConfiguration []ActiveDirectoryConfigurationSelfManagedActiveDirectoryConfigurationState `json:"self_managed_active_directory_configuration"`
}

type Args

type Args struct {
	// FileSystemId: string, required
	FileSystemId terra.StringValue `hcl:"file_system_id,attr" validate:"required"`
	// Id: string, optional
	Id terra.StringValue `hcl:"id,attr"`
	// Name: string, required
	Name terra.StringValue `hcl:"name,attr" validate:"required"`
	// RootVolumeSecurityStyle: string, optional
	RootVolumeSecurityStyle terra.StringValue `hcl:"root_volume_security_style,attr"`
	// SvmAdminPassword: string, optional
	SvmAdminPassword terra.StringValue `hcl:"svm_admin_password,attr"`
	// Tags: map of string, optional
	Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"`
	// TagsAll: map of string, optional
	TagsAll terra.MapValue[terra.StringValue] `hcl:"tags_all,attr"`
	// ActiveDirectoryConfiguration: optional
	ActiveDirectoryConfiguration *ActiveDirectoryConfiguration `hcl:"active_directory_configuration,block"`
	// Timeouts: optional
	Timeouts *Timeouts `hcl:"timeouts,block"`
}

Args contains the configurations for aws_fsx_ontap_storage_virtual_machine.

type EndpointsAttributes

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

func (EndpointsAttributes) InternalRef

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

func (EndpointsAttributes) InternalTokens

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

func (EndpointsAttributes) InternalWithRef

func (e EndpointsAttributes) InternalWithRef(ref terra.Reference) EndpointsAttributes

func (EndpointsAttributes) Iscsi

func (EndpointsAttributes) Management

func (EndpointsAttributes) Nfs

func (EndpointsAttributes) Smb

type EndpointsIscsiAttributes

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

func (EndpointsIscsiAttributes) DnsName

func (EndpointsIscsiAttributes) InternalRef

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

func (EndpointsIscsiAttributes) InternalTokens

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

func (EndpointsIscsiAttributes) InternalWithRef

func (EndpointsIscsiAttributes) IpAddresses

type EndpointsIscsiState

type EndpointsIscsiState struct {
	DnsName     string   `json:"dns_name"`
	IpAddresses []string `json:"ip_addresses"`
}

type EndpointsManagementAttributes

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

func (EndpointsManagementAttributes) DnsName

func (EndpointsManagementAttributes) InternalRef

func (EndpointsManagementAttributes) InternalTokens

func (m EndpointsManagementAttributes) InternalTokens() (hclwrite.Tokens, error)

func (EndpointsManagementAttributes) InternalWithRef

func (EndpointsManagementAttributes) IpAddresses

type EndpointsManagementState

type EndpointsManagementState struct {
	DnsName     string   `json:"dns_name"`
	IpAddresses []string `json:"ip_addresses"`
}

type EndpointsNfsAttributes

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

func (EndpointsNfsAttributes) DnsName

func (EndpointsNfsAttributes) InternalRef

func (n EndpointsNfsAttributes) InternalRef() (terra.Reference, error)

func (EndpointsNfsAttributes) InternalTokens

func (n EndpointsNfsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (EndpointsNfsAttributes) InternalWithRef

func (EndpointsNfsAttributes) IpAddresses

type EndpointsNfsState

type EndpointsNfsState struct {
	DnsName     string   `json:"dns_name"`
	IpAddresses []string `json:"ip_addresses"`
}

type EndpointsSmbAttributes

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

func (EndpointsSmbAttributes) DnsName

func (EndpointsSmbAttributes) InternalRef

func (s EndpointsSmbAttributes) InternalRef() (terra.Reference, error)

func (EndpointsSmbAttributes) InternalTokens

func (s EndpointsSmbAttributes) InternalTokens() (hclwrite.Tokens, error)

func (EndpointsSmbAttributes) InternalWithRef

func (EndpointsSmbAttributes) IpAddresses

type EndpointsSmbState

type EndpointsSmbState struct {
	DnsName     string   `json:"dns_name"`
	IpAddresses []string `json:"ip_addresses"`
}

type EndpointsState

type EndpointsState struct {
	Iscsi      []EndpointsIscsiState      `json:"iscsi"`
	Management []EndpointsManagementState `json:"management"`
	Nfs        []EndpointsNfsState        `json:"nfs"`
	Smb        []EndpointsSmbState        `json:"smb"`
}

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

func New

func New(name string, args Args) *Resource

New creates a new instance of Resource.

func (*Resource) Attributes

func (afosvm *Resource) Attributes() awsFsxOntapStorageVirtualMachineAttributes

Attributes returns the attributes for Resource.

func (*Resource) Configuration

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

Configuration returns the configuration (args) for Resource.

func (*Resource) DependOn

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

DependOn is used for other resources to depend on Resource.

func (*Resource) Dependencies

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

Dependencies returns the list of resources Resource depends_on.

func (*Resource) ImportState

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

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

func (*Resource) LifecycleManagement

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

LifecycleManagement returns the lifecycle block for Resource.

func (*Resource) LocalName

func (afosvm *Resource) LocalName() string

LocalName returns the local name for Resource.

func (*Resource) State

func (afosvm *Resource) State() (*awsFsxOntapStorageVirtualMachineState, bool)

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

func (*Resource) StateMust

func (afosvm *Resource) StateMust() *awsFsxOntapStorageVirtualMachineState

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

func (*Resource) Type

func (afosvm *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"`
	// 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) Update

type TimeoutsState

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

Jump to

Keyboard shortcuts

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