Versions in this module Expand all Collapse all v0 v0.0.1 Dec 30, 2022 Changes in this version + type Container struct + Args []string + Az string + Charge charge.Charge + Command []string + ContainerId string + DataVolumes []VolumeMount + Description string + ElasticIpAddress string + ElasticIpId string + Envs []EnvVar + HostAliases []HostAlias + Hostname string + Image string + InstanceType string + LaunchTime string + LogConfiguration LogConfiguration + Name string + PrimaryNetworkInterface InstanceNetworkInterfaceAttachment + PrivateIpAddress string + Reason string + RootVolume VolumeMount + SecondaryNetworkInterfaces []InstanceNetworkInterfaceAttachment + Secret string + Status string + SubnetId string + Tty bool + VpcId string + WorkingDir string + type ContainerNetworkInterfaceAttachmentSpec struct + AutoDelete *bool + DeviceIndex *int + NetworkInterface *NetworkInterfaceSpec + type ContainerSpec struct + Args []string + Az string + Charge *charge.ChargeSpec + Command []string + DataVolumes []VolumeMountSpec + Description *string + ElasticIp *ElasticIpSpec + Envs []EnvVar + HostAliases []HostAlias + Hostname *string + Image string + InstanceType string + LogConfiguration *LogConfiguration + Name string + PrimaryNetworkInterface *ContainerNetworkInterfaceAttachmentSpec + RootVolume *VolumeMountSpec + Secret *string + Tty *bool + WorkingDir *string + type DockerRegistryData struct + Email *string + Password string + Server string + Username string + type ElasticIpSpec struct + BandwidthMbps *int + ChargeSpec *charge.ChargeSpec + Provider *string + type EnvVar struct + Name string + Value *string + type HostAlias struct + Hostnames []string + Ip string + type InstanceCloudDisk struct + Az string + CreateTime string + Description string + DiskId string + DiskSize int + DiskType string + Name string + Status string + type InstanceNetworkInterface struct + Description string + MacAddress string + NetworkInterfaceId string + PrimaryIp NetworkInterfacePrivateIp + SanityCheck bool + SecondaryIps []NetworkInterfacePrivateIp + SecurityGroups []SecurityGroupSimple + VpcId string + type InstanceNetworkInterfaceAttachment struct + AttachStatus string + AttachTime string + AutoDelete bool + DeviceIndex int + NetworkInterface InstanceNetworkInterface + type LogConfiguration struct + LogDriver *string + Options *LogOption + type LogOption struct + Key *string + Value *string + type NetworkInterfacePrivateIp struct + ElasticIpAddress string + ElasticIpId string + PrivateIpAddress string + type NetworkInterfaceSpec struct + Az string + Description *string + PrimaryIpAddress *string + SanityCheck *bool + SecondaryIpAddresses []string + SecondaryIpCount *int + SecurityGroups []string + SubnetId string + type Quota struct + Limit int + ResourceType string + Used int + type Secret struct + CreatedAt string + Data DockerRegistryData + Name string + Type string + type SecurityGroupSimple struct + GroupId string + GroupName string + type VolumeMount struct + AutoDelete bool + Category string + CloudDisk InstanceCloudDisk + FsType string + MountPath string + ReadOnly bool + type VolumeMountSpec struct + AutoDelete *bool + Category string + CloudDiskId *string + CloudDiskSpec *disk.DiskSpec + FormatVolume *bool + FsType *string + MountPath *string + ReadOnly *bool