Versions in this module Expand all Collapse all v0 v0.2.0 Feb 23, 2022 Changes in this version + type CreateKeypairReq struct + func (createkeypairReq *CreateKeypairReq) Init(keypair KeypairCreate) + type CreateKeypairResp struct + Keypair KeypairCreateDetail + ResponseCode int + type DeleteAnServerResp struct + ResponseCode int + type DeleteKeyPairResp struct + ResponseCode int + type Elinks struct + Href string + Rel string + type FixedIps struct + Ip_address string + Subnet_id string + type Flavor struct + Id string + Links []Elinks + type InterfaceAttachmentListInfo struct + Fixed_ips []FixedIps + Mac_addr string + Net_id string + Port_id string + Port_state string + type KeypairCreate struct + func (keypairCreate *KeypairCreate) Init(name string) + func (keypairCreate *KeypairCreate) SetPublic_key(public_key string) + type KeypairCreateDetail struct + Fingerprint string + Name string + Private_key string + Public_key string + User_id string + type ListInterfacesResp struct + InterfaceAttachments []InterfaceAttachmentListInfo + ResponseCode int + type Metadata struct + Charging_mode string + CloudServiceType string + Image_id string + Image_name string + Imagetype string + Op_svc_lockaction string + Openstack_region_name string + Os_bit string + Os_type string + Resourcespeccode string + Resourcetype string + Vpc_id string + type OsExtendedvolumesVolumesAttached struct + Id string + type PrivateAddr struct + Addr string + Mac_addr string + Type string + Version int + type RebootServerResp struct + ResponseCode int + type ServerSecurityGroup struct + Name string + type ServerShowDetail struct + AccessIPv4 string + AccessIPv6 string + Addresses map[string][]PrivateAddr + Availability_zone string + Config_drive string + Created string + DiskConfig string + EvsOpts int + Flavor Flavor + Host string + HostId string + HyperThreadAffinity string + Hypervisor_hostname string + Id string + Image string + Instance_name string + Key_name string + Launched_at string + Links []Elinks + Name string + NumaOpts int + Power_state int + Progress int + SS_Metadata Metadata + Security_groups []ServerSecurityGroup + Service_state string + Status string + Tags []string + Task_state string + Tenant_id string + Terminated_at string + Updated string + User_id string + VcpuAffinity []int + Vm_state string + Volumes_attached []OsExtendedvolumesVolumesAttached + type ShowServerResp struct + ResponseCode int + Server ServerShowDetail + type StartServerResp struct + ResponseCode int + type StopServerResp struct + ResponseCode int v0.0.1-alpha Mar 10, 2023