openstack

package
v1.0.4 Latest Latest
Warning

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

Go to latest
Published: Aug 17, 2023 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 Compute

type Compute struct {
	Instances []Instance
	Firewall  Firewall
}

type Firewall

type Firewall struct {
	AllowRules []FirewallRule
	DenyRules  []FirewallRule
}

type FirewallRule

type FirewallRule struct {
	Metadata        defsecTypes.Metadata
	Source          defsecTypes.StringValue
	Destination     defsecTypes.StringValue
	SourcePort      defsecTypes.StringValue
	DestinationPort defsecTypes.StringValue
	Enabled         defsecTypes.BoolValue
}

type Instance

type Instance struct {
	Metadata      defsecTypes.Metadata
	AdminPassword defsecTypes.StringValue
}

type Networking

type Networking struct {
	SecurityGroups []SecurityGroup
}

type OpenStack

type OpenStack struct {
	Compute    Compute
	Networking Networking
}

type SecurityGroup

type SecurityGroup struct {
	Metadata    defsecTypes.Metadata
	Name        defsecTypes.StringValue
	Description defsecTypes.StringValue
	Rules       []SecurityGroupRule
}

Jump to

Keyboard shortcuts

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