Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CloudConfig []byte
Functions ¶
func Destroy ¶
func Destroy(mCtxArgs *mc.ContextArgs) (err error)
Destroy tears down the Power VS stack identified by mCtxArgs.
Types ¶
type PWArgs ¶
type PWArgs struct {
Prefix string
PIPrivateSubnetID string
WorkspaceID string
// VPCPublicSubnetID is optional. When set, a small VPC bastion instance
// with a floating IP is created in this subnet to provide SSH access to
// the PowerVS instance over the Transit Gateway private network.
VPCPublicSubnetID string
// Instance sizing
Memory float64
Processors float64
ProcType string
SysType string
StorageType string
DiskSize int
// OtelAppCode, OtelAuthToken, and OtelEndpoint are optional. When AppCode
// and AuthToken are both set, the otelcol-contrib filelog collector is
// installed and started, shipping logs to OtelEndpoint.
OtelAppCode string
OtelAuthToken string
OtelEndpoint string
OtelIndex string
OtelExtraAttrs map[string]string
}
Click to show internal directories.
Click to hide internal directories.