openstack

package
v0.6.6 Latest Latest
Warning

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

Go to latest
Published: Feb 7, 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 Compute

type Compute struct {
	types.Metadata
	Instances []Instance
	Firewall  Firewall
}

type Firewall

type Firewall struct {
	types.Metadata
	AllowRules []Rule
	DenyRules  []Rule
}

type Instance

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

type OpenStack

type OpenStack struct {
	types.Metadata
	Compute Compute
}

type Rule

type Rule struct {
	types.Metadata
	Source          types.StringValue
	Destination     types.StringValue
	SourcePort      types.StringValue
	DestinationPort types.StringValue
	Enabled         types.BoolValue
}

Jump to

Keyboard shortcuts

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