Versions in this module Expand all Collapse all v0 v0.2.0 Feb 23, 2022 Changes in this version + const ACCEPT_AUTHORIZATION_HEADER + const ACCEPT_HEADER + const ApplicationJson + const ApplicationOpenstackJson20 + const ApplicationOpenstackJson21 + const CONTENT_LENGTH_HEADER + const CONTENT_TYPE_HEADER + const CREDENTIAL + const HOST_HEADER + const HTTP + const HTTPS + const HTTP_DELETE + const HTTP_GET + const HTTP_HEAD + const HTTP_PATCH + const HTTP_POST + const HTTP_PUT + const HttpBadGateway + const HttpBadRequest + const HttpConflict + const HttpForbidden + const HttpGatewayTimeout + const HttpInternalServerError + const HttpMethodNotAllowed + const HttpNotAcceptable + const HttpNotFound + const HttpNotImplemented + const HttpOK + const HttpProxyAuthenticationRequied + const HttpRequestTimeout + const HttpServiceUnavailable + const HttpUnauthorized + const SDK_AUTHORIZATION_HEADER + const SDK_DATE_HEADER + const SDK_HMAC_SHA256 + const SDK_REQUEST + const SDK_X_AUTH_TOKEN + const SIGNATURE + const SIGNED_HEADERS + const Token_AUTH + const V4_AUTH + const X_PROJECT_ID + func IsHttpOk(RespCode int) (ok bool) + type Bandwidth struct + Bandwidth_type string + Charge_mode string + Id string + Name string + Publicip_info []PublicipInfo + Share_type string + Size int + Tenant_id string + type BandwidthInfo struct + Bandwidth Bandwidth + type BandwidthsInfo struct + Bandwidths []Bandwidth + type BaseDataStruct struct + MapBodyContent map[string]interface{} + func (baseDataStruct *BaseDataStruct) GetBodyContent() string + func (baseDataStruct *BaseDataStruct) InitBase() + type ClientConfiguration struct + Endpoint string + Region string + ServiceName string + type ErrorInfo struct + Code string + Description string + type Image struct + Backup_id string + Checksum string + Container_format string + Create_at string + Data_origin string + Deleted bool + Deleted_at string + Description string + Disk_format string + File string + Id string + Image_location string + Image_size string + Image_source_type string + Imagetype string + IsRegistered string + Min_disk int + Min_ram int + Name string + Originalimagename string + Os_bit string + Os_type string + Os_version string + Owner string + Platform string + Productcode string + Protected bool + Schema string + Self string + Size int64 + Status string + Tags []string + Update_at string + Virtual_env_type string + Virtual_size int + Visibility string + type ImageInfo struct + Images []Image + type NeutronSecurityGroupRuleInfo struct + SecurityGroupRuleCreateInfo SecurityGroupRuleCreateInfo + type PublicipCreateData struct + Bandwidth_size int + Create_time string + Id string + Public_ip_address string + Status string + Tenant_id string + Type string + type PublicipCreateDataInfo struct + PublicipCreateData PublicipCreateData + type PublicipInfo struct + Publicip_address string + Publicip_id string + Publicip_type string + type PublicipUpdateData struct + Bandwidth_size int + Create_time string + Id string + Port_id string + Public_ip_address string + Status string + Tenant_id string + Type string + type PublicipUpdateDataInfo struct + PublicipUpdateData PublicipUpdateData + type RequestParam struct + AK string + AuthType int + BodyContent string + Endpoint string + Method string + Region string + RequestContentType string + SK string + ServiceName string + Subproject_ID string + Token string + Url string + type Result struct + Err error + HeaderCollection map[string]string + RespMessage string + ResponseCode int + type SecurityGroup struct + Id string + Name string + SecurityGroupRules []SecurityGroupRule + Vpc_id string + type SecurityGroupInfo struct + SecurityGroup SecurityGroup + type SecurityGroupRule struct + Direction string + Ethertype string + Id string + Port_range_max int + Port_range_min int + Protocol string + Remote_group_id string + Remote_ip_perfix string + Security_group_id string + type SecurityGroupRuleCreateInfo struct + Direction string + Ethertype string + Id string + Port_range_max int + Port_range_min int + Protocol string + Remote_group_id string + Remote_ip_prefix string + Security_group_id string + Tenant_id string + type SecurityGroupsInfo struct + SecurityGroups []SecurityGroup + type Subnet struct + Availability_zone string + Cidr string + Dhcp_enable bool + Gateway_ip string + Id string + Name string + Primary_dns string + Secondary_dns string + Status string + Vpc_id string + type SubnetInfo struct + Subnet Subnet + type SubnetsInfo struct + Subnets []Subnet + type Vpc struct + Cidr string + Id string + Name string + NoSecurityGroup bool + Status string + type VpcInfo struct + Vpc Vpc v0.0.1-alpha Mar 10, 2023