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 IBM Z VPC stack identified by mCtxArgs.
Types ¶
type ZArgs ¶
type ZArgs struct {
Prefix string
// SubnetID, when set, deploys the instance into an existing VPC subnet
// instead of provisioning a new VPC and subnet. IC_ZONE is not required
// when this field is provided.
SubnetID string
// Instance sizing
Profile 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.