airgap

package
v0.10.0 Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2026 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AirgapNetworkRequest

type AirgapNetworkRequest struct {
	CIDR   string
	Name   string
	Region string

	AvailabilityZone string
	// This subnet is will be created first as private
	// on the orchestrate on a 2nd phase a param will remove the
	// nat gateway
	TargetSubnetCIDR string
	PublicSubnetCIDR string
	SetAsAirgap      bool
}

func (AirgapNetworkRequest) CreateNetwork

func (r AirgapNetworkRequest) CreateNetwork(ctx *pulumi.Context, mCtx *mc.Context) (*AirgapNetworkResources, error)

type AirgapNetworkResources

type AirgapNetworkResources struct {
	VPCResources     *vpc.VPCResources
	AvailabilityZone string
	Region           string
	TargetSubnet     *subnet.PrivateSubnetResources
	PublicSubnet     *subnet.PublicSubnetResources
}

Jump to

Keyboard shortcuts

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