Documentation ¶
Index ¶
- type AssociatePublicipsOption
- type AssociatePublicipsOptionAssociateInstanceType
- type AssociatePublicipsOptionAssociateInstanceTypeEnum
- type AssociatePublicipsRequest
- type AssociatePublicipsRequestBody
- type AssociatePublicipsResponse
- type BandwidthInfoResp
- type BandwidthInfoRespBandwidthType
- type BandwidthInfoRespBandwidthTypeEnum
- type BillingInfoDict
- type CommonPoolDict
- type CommonPoolsWithBorderGroupDict
- type DisassociatePublicipsOption
- type DisassociatePublicipsOptionAssociateInstanceType
- type DisassociatePublicipsOptionAssociateInstanceTypeEnum
- type DisassociatePublicipsRequest
- type DisassociatePublicipsRequestBody
- type DisassociatePublicipsResponse
- type ListCommonPoolsRequest
- type ListCommonPoolsResponse
- type ListPublicBorderGroupsRequest
- type ListPublicBorderGroupsResponse
- type ListPublicipPoolRequest
- type ListPublicipPoolResponse
- type ListPublicipsRequest
- type ListPublicipsRequestAssociateInstanceType
- type ListPublicipsRequestAssociateInstanceTypeEnum
- type ListPublicipsRequestBandwidthChargeMode
- type ListPublicipsRequestBandwidthChargeModeEnum
- type ListPublicipsRequestBandwidthShareType
- type ListPublicipsRequestBandwidthShareTypeEnum
- type ListPublicipsRequestBillingMode
- type ListPublicipsRequestBillingModeEnum
- type ListPublicipsRequestIpVersion
- type ListPublicipsRequestIpVersionEnum
- type ListPublicipsRequestNetworkType
- type ListPublicipsRequestNetworkTypeEnum
- type ListPublicipsRequestSortDir
- type ListPublicipsRequestSortDirEnum
- type ListPublicipsRequestSortKey
- type ListPublicipsRequestSortKeyEnum
- type ListPublicipsRequestStatus
- type ListPublicipsRequestStatusEnum
- type ListPublicipsRequestType
- type ListPublicipsRequestTypeEnum
- type ListPublicipsResponse
- type ListShareBandwidthTypesRequest
- type ListShareBandwidthTypesResponse
- type PageInfoOption
- type ProfileInfo
- type ProfileInfoCreateSource
- type ProfileInfoCreateSourceEnum
- type ProfileInfoFreezedStatus
- type ProfileInfoFreezedStatusEnum
- type ProfileInfoNotifyStatus
- type ProfileInfoNotifyStatusEnum
- type PublicipBandwidthInfo
- type PublicipInstanceResp
- type PublicipInstanceRespAssociateInstanceType
- type PublicipInstanceRespAssociateInstanceTypeEnum
- type PublicipInstanceRespIpVersion
- type PublicipInstanceRespIpVersionEnum
- type PublicipInstanceRespStatus
- type PublicipInstanceRespStatusEnum
- type PublicipInstanceRespType
- type PublicipInstanceRespTypeEnum
- type PublicipPoolShowResp
- type PublicipPoolShowRespType
- type PublicipPoolShowRespTypeEnum
- type PublicipSingleShowResp
- type PublicipSingleShowRespAssociateInstanceType
- type PublicipSingleShowRespAssociateInstanceTypeEnum
- type PublicipSingleShowRespIpVersion
- type PublicipSingleShowRespIpVersionEnum
- type PublicipSingleShowRespStatus
- type PublicipSingleShowRespStatusEnum
- type PublicipSingleShowRespType
- type PublicipSingleShowRespTypeEnum
- type ShareBandwidthTypeShowResp
- type ShowPublicipPoolRequest
- type ShowPublicipPoolResponse
- type ShowPublicipRequest
- type ShowPublicipResponse
- type TagsInfo
- type VnicInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssociatePublicipsOption ¶
type AssociatePublicipsOption struct { AssociateInstanceType *AssociatePublicipsOptionAssociateInstanceType `json:"associate_instance_type,omitempty"` AssociateInstanceId *string `json:"associate_instance_id,omitempty"` }
func (AssociatePublicipsOption) String ¶
func (o AssociatePublicipsOption) String() string
type AssociatePublicipsOptionAssociateInstanceType ¶
type AssociatePublicipsOptionAssociateInstanceType struct {
// contains filtered or unexported fields
}
func (AssociatePublicipsOptionAssociateInstanceType) MarshalJSON ¶
func (c AssociatePublicipsOptionAssociateInstanceType) MarshalJSON() ([]byte, error)
func (*AssociatePublicipsOptionAssociateInstanceType) UnmarshalJSON ¶
func (c *AssociatePublicipsOptionAssociateInstanceType) UnmarshalJSON(b []byte) error
type AssociatePublicipsOptionAssociateInstanceTypeEnum ¶
type AssociatePublicipsOptionAssociateInstanceTypeEnum struct { PORT AssociatePublicipsOptionAssociateInstanceType NATGW AssociatePublicipsOptionAssociateInstanceType ELB AssociatePublicipsOptionAssociateInstanceType EMPTY AssociatePublicipsOptionAssociateInstanceType }
func GetAssociatePublicipsOptionAssociateInstanceTypeEnum ¶
func GetAssociatePublicipsOptionAssociateInstanceTypeEnum() AssociatePublicipsOptionAssociateInstanceTypeEnum
type AssociatePublicipsRequest ¶
type AssociatePublicipsRequest struct { PublicipId string `json:"publicip_id"` Body *AssociatePublicipsRequestBody `json:"body,omitempty"` }
Request Object
func (AssociatePublicipsRequest) String ¶
func (o AssociatePublicipsRequest) String() string
type AssociatePublicipsRequestBody ¶
type AssociatePublicipsRequestBody struct {
Publicip *AssociatePublicipsOption `json:"publicip"`
}
绑定弹性公网IP的请求体
func (AssociatePublicipsRequestBody) String ¶
func (o AssociatePublicipsRequestBody) String() string
type AssociatePublicipsResponse ¶
type AssociatePublicipsResponse struct { RequestId *string `json:"request_id,omitempty"` Publicip *PublicipInstanceResp `json:"publicip,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (AssociatePublicipsResponse) String ¶
func (o AssociatePublicipsResponse) String() string
type BandwidthInfoResp ¶
type BandwidthInfoResp struct { BandwidthName *string `json:"bandwidth_name,omitempty"` BandwidthNumber *int32 `json:"bandwidth_number,omitempty"` BandwidthType *BandwidthInfoRespBandwidthType `json:"bandwidth_type,omitempty"` BandwidthId *string `json:"bandwidth_id,omitempty"` }
公网IP绑定的带宽信息
func (BandwidthInfoResp) String ¶
func (o BandwidthInfoResp) String() string
type BandwidthInfoRespBandwidthType ¶
type BandwidthInfoRespBandwidthType struct {
// contains filtered or unexported fields
}
func (BandwidthInfoRespBandwidthType) MarshalJSON ¶
func (c BandwidthInfoRespBandwidthType) MarshalJSON() ([]byte, error)
func (*BandwidthInfoRespBandwidthType) UnmarshalJSON ¶
func (c *BandwidthInfoRespBandwidthType) UnmarshalJSON(b []byte) error
type BandwidthInfoRespBandwidthTypeEnum ¶
type BandwidthInfoRespBandwidthTypeEnum struct { PER BandwidthInfoRespBandwidthType WHOLE BandwidthInfoRespBandwidthType }
func GetBandwidthInfoRespBandwidthTypeEnum ¶
func GetBandwidthInfoRespBandwidthTypeEnum() BandwidthInfoRespBandwidthTypeEnum
type BillingInfoDict ¶ added in v0.0.66
type BillingInfoDict struct { OrderId *string `json:"order_id,omitempty"` ProductId *string `json:"product_id,omitempty"` }
订单信息, 有订单表示包周期
func (BillingInfoDict) String ¶ added in v0.0.66
func (o BillingInfoDict) String() string
type CommonPoolDict ¶ added in v0.0.66
type CommonPoolDict struct { Name *string `json:"name,omitempty"` Status *string `json:"status,omitempty"` Type *string `json:"type,omitempty"` Used *int32 `json:"used,omitempty"` PublicBorderGroup *string `json:"public_border_group,omitempty"` Id *string `json:"id,omitempty"` }
公共池详情
func (CommonPoolDict) String ¶ added in v0.0.66
func (o CommonPoolDict) String() string
type CommonPoolsWithBorderGroupDict ¶ added in v0.0.66
type CommonPoolsWithBorderGroupDict struct { PublicipPools *[]string `json:"publicip_pools,omitempty"` PublicBorderGroup *string `json:"public_border_group,omitempty"` }
分组详情
func (CommonPoolsWithBorderGroupDict) String ¶ added in v0.0.66
func (o CommonPoolsWithBorderGroupDict) String() string
type DisassociatePublicipsOption ¶
type DisassociatePublicipsOption struct { AssociateInstanceType *DisassociatePublicipsOptionAssociateInstanceType `json:"associate_instance_type,omitempty"` AssociateInstanceId *string `json:"associate_instance_id,omitempty"` }
func (DisassociatePublicipsOption) String ¶
func (o DisassociatePublicipsOption) String() string
type DisassociatePublicipsOptionAssociateInstanceType ¶
type DisassociatePublicipsOptionAssociateInstanceType struct {
// contains filtered or unexported fields
}
func (DisassociatePublicipsOptionAssociateInstanceType) MarshalJSON ¶
func (c DisassociatePublicipsOptionAssociateInstanceType) MarshalJSON() ([]byte, error)
func (*DisassociatePublicipsOptionAssociateInstanceType) UnmarshalJSON ¶
func (c *DisassociatePublicipsOptionAssociateInstanceType) UnmarshalJSON(b []byte) error
type DisassociatePublicipsOptionAssociateInstanceTypeEnum ¶
type DisassociatePublicipsOptionAssociateInstanceTypeEnum struct { PORT DisassociatePublicipsOptionAssociateInstanceType NATGW DisassociatePublicipsOptionAssociateInstanceType ELB DisassociatePublicipsOptionAssociateInstanceType EMPTY DisassociatePublicipsOptionAssociateInstanceType }
func GetDisassociatePublicipsOptionAssociateInstanceTypeEnum ¶
func GetDisassociatePublicipsOptionAssociateInstanceTypeEnum() DisassociatePublicipsOptionAssociateInstanceTypeEnum
type DisassociatePublicipsRequest ¶
type DisassociatePublicipsRequest struct { PublicipId string `json:"publicip_id"` Body *DisassociatePublicipsRequestBody `json:"body,omitempty"` }
Request Object
func (DisassociatePublicipsRequest) String ¶
func (o DisassociatePublicipsRequest) String() string
type DisassociatePublicipsRequestBody ¶
type DisassociatePublicipsRequestBody struct {
Publicip *DisassociatePublicipsOption `json:"publicip"`
}
解绑弹性公网IP的请求体
func (DisassociatePublicipsRequestBody) String ¶
func (o DisassociatePublicipsRequestBody) String() string
type DisassociatePublicipsResponse ¶
type DisassociatePublicipsResponse struct { RequestId *string `json:"request_id,omitempty"` Publicip *PublicipInstanceResp `json:"publicip,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (DisassociatePublicipsResponse) String ¶
func (o DisassociatePublicipsResponse) String() string
type ListCommonPoolsRequest ¶ added in v0.0.66
type ListCommonPoolsRequest struct { Fields *string `json:"fields,omitempty"` Name *string `json:"name,omitempty"` PublicBorderGroup *string `json:"public_border_group,omitempty"` }
Request Object
func (ListCommonPoolsRequest) String ¶ added in v0.0.66
func (o ListCommonPoolsRequest) String() string
type ListCommonPoolsResponse ¶ added in v0.0.66
type ListCommonPoolsResponse struct { CommonPools *[]CommonPoolDict `json:"common_pools,omitempty"` RequestId *string `json:"request_id,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (ListCommonPoolsResponse) String ¶ added in v0.0.66
func (o ListCommonPoolsResponse) String() string
type ListPublicBorderGroupsRequest ¶ added in v0.0.66
type ListPublicBorderGroupsRequest struct {
Fields *string `json:"fields,omitempty"`
}
Request Object
func (ListPublicBorderGroupsRequest) String ¶ added in v0.0.66
func (o ListPublicBorderGroupsRequest) String() string
type ListPublicBorderGroupsResponse ¶ added in v0.0.66
type ListPublicBorderGroupsResponse struct { PublicBorderGroups *[]CommonPoolsWithBorderGroupDict `json:"public_border_groups,omitempty"` RequestId *string `json:"request_id,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (ListPublicBorderGroupsResponse) String ¶ added in v0.0.66
func (o ListPublicBorderGroupsResponse) String() string
type ListPublicipPoolRequest ¶ added in v0.0.66
type ListPublicipPoolRequest struct { Marker *string `json:"marker,omitempty"` Limit *int32 `json:"limit,omitempty"` Fields *string `json:"fields,omitempty"` SortKey *string `json:"sort_key,omitempty"` SortDir *string `json:"sort_dir,omitempty"` Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Size *int32 `json:"size,omitempty"` Status *string `json:"status,omitempty"` Type *string `json:"type,omitempty"` Description *string `json:"description,omitempty"` PublicBorderGroup *string `json:"public_border_group,omitempty"` }
Request Object
func (ListPublicipPoolRequest) String ¶ added in v0.0.66
func (o ListPublicipPoolRequest) String() string
type ListPublicipPoolResponse ¶ added in v0.0.66
type ListPublicipPoolResponse struct { PublicipPools *[]PublicipPoolShowResp `json:"publicip_pools,omitempty"` RequestId *string `json:"request_id,omitempty"` PageInfo *PageInfoOption `json:"page_info,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (ListPublicipPoolResponse) String ¶ added in v0.0.66
func (o ListPublicipPoolResponse) String() string
type ListPublicipsRequest ¶
type ListPublicipsRequest struct { Marker *string `json:"marker,omitempty"` Offset *int32 `json:"offset,omitempty"` Limit *int32 `json:"limit,omitempty"` Fields *[]string `json:"fields,omitempty"` SortKey *ListPublicipsRequestSortKey `json:"sort_key,omitempty"` SortDir *ListPublicipsRequestSortDir `json:"sort_dir,omitempty"` Id *[]string `json:"id,omitempty"` IpVersion *[]ListPublicipsRequestIpVersion `json:"ip_version,omitempty"` PublicIpAddress *[]string `json:"public_ip_address,omitempty"` PublicIpAddressLike *string `json:"public_ip_address_like,omitempty"` PublicIpv6Address *[]string `json:"public_ipv6_address,omitempty"` PublicIpv6AddressLike *string `json:"public_ipv6_address_like,omitempty"` Type *[]ListPublicipsRequestType `json:"type,omitempty"` NetworkType *[]ListPublicipsRequestNetworkType `json:"network_type,omitempty"` PublicipPoolName *[]string `json:"publicip_pool_name,omitempty"` Status *[]ListPublicipsRequestStatus `json:"status,omitempty"` AliasLike *string `json:"alias_like,omitempty"` Alias *[]string `json:"alias,omitempty"` Description *[]string `json:"description,omitempty"` VnicPrivateIpAddress *[]string `json:"vnic.private_ip_address,omitempty"` VnicPrivateIpAddressLike *string `json:"vnic.private_ip_address_like,omitempty"` VnicDeviceId *[]string `json:"vnic.device_id,omitempty"` VnicDeviceOwner *[]string `json:"vnic.device_owner,omitempty"` VnicVpcId *[]string `json:"vnic.vpc_id,omitempty"` VnicPortId *[]string `json:"vnic.port_id,omitempty"` VnicDeviceOwnerPrefixlike *string `json:"vnic.device_owner_prefixlike,omitempty"` VnicInstanceType *[]string `json:"vnic.instance_type,omitempty"` VnicInstanceId *[]string `json:"vnic.instance_id,omitempty"` BandwidthId *[]string `json:"bandwidth.id,omitempty"` BandwidthName *[]string `json:"bandwidth.name,omitempty"` BandwidthNameLike *[]string `json:"bandwidth.name_like,omitempty"` BandwidthSize *[]int32 `json:"bandwidth.size,omitempty"` BandwidthChargeMode *[]ListPublicipsRequestBandwidthChargeMode `json:"bandwidth.charge_mode,omitempty"` BillingInfo *[]string `json:"billing_info,omitempty"` BillingMode *ListPublicipsRequestBillingMode `json:"billing_mode,omitempty"` AssociateInstanceType *[]ListPublicipsRequestAssociateInstanceType `json:"associate_instance_type,omitempty"` AssociateInstanceId *[]string `json:"associate_instance_id,omitempty"` EnterpriseProjectId *[]string `json:"enterprise_project_id,omitempty"` PublicBorderGroup *[]string `json:"public_border_group,omitempty"` }
Request Object
func (ListPublicipsRequest) String ¶
func (o ListPublicipsRequest) String() string
type ListPublicipsRequestAssociateInstanceType ¶
type ListPublicipsRequestAssociateInstanceType struct {
// contains filtered or unexported fields
}
func (ListPublicipsRequestAssociateInstanceType) MarshalJSON ¶
func (c ListPublicipsRequestAssociateInstanceType) MarshalJSON() ([]byte, error)
func (*ListPublicipsRequestAssociateInstanceType) UnmarshalJSON ¶
func (c *ListPublicipsRequestAssociateInstanceType) UnmarshalJSON(b []byte) error
type ListPublicipsRequestAssociateInstanceTypeEnum ¶
type ListPublicipsRequestAssociateInstanceTypeEnum struct { PORT ListPublicipsRequestAssociateInstanceType NATGW ListPublicipsRequestAssociateInstanceType ELB ListPublicipsRequestAssociateInstanceType VPN ListPublicipsRequestAssociateInstanceType ELBV1 ListPublicipsRequestAssociateInstanceType }
func GetListPublicipsRequestAssociateInstanceTypeEnum ¶
func GetListPublicipsRequestAssociateInstanceTypeEnum() ListPublicipsRequestAssociateInstanceTypeEnum
type ListPublicipsRequestBandwidthChargeMode ¶
type ListPublicipsRequestBandwidthChargeMode struct {
// contains filtered or unexported fields
}
func (ListPublicipsRequestBandwidthChargeMode) MarshalJSON ¶
func (c ListPublicipsRequestBandwidthChargeMode) MarshalJSON() ([]byte, error)
func (*ListPublicipsRequestBandwidthChargeMode) UnmarshalJSON ¶
func (c *ListPublicipsRequestBandwidthChargeMode) UnmarshalJSON(b []byte) error
type ListPublicipsRequestBandwidthChargeModeEnum ¶
type ListPublicipsRequestBandwidthChargeModeEnum struct { BANDWIDTH ListPublicipsRequestBandwidthChargeMode TRAFFIC ListPublicipsRequestBandwidthChargeMode E_95PEAK_PLUS ListPublicipsRequestBandwidthChargeMode }
func GetListPublicipsRequestBandwidthChargeModeEnum ¶
func GetListPublicipsRequestBandwidthChargeModeEnum() ListPublicipsRequestBandwidthChargeModeEnum
type ListPublicipsRequestBandwidthShareType ¶
type ListPublicipsRequestBandwidthShareType struct {
// contains filtered or unexported fields
}
func (ListPublicipsRequestBandwidthShareType) MarshalJSON ¶
func (c ListPublicipsRequestBandwidthShareType) MarshalJSON() ([]byte, error)
func (*ListPublicipsRequestBandwidthShareType) UnmarshalJSON ¶
func (c *ListPublicipsRequestBandwidthShareType) UnmarshalJSON(b []byte) error
type ListPublicipsRequestBandwidthShareTypeEnum ¶
type ListPublicipsRequestBandwidthShareTypeEnum struct {}
func GetListPublicipsRequestBandwidthShareTypeEnum ¶
func GetListPublicipsRequestBandwidthShareTypeEnum() ListPublicipsRequestBandwidthShareTypeEnum
type ListPublicipsRequestBillingMode ¶
type ListPublicipsRequestBillingMode struct {
// contains filtered or unexported fields
}
func (ListPublicipsRequestBillingMode) MarshalJSON ¶
func (c ListPublicipsRequestBillingMode) MarshalJSON() ([]byte, error)
func (*ListPublicipsRequestBillingMode) UnmarshalJSON ¶
func (c *ListPublicipsRequestBillingMode) UnmarshalJSON(b []byte) error
type ListPublicipsRequestBillingModeEnum ¶
type ListPublicipsRequestBillingModeEnum struct { YEARLY_MONTHLY ListPublicipsRequestBillingMode PAY_PER_USE ListPublicipsRequestBillingMode }
func GetListPublicipsRequestBillingModeEnum ¶
func GetListPublicipsRequestBillingModeEnum() ListPublicipsRequestBillingModeEnum
type ListPublicipsRequestIpVersion ¶
type ListPublicipsRequestIpVersion struct {
// contains filtered or unexported fields
}
func (ListPublicipsRequestIpVersion) MarshalJSON ¶
func (c ListPublicipsRequestIpVersion) MarshalJSON() ([]byte, error)
func (*ListPublicipsRequestIpVersion) UnmarshalJSON ¶
func (c *ListPublicipsRequestIpVersion) UnmarshalJSON(b []byte) error
type ListPublicipsRequestIpVersionEnum ¶
type ListPublicipsRequestIpVersionEnum struct { E_4 ListPublicipsRequestIpVersion E_6 ListPublicipsRequestIpVersion }
func GetListPublicipsRequestIpVersionEnum ¶
func GetListPublicipsRequestIpVersionEnum() ListPublicipsRequestIpVersionEnum
type ListPublicipsRequestNetworkType ¶
type ListPublicipsRequestNetworkType struct {
// contains filtered or unexported fields
}
func (ListPublicipsRequestNetworkType) MarshalJSON ¶
func (c ListPublicipsRequestNetworkType) MarshalJSON() ([]byte, error)
func (*ListPublicipsRequestNetworkType) UnmarshalJSON ¶
func (c *ListPublicipsRequestNetworkType) UnmarshalJSON(b []byte) error
type ListPublicipsRequestNetworkTypeEnum ¶
type ListPublicipsRequestNetworkTypeEnum struct { E_5_TELCOM ListPublicipsRequestNetworkType E_5_UNION ListPublicipsRequestNetworkType E_5_BGP ListPublicipsRequestNetworkType E_5_SBGP ListPublicipsRequestNetworkType E_5_IPV6 ListPublicipsRequestNetworkType E_5_GRAYBGP ListPublicipsRequestNetworkType }
func GetListPublicipsRequestNetworkTypeEnum ¶
func GetListPublicipsRequestNetworkTypeEnum() ListPublicipsRequestNetworkTypeEnum
type ListPublicipsRequestSortDir ¶
type ListPublicipsRequestSortDir struct {
// contains filtered or unexported fields
}
func (ListPublicipsRequestSortDir) MarshalJSON ¶
func (c ListPublicipsRequestSortDir) MarshalJSON() ([]byte, error)
func (*ListPublicipsRequestSortDir) UnmarshalJSON ¶
func (c *ListPublicipsRequestSortDir) UnmarshalJSON(b []byte) error
type ListPublicipsRequestSortDirEnum ¶
type ListPublicipsRequestSortDirEnum struct { ASC ListPublicipsRequestSortDir DESC ListPublicipsRequestSortDir }
func GetListPublicipsRequestSortDirEnum ¶
func GetListPublicipsRequestSortDirEnum() ListPublicipsRequestSortDirEnum
type ListPublicipsRequestSortKey ¶
type ListPublicipsRequestSortKey struct {
// contains filtered or unexported fields
}
func (ListPublicipsRequestSortKey) MarshalJSON ¶
func (c ListPublicipsRequestSortKey) MarshalJSON() ([]byte, error)
func (*ListPublicipsRequestSortKey) UnmarshalJSON ¶
func (c *ListPublicipsRequestSortKey) UnmarshalJSON(b []byte) error
type ListPublicipsRequestSortKeyEnum ¶
type ListPublicipsRequestSortKeyEnum struct { ID ListPublicipsRequestSortKey PUBLIC_IP_ADDRESS ListPublicipsRequestSortKey PUBLIC_IPV6_ADDRESS ListPublicipsRequestSortKey IP_VERSION ListPublicipsRequestSortKey CREATED_AT ListPublicipsRequestSortKey UPDATED_AT ListPublicipsRequestSortKey PUBLIC_BORDER_GROUP ListPublicipsRequestSortKey }
func GetListPublicipsRequestSortKeyEnum ¶
func GetListPublicipsRequestSortKeyEnum() ListPublicipsRequestSortKeyEnum
type ListPublicipsRequestStatus ¶
type ListPublicipsRequestStatus struct {
// contains filtered or unexported fields
}
func (ListPublicipsRequestStatus) MarshalJSON ¶
func (c ListPublicipsRequestStatus) MarshalJSON() ([]byte, error)
func (*ListPublicipsRequestStatus) UnmarshalJSON ¶
func (c *ListPublicipsRequestStatus) UnmarshalJSON(b []byte) error
type ListPublicipsRequestStatusEnum ¶
type ListPublicipsRequestStatusEnum struct { FREEZED ListPublicipsRequestStatus DOWN ListPublicipsRequestStatus ACTIVE ListPublicipsRequestStatus ERROR ListPublicipsRequestStatus }
func GetListPublicipsRequestStatusEnum ¶
func GetListPublicipsRequestStatusEnum() ListPublicipsRequestStatusEnum
type ListPublicipsRequestType ¶
type ListPublicipsRequestType struct {
// contains filtered or unexported fields
}
func (ListPublicipsRequestType) MarshalJSON ¶
func (c ListPublicipsRequestType) MarshalJSON() ([]byte, error)
func (*ListPublicipsRequestType) UnmarshalJSON ¶
func (c *ListPublicipsRequestType) UnmarshalJSON(b []byte) error
type ListPublicipsRequestTypeEnum ¶
type ListPublicipsRequestTypeEnum struct { EIP ListPublicipsRequestType DUALSTACK ListPublicipsRequestType DUALSTACK_SUBNET ListPublicipsRequestType }
func GetListPublicipsRequestTypeEnum ¶
func GetListPublicipsRequestTypeEnum() ListPublicipsRequestTypeEnum
type ListPublicipsResponse ¶
type ListPublicipsResponse struct { RequestId *string `json:"request_id,omitempty"` Publicips *[]PublicipSingleShowResp `json:"publicips,omitempty"` PageInfo *PageInfoOption `json:"page_info,omitempty"` TotalCount *int32 `json:"total_count,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (ListPublicipsResponse) String ¶
func (o ListPublicipsResponse) String() string
type ListShareBandwidthTypesRequest ¶ added in v0.0.66
type ListShareBandwidthTypesRequest struct {}
Request Object
func (ListShareBandwidthTypesRequest) String ¶ added in v0.0.66
func (o ListShareBandwidthTypesRequest) String() string
type ListShareBandwidthTypesResponse ¶ added in v0.0.66
type ListShareBandwidthTypesResponse struct {}
Response Object
func (ListShareBandwidthTypesResponse) String ¶ added in v0.0.66
func (o ListShareBandwidthTypesResponse) String() string
type PageInfoOption ¶
type PageInfoOption struct { PreviousMarker *string `json:"previous_marker,omitempty"` NextMarker *string `json:"next_marker,omitempty"` CurrentCount *int32 `json:"current_count,omitempty"` }
分页页码信息
func (PageInfoOption) String ¶
func (o PageInfoOption) String() string
type ProfileInfo ¶
type ProfileInfo struct { LocalNetworkPort *string `json:"local_network_port,omitempty"` Standalone *bool `json:"standalone,omitempty"` NotifyStatus *ProfileInfoNotifyStatus `json:"notify_status,omitempty"` CreateTime *string `json:"create_time,omitempty"` FakeNetworkType *bool `json:"fake_network_type,omitempty"` CreateSource *ProfileInfoCreateSource `json:"create_source,omitempty"` EcsId *string `json:"ecs_id,omitempty"` LockStatus *string `json:"lock_status,omitempty"` FreezedStatus *ProfileInfoFreezedStatus `json:"freezed_status,omitempty"` BandwithInfo *BandwidthInfoResp `json:"bandwith_info,omitempty"` }
公网IP元数据, EIP服务内部使用,不对外开放
func (ProfileInfo) String ¶
func (o ProfileInfo) String() string
type ProfileInfoCreateSource ¶
type ProfileInfoCreateSource struct {
// contains filtered or unexported fields
}
func (ProfileInfoCreateSource) MarshalJSON ¶
func (c ProfileInfoCreateSource) MarshalJSON() ([]byte, error)
func (*ProfileInfoCreateSource) UnmarshalJSON ¶
func (c *ProfileInfoCreateSource) UnmarshalJSON(b []byte) error
type ProfileInfoCreateSourceEnum ¶
type ProfileInfoCreateSourceEnum struct {
ECS ProfileInfoCreateSource
}
func GetProfileInfoCreateSourceEnum ¶
func GetProfileInfoCreateSourceEnum() ProfileInfoCreateSourceEnum
type ProfileInfoFreezedStatus ¶
type ProfileInfoFreezedStatus struct {
// contains filtered or unexported fields
}
func (ProfileInfoFreezedStatus) MarshalJSON ¶
func (c ProfileInfoFreezedStatus) MarshalJSON() ([]byte, error)
func (*ProfileInfoFreezedStatus) UnmarshalJSON ¶
func (c *ProfileInfoFreezedStatus) UnmarshalJSON(b []byte) error
type ProfileInfoFreezedStatusEnum ¶
type ProfileInfoFreezedStatusEnum struct { FREEZED ProfileInfoFreezedStatus UNFREEZED ProfileInfoFreezedStatus }
func GetProfileInfoFreezedStatusEnum ¶
func GetProfileInfoFreezedStatusEnum() ProfileInfoFreezedStatusEnum
type ProfileInfoNotifyStatus ¶
type ProfileInfoNotifyStatus struct {
// contains filtered or unexported fields
}
func (ProfileInfoNotifyStatus) MarshalJSON ¶
func (c ProfileInfoNotifyStatus) MarshalJSON() ([]byte, error)
func (*ProfileInfoNotifyStatus) UnmarshalJSON ¶
func (c *ProfileInfoNotifyStatus) UnmarshalJSON(b []byte) error
type ProfileInfoNotifyStatusEnum ¶
type ProfileInfoNotifyStatusEnum struct { PENDING_CREATE ProfileInfoNotifyStatus PENDING_UPDATE ProfileInfoNotifyStatus NOTIFYING ProfileInfoNotifyStatus NOTIFYED ProfileInfoNotifyStatus NOTIFY_DELETE ProfileInfoNotifyStatus }
func GetProfileInfoNotifyStatusEnum ¶
func GetProfileInfoNotifyStatusEnum() ProfileInfoNotifyStatusEnum
type PublicipBandwidthInfo ¶
type PublicipBandwidthInfo struct { Id *string `json:"id,omitempty"` Size *int32 `json:"size,omitempty"` ChargeMode *string `json:"charge_mode,omitempty"` Name *string `json:"name,omitempty"` BillingInfo *string `json:"billing_info,omitempty"` }
公网IP绑定的带宽信息
func (PublicipBandwidthInfo) String ¶
func (o PublicipBandwidthInfo) String() string
type PublicipInstanceResp ¶ added in v0.0.66
type PublicipInstanceResp struct { Id *string `json:"id,omitempty"` ProjectId *string `json:"project_id,omitempty"` IpVersion *PublicipInstanceRespIpVersion `json:"ip_version,omitempty"` PublicIpAddress *string `json:"public_ip_address,omitempty"` PublicIpv6Address *string `json:"public_ipv6_address,omitempty"` Status *PublicipInstanceRespStatus `json:"status,omitempty"` Description *string `json:"description,omitempty"` PublicBorderGroup *string `json:"public_border_group,omitempty"` CreatedAt *sdktime.SdkTime `json:"created_at,omitempty"` UpdatedAt *sdktime.SdkTime `json:"updated_at,omitempty"` Type *PublicipInstanceRespType `json:"type,omitempty"` Vnic *VnicInfo `json:"vnic,omitempty"` Bandwidth *PublicipBandwidthInfo `json:"bandwidth,omitempty"` EnterpriseProjectId *string `json:"enterprise_project_id,omitempty"` BillingInfo *string `json:"billing_info,omitempty"` LockStatus *string `json:"lock_status,omitempty"` AssociateInstanceType *PublicipInstanceRespAssociateInstanceType `json:"associate_instance_type,omitempty"` AssociateInstanceId *string `json:"associate_instance_id,omitempty"` PublicipPoolId *string `json:"publicip_pool_id,omitempty"` PublicipPoolName *string `json:"publicip_pool_name,omitempty"` Alias *string `json:"alias,omitempty"` }
公网IP字段信息
func (PublicipInstanceResp) String ¶ added in v0.0.66
func (o PublicipInstanceResp) String() string
type PublicipInstanceRespAssociateInstanceType ¶ added in v0.0.66
type PublicipInstanceRespAssociateInstanceType struct {
// contains filtered or unexported fields
}
func (PublicipInstanceRespAssociateInstanceType) MarshalJSON ¶ added in v0.0.66
func (c PublicipInstanceRespAssociateInstanceType) MarshalJSON() ([]byte, error)
func (*PublicipInstanceRespAssociateInstanceType) UnmarshalJSON ¶ added in v0.0.66
func (c *PublicipInstanceRespAssociateInstanceType) UnmarshalJSON(b []byte) error
type PublicipInstanceRespAssociateInstanceTypeEnum ¶ added in v0.0.66
type PublicipInstanceRespAssociateInstanceTypeEnum struct { PORT PublicipInstanceRespAssociateInstanceType NATGW PublicipInstanceRespAssociateInstanceType ELB PublicipInstanceRespAssociateInstanceType ELBV1 PublicipInstanceRespAssociateInstanceType VPN PublicipInstanceRespAssociateInstanceType NULL PublicipInstanceRespAssociateInstanceType }
func GetPublicipInstanceRespAssociateInstanceTypeEnum ¶ added in v0.0.66
func GetPublicipInstanceRespAssociateInstanceTypeEnum() PublicipInstanceRespAssociateInstanceTypeEnum
type PublicipInstanceRespIpVersion ¶ added in v0.0.66
type PublicipInstanceRespIpVersion struct {
// contains filtered or unexported fields
}
func (PublicipInstanceRespIpVersion) MarshalJSON ¶ added in v0.0.66
func (c PublicipInstanceRespIpVersion) MarshalJSON() ([]byte, error)
func (*PublicipInstanceRespIpVersion) UnmarshalJSON ¶ added in v0.0.66
func (c *PublicipInstanceRespIpVersion) UnmarshalJSON(b []byte) error
type PublicipInstanceRespIpVersionEnum ¶ added in v0.0.66
type PublicipInstanceRespIpVersionEnum struct { E_4 PublicipInstanceRespIpVersion E_6 PublicipInstanceRespIpVersion }
func GetPublicipInstanceRespIpVersionEnum ¶ added in v0.0.66
func GetPublicipInstanceRespIpVersionEnum() PublicipInstanceRespIpVersionEnum
type PublicipInstanceRespStatus ¶ added in v0.0.66
type PublicipInstanceRespStatus struct {
// contains filtered or unexported fields
}
func (PublicipInstanceRespStatus) MarshalJSON ¶ added in v0.0.66
func (c PublicipInstanceRespStatus) MarshalJSON() ([]byte, error)
func (*PublicipInstanceRespStatus) UnmarshalJSON ¶ added in v0.0.66
func (c *PublicipInstanceRespStatus) UnmarshalJSON(b []byte) error
type PublicipInstanceRespStatusEnum ¶ added in v0.0.66
type PublicipInstanceRespStatusEnum struct { FREEZED PublicipInstanceRespStatus BIND_ERROR PublicipInstanceRespStatus BINDING PublicipInstanceRespStatus PENDING_DELETE PublicipInstanceRespStatus PENDING_CREATE PublicipInstanceRespStatus NOTIFYING PublicipInstanceRespStatus NOTIFY_DELETE PublicipInstanceRespStatus PENDING_UPDATE PublicipInstanceRespStatus DOWN PublicipInstanceRespStatus ACTIVE PublicipInstanceRespStatus ELB PublicipInstanceRespStatus ERROR PublicipInstanceRespStatus VPN PublicipInstanceRespStatus }
func GetPublicipInstanceRespStatusEnum ¶ added in v0.0.66
func GetPublicipInstanceRespStatusEnum() PublicipInstanceRespStatusEnum
type PublicipInstanceRespType ¶ added in v0.0.66
type PublicipInstanceRespType struct {
// contains filtered or unexported fields
}
func (PublicipInstanceRespType) MarshalJSON ¶ added in v0.0.66
func (c PublicipInstanceRespType) MarshalJSON() ([]byte, error)
func (*PublicipInstanceRespType) UnmarshalJSON ¶ added in v0.0.66
func (c *PublicipInstanceRespType) UnmarshalJSON(b []byte) error
type PublicipInstanceRespTypeEnum ¶ added in v0.0.66
type PublicipInstanceRespTypeEnum struct { EIP PublicipInstanceRespType DUALSTACK PublicipInstanceRespType DUALSTACK_SUBNET PublicipInstanceRespType }
func GetPublicipInstanceRespTypeEnum ¶ added in v0.0.66
func GetPublicipInstanceRespTypeEnum() PublicipInstanceRespTypeEnum
type PublicipPoolShowResp ¶ added in v0.0.66
type PublicipPoolShowResp struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Status *string `json:"status,omitempty"` Type *PublicipPoolShowRespType `json:"type,omitempty"` Description *string `json:"description,omitempty"` ProjectId *string `json:"project_id,omitempty"` Size *int32 `json:"size,omitempty"` Used *int32 `json:"used,omitempty"` CreatedAt *string `json:"created_at,omitempty"` UpdatedAt *string `json:"updated_at,omitempty"` BillingInfo *BillingInfoDict `json:"billing_info,omitempty"` PublicBorderGroup *string `json:"public_border_group,omitempty"` IsCommon *bool `json:"is_common,omitempty"` Tags *[]TagsInfo `json:"tags,omitempty"` EnterpriseProjectId *string `json:"enterprise_project_id,omitempty"` }
公网IP池详情
func (PublicipPoolShowResp) String ¶ added in v0.0.66
func (o PublicipPoolShowResp) String() string
type PublicipPoolShowRespType ¶ added in v0.0.66
type PublicipPoolShowRespType struct {
// contains filtered or unexported fields
}
func (PublicipPoolShowRespType) MarshalJSON ¶ added in v0.0.66
func (c PublicipPoolShowRespType) MarshalJSON() ([]byte, error)
func (*PublicipPoolShowRespType) UnmarshalJSON ¶ added in v0.0.66
func (c *PublicipPoolShowRespType) UnmarshalJSON(b []byte) error
type PublicipPoolShowRespTypeEnum ¶ added in v0.0.66
type PublicipPoolShowRespTypeEnum struct { SPEC_BGP PublicipPoolShowRespType SPEC_SBGP PublicipPoolShowRespType }
func GetPublicipPoolShowRespTypeEnum ¶ added in v0.0.66
func GetPublicipPoolShowRespTypeEnum() PublicipPoolShowRespTypeEnum
type PublicipSingleShowResp ¶ added in v0.0.66
type PublicipSingleShowResp struct { Id *string `json:"id,omitempty"` ProjectId *string `json:"project_id,omitempty"` IpVersion *PublicipSingleShowRespIpVersion `json:"ip_version,omitempty"` PublicIpAddress *string `json:"public_ip_address,omitempty"` PublicIpv6Address *string `json:"public_ipv6_address,omitempty"` NetworkType *string `json:"network_type,omitempty"` Status *PublicipSingleShowRespStatus `json:"status,omitempty"` Description *string `json:"description,omitempty"` PublicBorderGroup *string `json:"public_border_group,omitempty"` CreatedAt *sdktime.SdkTime `json:"created_at,omitempty"` UpdatedAt *sdktime.SdkTime `json:"updated_at,omitempty"` Type *PublicipSingleShowRespType `json:"type,omitempty"` Vnic *VnicInfo `json:"vnic,omitempty"` Bandwidth *PublicipBandwidthInfo `json:"bandwidth,omitempty"` EnterpriseProjectId *string `json:"enterprise_project_id,omitempty"` BillingInfo *string `json:"billing_info,omitempty"` LockStatus *string `json:"lock_status,omitempty"` AssociateInstanceType *PublicipSingleShowRespAssociateInstanceType `json:"associate_instance_type,omitempty"` AssociateInstanceId *string `json:"associate_instance_id,omitempty"` PublicipPoolId *string `json:"publicip_pool_id,omitempty"` PublicipPoolName *string `json:"publicip_pool_name,omitempty"` Alias *string `json:"alias,omitempty"` Profile *ProfileInfo `json:"profile,omitempty"` FakeNetworkType *bool `json:"fake_network_type,omitempty"` Tags *[]TagsInfo `json:"tags,omitempty"` AssociateInstanceMetadata *string `json:"associate_instance_metadata,omitempty"` AssociateMode *string `json:"associate_mode,omitempty"` CascadeDeleteByInstance *bool `json:"cascade_delete_by_instance,omitempty"` }
公网IP字段信息
func (PublicipSingleShowResp) String ¶ added in v0.0.66
func (o PublicipSingleShowResp) String() string
type PublicipSingleShowRespAssociateInstanceType ¶ added in v0.0.66
type PublicipSingleShowRespAssociateInstanceType struct {
// contains filtered or unexported fields
}
func (PublicipSingleShowRespAssociateInstanceType) MarshalJSON ¶ added in v0.0.66
func (c PublicipSingleShowRespAssociateInstanceType) MarshalJSON() ([]byte, error)
func (*PublicipSingleShowRespAssociateInstanceType) UnmarshalJSON ¶ added in v0.0.66
func (c *PublicipSingleShowRespAssociateInstanceType) UnmarshalJSON(b []byte) error
type PublicipSingleShowRespAssociateInstanceTypeEnum ¶ added in v0.0.66
type PublicipSingleShowRespAssociateInstanceTypeEnum struct { PORT PublicipSingleShowRespAssociateInstanceType NATGW PublicipSingleShowRespAssociateInstanceType ELB PublicipSingleShowRespAssociateInstanceType ELBV1 PublicipSingleShowRespAssociateInstanceType VPN PublicipSingleShowRespAssociateInstanceType NULL PublicipSingleShowRespAssociateInstanceType }
func GetPublicipSingleShowRespAssociateInstanceTypeEnum ¶ added in v0.0.66
func GetPublicipSingleShowRespAssociateInstanceTypeEnum() PublicipSingleShowRespAssociateInstanceTypeEnum
type PublicipSingleShowRespIpVersion ¶ added in v0.0.66
type PublicipSingleShowRespIpVersion struct {
// contains filtered or unexported fields
}
func (PublicipSingleShowRespIpVersion) MarshalJSON ¶ added in v0.0.66
func (c PublicipSingleShowRespIpVersion) MarshalJSON() ([]byte, error)
func (*PublicipSingleShowRespIpVersion) UnmarshalJSON ¶ added in v0.0.66
func (c *PublicipSingleShowRespIpVersion) UnmarshalJSON(b []byte) error
type PublicipSingleShowRespIpVersionEnum ¶ added in v0.0.66
type PublicipSingleShowRespIpVersionEnum struct { E_4 PublicipSingleShowRespIpVersion E_6 PublicipSingleShowRespIpVersion }
func GetPublicipSingleShowRespIpVersionEnum ¶ added in v0.0.66
func GetPublicipSingleShowRespIpVersionEnum() PublicipSingleShowRespIpVersionEnum
type PublicipSingleShowRespStatus ¶ added in v0.0.66
type PublicipSingleShowRespStatus struct {
// contains filtered or unexported fields
}
func (PublicipSingleShowRespStatus) MarshalJSON ¶ added in v0.0.66
func (c PublicipSingleShowRespStatus) MarshalJSON() ([]byte, error)
func (*PublicipSingleShowRespStatus) UnmarshalJSON ¶ added in v0.0.66
func (c *PublicipSingleShowRespStatus) UnmarshalJSON(b []byte) error
type PublicipSingleShowRespStatusEnum ¶ added in v0.0.66
type PublicipSingleShowRespStatusEnum struct { FREEZED PublicipSingleShowRespStatus BIND_ERROR PublicipSingleShowRespStatus BINDING PublicipSingleShowRespStatus PENDING_DELETE PublicipSingleShowRespStatus PENDING_CREATE PublicipSingleShowRespStatus NOTIFYING PublicipSingleShowRespStatus NOTIFY_DELETE PublicipSingleShowRespStatus PENDING_UPDATE PublicipSingleShowRespStatus DOWN PublicipSingleShowRespStatus ACTIVE PublicipSingleShowRespStatus ELB PublicipSingleShowRespStatus ERROR PublicipSingleShowRespStatus VPN PublicipSingleShowRespStatus }
func GetPublicipSingleShowRespStatusEnum ¶ added in v0.0.66
func GetPublicipSingleShowRespStatusEnum() PublicipSingleShowRespStatusEnum
type PublicipSingleShowRespType ¶ added in v0.0.66
type PublicipSingleShowRespType struct {
// contains filtered or unexported fields
}
func (PublicipSingleShowRespType) MarshalJSON ¶ added in v0.0.66
func (c PublicipSingleShowRespType) MarshalJSON() ([]byte, error)
func (*PublicipSingleShowRespType) UnmarshalJSON ¶ added in v0.0.66
func (c *PublicipSingleShowRespType) UnmarshalJSON(b []byte) error
type PublicipSingleShowRespTypeEnum ¶ added in v0.0.66
type PublicipSingleShowRespTypeEnum struct { EIP PublicipSingleShowRespType DUALSTACK PublicipSingleShowRespType DUALSTACK_SUBNET PublicipSingleShowRespType }
func GetPublicipSingleShowRespTypeEnum ¶ added in v0.0.66
func GetPublicipSingleShowRespTypeEnum() PublicipSingleShowRespTypeEnum
type ShareBandwidthTypeShowResp ¶ added in v0.0.66
type ShareBandwidthTypeShowResp struct {}
带宽支持类型对象
func (ShareBandwidthTypeShowResp) String ¶ added in v0.0.66
func (o ShareBandwidthTypeShowResp) String() string
type ShowPublicipPoolRequest ¶ added in v0.0.66
type ShowPublicipPoolRequest struct { PublicipPoolId string `json:"publicip_pool_id"` Fields *string `json:"fields,omitempty"` }
Request Object
func (ShowPublicipPoolRequest) String ¶ added in v0.0.66
func (o ShowPublicipPoolRequest) String() string
type ShowPublicipPoolResponse ¶ added in v0.0.66
type ShowPublicipPoolResponse struct { PublicipPool *PublicipPoolShowResp `json:"publicip_pool,omitempty"` RequestId *string `json:"request_id,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (ShowPublicipPoolResponse) String ¶ added in v0.0.66
func (o ShowPublicipPoolResponse) String() string
type ShowPublicipRequest ¶
type ShowPublicipRequest struct { PublicipId string `json:"publicip_id"` Fields *[]string `json:"fields,omitempty"` }
Request Object
func (ShowPublicipRequest) String ¶
func (o ShowPublicipRequest) String() string
type ShowPublicipResponse ¶
type ShowPublicipResponse struct { RequestId *string `json:"request_id,omitempty"` Publicip *PublicipSingleShowResp `json:"publicip,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (ShowPublicipResponse) String ¶
func (o ShowPublicipResponse) String() string
type VnicInfo ¶
type VnicInfo struct { PrivateIpAddress *string `json:"private_ip_address,omitempty"` DeviceId *string `json:"device_id,omitempty"` DeviceOwner *string `json:"device_owner,omitempty"` VpcId *string `json:"vpc_id,omitempty"` PortId *string `json:"port_id,omitempty"` PortProfile *string `json:"port_profile,omitempty"` Mac *string `json:"mac,omitempty"` Vtep *string `json:"vtep,omitempty"` Vni *string `json:"vni,omitempty"` InstanceId *string `json:"instance_id,omitempty"` InstanceType *string `json:"instance_type,omitempty"` }
公网IP中的vnic对象,存储绑定PORT的相关信息
Source Files ¶
- model_associate_publicips_option.go
- model_associate_publicips_request.go
- model_associate_publicips_request_body.go
- model_associate_publicips_response.go
- model_bandwidth_info_resp.go
- model_billing_info_dict.go
- model_common_pool_dict.go
- model_common_pools_with_border_group_dict.go
- model_disassociate_publicips_option.go
- model_disassociate_publicips_request.go
- model_disassociate_publicips_request_body.go
- model_disassociate_publicips_response.go
- model_list_common_pools_request.go
- model_list_common_pools_response.go
- model_list_public_border_groups_request.go
- model_list_public_border_groups_response.go
- model_list_publicip_pool_request.go
- model_list_publicip_pool_response.go
- model_list_publicips_request.go
- model_list_publicips_response.go
- model_list_share_bandwidth_types_request.go
- model_list_share_bandwidth_types_response.go
- model_page_info_option.go
- model_profile_info.go
- model_publicip_bandwidth_info.go
- model_publicip_instance_resp.go
- model_publicip_pool_show_resp.go
- model_publicip_single_show_resp.go
- model_share_bandwidth_type_show_resp.go
- model_show_publicip_pool_request.go
- model_show_publicip_pool_response.go
- model_show_publicip_request.go
- model_show_publicip_response.go
- model_tags_info.go
- model_vnic_info.go
Click to show internal directories.
Click to hide internal directories.