network

package
v0.94.1 Latest Latest
Warning

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

Go to latest
Published: Jan 17, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ElasticLoadBalancer

type ElasticLoadBalancer struct {
	Metadata          defsecTypes.Metadata
	NetworkInterfaces []NetworkInterface
	Listeners         []ElasticLoadBalancerListener
}

type ElasticLoadBalancerListener

type ElasticLoadBalancerListener struct {
	Metadata defsecTypes.Metadata
	Protocol defsecTypes.StringValue
}

type LoadBalancer

type LoadBalancer struct {
	Metadata  defsecTypes.Metadata
	Listeners []LoadBalancerListener
}

type LoadBalancerListener

type LoadBalancerListener struct {
	Metadata  defsecTypes.Metadata
	Protocol  defsecTypes.StringValue
	TLSPolicy defsecTypes.StringValue
}

type Network

type Network struct {
	ElasticLoadBalancers []ElasticLoadBalancer
	LoadBalancers        []LoadBalancer
	Routers              []Router
	VpnGateways          []VpnGateway
}

type NetworkInterface

type NetworkInterface struct {
	Metadata     defsecTypes.Metadata
	NetworkID    defsecTypes.StringValue
	IsVipNetwork defsecTypes.BoolValue
}

type Router

type Router struct {
	Metadata          defsecTypes.Metadata
	SecurityGroup     defsecTypes.StringValue
	NetworkInterfaces []NetworkInterface
}

type VpnGateway

type VpnGateway struct {
	Metadata      defsecTypes.Metadata
	SecurityGroup defsecTypes.StringValue
}

Jump to

Keyboard shortcuts

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