fsxontapfilesystem

package
v0.0.0-...-964ba77 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DiskIopsConfiguration

type DiskIopsConfiguration struct {
	// Iops: number, optional
	Iops terra.NumberValue `hcl:"iops,attr"`
	// Mode: string, optional
	Mode terra.StringValue `hcl:"mode,attr"`
}

type DiskIopsConfigurationAttributes

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

func (DiskIopsConfigurationAttributes) InternalRef

func (DiskIopsConfigurationAttributes) InternalTokens

func (dic DiskIopsConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DiskIopsConfigurationAttributes) InternalWithRef

func (DiskIopsConfigurationAttributes) Iops

func (DiskIopsConfigurationAttributes) Mode

type DiskIopsConfigurationState

type DiskIopsConfigurationState struct {
	Iops float64 `json:"iops"`
	Mode string  `json:"mode"`
}

type Endpoints

type Endpoints struct {
	// Intercluster: min=0
	Intercluster []Intercluster `hcl:"intercluster,block" validate:"min=0"`
	// Management: min=0
	Management []Management `hcl:"management,block" validate:"min=0"`
}

type EndpointsAttributes

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

func (EndpointsAttributes) Intercluster

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) Management

type EndpointsState

type EndpointsState struct {
	Intercluster []InterclusterState `json:"intercluster"`
	Management   []ManagementState   `json:"management"`
}

type Intercluster

type Intercluster struct{}

type InterclusterAttributes

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

func (InterclusterAttributes) DnsName

func (InterclusterAttributes) InternalRef

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

func (InterclusterAttributes) InternalTokens

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

func (InterclusterAttributes) InternalWithRef

func (InterclusterAttributes) IpAddresses

type InterclusterState

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

type Management

type Management struct{}

type ManagementAttributes

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

func (ManagementAttributes) DnsName

func (ManagementAttributes) InternalRef

func (m ManagementAttributes) InternalRef() (terra.Reference, error)

func (ManagementAttributes) InternalTokens

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

func (ManagementAttributes) InternalWithRef

func (ManagementAttributes) IpAddresses

type ManagementState

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

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