Documentation
¶
Index ¶
- func DisablePublic(ctx context.Context, params DisablePublicParams) error
- func EnablePrivate(ctx context.Context, params EnablePrivateParams) error
- func EnablePublic(ctx context.Context, params EnablePublicParams) error
- type DisablePublicParams
- type DisablePublicResult
- type EnablePrivateParams
- type EnablePrivateResult
- type EnablePublicParams
- type EnablePublicResult
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DisablePublic ¶
func DisablePublic(ctx context.Context, params DisablePublicParams) error
func EnablePrivate ¶
func EnablePrivate(ctx context.Context, params EnablePrivateParams) error
func EnablePublic ¶
func EnablePublic(ctx context.Context, params EnablePublicParams) error
Types ¶
type DisablePublicParams ¶
type DisablePublicResult ¶
type DisablePublicResult struct {
WorkspaceID string `json:"WorkspaceId" toml:"workspace_id" yaml:"workspace_id"`
BranchID string `json:"BranchId" toml:"branch_id" yaml:"branch_id"`
Mode string `json:"Mode" toml:"mode" yaml:"mode"`
EndpointID string `json:"EndpointId,omitempty" toml:"endpoint_id,omitempty" yaml:"endpoint_id,omitempty"`
}
type EnablePrivateParams ¶
type EnablePrivateResult ¶
type EnablePrivateResult struct {
WorkspaceID string `json:"WorkspaceId" toml:"workspace_id" yaml:"workspace_id"`
BranchID string `json:"BranchId" toml:"branch_id" yaml:"branch_id"`
VPCID string `json:"VpcId" toml:"vpc_id" yaml:"vpc_id"`
SubnetID string `json:"SubnetId" toml:"subnet_id" yaml:"subnet_id"`
InternetProtocol string `json:"InternetProtocol" toml:"internet_protocol" yaml:"internet_protocol"`
}
type EnablePublicParams ¶
type EnablePublicResult ¶
type EnablePublicResult struct {
WorkspaceID string `json:"WorkspaceId" toml:"workspace_id" yaml:"workspace_id"`
BranchID string `json:"BranchId" toml:"branch_id" yaml:"branch_id"`
Mode string `json:"Mode" toml:"mode" yaml:"mode"`
EndpointID string `json:"EndpointId,omitempty" toml:"endpoint_id,omitempty" yaml:"endpoint_id,omitempty"`
EIPID string `json:"EipId,omitempty" toml:"eip_id,omitempty" yaml:"eip_id,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.