Documentation ¶
Index ¶
Constants ¶
View Source
const (
ProxySettingId_DIRECT = "DIRECT"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProxySetting ¶
func (*ProxySetting) Sanitize ¶
func (v *ProxySetting) Sanitize() error
type ProxySettingCreateInput ¶
type ProxySettingCreateInput struct { apis.InfrasResourceBaseCreateInput ProxySetting }
type ProxySettingTestInput ¶
type ProxySettingUpdateInput ¶
type ProxySettingUpdateInput struct { apis.InfrasResourceBaseUpdateInput ProxySetting }
type SProxySetting ¶
type SProxySetting struct { apis.SInfrasResourceBase HTTPProxy string `json:"http_proxy"` HTTPSProxy string `json:"https_proxy"` NoProxy string `json:"no_proxy"` }
SProxySetting is an autogenerated struct via yunion.io/x/onecloud/pkg/cloudcommon/db/proxy.SProxySetting.
func (*SProxySetting) IsZero ¶
func (ps *SProxySetting) IsZero() bool
IsZero implements ISerializable interface
func (*SProxySetting) String ¶
func (ps *SProxySetting) String() string
String implements ISerializable interface
Click to show internal directories.
Click to hide internal directories.