network

package
v0.3.21 Latest Latest
Warning

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

Go to latest
Published: Jan 18, 2022 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 Network

type Network struct {
	SecurityGroups         []SecurityGroup
	NetworkWatcherFlowLogs []NetworkWatcherFlowLog
}

type NetworkWatcherFlowLog

type NetworkWatcherFlowLog struct {
	RetentionPolicy RetentionPolicy
}

type RetentionPolicy

type RetentionPolicy struct {
	Enabled types.BoolValue
	Days    types.IntValue
}

type SecurityGroup

type SecurityGroup struct {
	InboundAllowRules  []SecurityGroupRule
	InboundDenyRules   []SecurityGroupRule
	OutboundAllowRules []SecurityGroupRule
	OutboundDenyRules  []SecurityGroupRule
}

type SecurityGroupRule

type SecurityGroupRule struct {
	SourceAddresses       []types.StringValue
	SourcePortRanges      []types.StringValue
	DestinationAddresses  []types.StringValue
	DestinationPortRanges []types.StringValue
}

Jump to

Keyboard shortcuts

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