Documentation ¶
Index ¶
- func DeleteBridge(ctx context.Context, caller sacloud.APICaller, zone string, zones []string, ...) error
- func DeleteCDROM(ctx context.Context, caller sacloud.APICaller, zone string, id types.ID, ...) error
- func DeleteDisk(ctx context.Context, caller sacloud.APICaller, zone string, id types.ID, ...) error
- func DeleteInternet(ctx context.Context, client sacloud.InternetAPI, zone string, id types.ID) error
- func DeleteMobileGateway(ctx context.Context, mgwAPI sacloud.MobileGatewayAPI, simAPI sacloud.SIMAPI, ...) error
- func DeletePacketFilter(ctx context.Context, caller sacloud.APICaller, zone string, id types.ID, ...) error
- func DeletePrivateHost(ctx context.Context, caller sacloud.APICaller, zone string, id types.ID, ...) error
- func DeleteSIM(ctx context.Context, client sacloud.SIMAPI, id types.ID) error
- func DeleteSIMWithReferencedCheck(ctx context.Context, caller sacloud.APICaller, zones []string, id types.ID, ...) error
- func DeleteSwitch(ctx context.Context, caller sacloud.APICaller, zone string, id types.ID, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteBridge ¶
func DeleteBridge(ctx context.Context, caller sacloud.APICaller, zone string, zones []string, id types.ID, option query.CheckReferencedOption) error
DeleteBridge 他リソースからの参照を確認した上でリソースの削除を行う
func DeleteCDROM ¶
func DeleteCDROM(ctx context.Context, caller sacloud.APICaller, zone string, id types.ID, option query.CheckReferencedOption) error
DeleteCDROM 他のリソースから参照されていないかを確認した上で削除する
func DeleteDisk ¶
func DeleteDisk(ctx context.Context, caller sacloud.APICaller, zone string, id types.ID, option query.CheckReferencedOption) error
DeleteDisk 他のリソースから参照されていないかを確認した上で削除する
func DeleteInternet ¶
func DeleteInternet(ctx context.Context, client sacloud.InternetAPI, zone string, id types.ID) error
DeleteInternet スイッチ+ルータの削除 IPv6の無効化やサブネットの削除を一括して行う
func DeleteMobileGateway ¶
func DeleteMobileGateway(ctx context.Context, mgwAPI sacloud.MobileGatewayAPI, simAPI sacloud.SIMAPI, zone string, id types.ID) error
DeleteMobileGateway 削除
func DeletePacketFilter ¶
func DeletePacketFilter(ctx context.Context, caller sacloud.APICaller, zone string, id types.ID, option query.CheckReferencedOption) error
DeletePacketFilter 他のリソースから参照されていないかを確認した上で削除する
func DeletePrivateHost ¶
func DeletePrivateHost(ctx context.Context, caller sacloud.APICaller, zone string, id types.ID, option query.CheckReferencedOption) error
DeletePrivateHost 他のリソースから参照されていないかを確認した上で削除する
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.