datavmwareprivatecloud

package
v0.0.0-...-c2cc54e Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2023 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 Circuit

type Circuit struct{}

type CircuitAttributes

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

func (CircuitAttributes) ExpressRouteId

func (c CircuitAttributes) ExpressRouteId() terra.StringValue

func (CircuitAttributes) ExpressRoutePrivatePeeringId

func (c CircuitAttributes) ExpressRoutePrivatePeeringId() terra.StringValue

func (CircuitAttributes) InternalRef

func (c CircuitAttributes) InternalRef() (terra.Reference, error)

func (CircuitAttributes) InternalTokens

func (c CircuitAttributes) InternalTokens() (hclwrite.Tokens, error)

func (CircuitAttributes) InternalWithRef

func (c CircuitAttributes) InternalWithRef(ref terra.Reference) CircuitAttributes

func (CircuitAttributes) PrimarySubnetCidr

func (c CircuitAttributes) PrimarySubnetCidr() terra.StringValue

func (CircuitAttributes) SecondarySubnetCidr

func (c CircuitAttributes) SecondarySubnetCidr() terra.StringValue

type CircuitState

type CircuitState struct {
	ExpressRouteId               string `json:"express_route_id"`
	ExpressRoutePrivatePeeringId string `json:"express_route_private_peering_id"`
	PrimarySubnetCidr            string `json:"primary_subnet_cidr"`
	SecondarySubnetCidr          string `json:"secondary_subnet_cidr"`
}

type ManagementCluster

type ManagementCluster struct{}

type ManagementClusterAttributes

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

func (ManagementClusterAttributes) Hosts

func (ManagementClusterAttributes) Id

func (ManagementClusterAttributes) InternalRef

func (mc ManagementClusterAttributes) InternalRef() (terra.Reference, error)

func (ManagementClusterAttributes) InternalTokens

func (mc ManagementClusterAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ManagementClusterAttributes) InternalWithRef

func (ManagementClusterAttributes) Size

type ManagementClusterState

type ManagementClusterState struct {
	Hosts []string `json:"hosts"`
	Id    float64  `json:"id"`
	Size  float64  `json:"size"`
}

type Timeouts

type Timeouts struct {
	// Read: string, optional
	Read terra.StringValue `hcl:"read,attr"`
}

type TimeoutsAttributes

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

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

type TimeoutsState

type TimeoutsState struct {
	Read string `json:"read"`
}

Jump to

Keyboard shortcuts

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