You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dynamix-python-sdk/src/dynamix_sdk/api/cloudapi/compute/_api.py

154 lines
5.0 KiB

9 months ago
import dynamix_sdk.base as _base
3 weeks ago
from .abort_shared_snapshot_merge import *
6 months ago
from .affinity_label_remove import *
from .affinity_label_set import *
from .affinity_relations import *
from .affinity_rule_add import *
from .affinity_rule_remove import *
from .affinity_rules_clear import *
from .anti_affinity_rule_add import *
from .anti_affinity_rule_remove import *
from .anti_affinity_rules_clear import *
3 weeks ago
from .attach_gpu import *
from .attach_pci_device import *
from .boot_disk_set import *
6 months ago
from .cd_eject import *
from .cd_insert import *
from .change_ip import *
3 weeks ago
from .change_link_state import *
from .change_mac import *
from .change_mtu import *
from .change_security_groups import *
6 months ago
from .clone import *
3 weeks ago
from .clone_abort import *
from .create_template import *
9 months ago
from .delete import *
6 months ago
from .delete_custom_fields import *
3 weeks ago
from .detach_gpu import *
from .detach_pci_device import *
from .disable import *
6 months ago
from .disk_add import *
from .disk_attach import *
3 weeks ago
from .disk_migrate import *
6 months ago
from .disk_del import *
from .disk_detach import *
3 weeks ago
from .disk_switch_to_replication import *
from .enable import *
9 months ago
from .get import *
3 weeks ago
from .get_console_url import *
from .guest_agent_disable import *
from .guest_agent_enable import *
from .guest_agent_execute import *
from .guest_agent_feature_update import *
9 months ago
from .list import *
3 weeks ago
from .list_deleted import *
from .migrate_to_zone import *
from .move_to_rg import *
6 months ago
from .net_attach import *
from .net_detach import *
from .pause import *
from .pfw_add import *
from .pfw_del import *
from .pfw_list import *
from .pin_to_stack import *
3 weeks ago
from .power_cycle import *
6 months ago
from .reboot import *
from .redeploy import *
3 weeks ago
from .reset import *
6 months ago
from .resize import *
3 weeks ago
from .restore import *
6 months ago
from .resume import *
from .set_custom_fields import *
from .snapshot_create import *
from .snapshot_list import *
from .snapshot_rollback import *
from .start import *
from .stop import *
from .tag_add import *
from .tag_remove import *
from .unpin_from_stack import *
9 months ago
from .update import *
6 months ago
from .user_grant import *
from .user_list import *
from .user_revoke import *
from .user_update import *
9 months ago
class CloudapiComputeAPI(
_base.BaseAPI,
3 weeks ago
CloudapiComputeAbortSharedSnapshotMergeProtocol,
6 months ago
CloudapiComputeAffinityLabelRemoveProtocol,
CloudapiComputeAffinityLabelSetProtocol,
CloudapiComputeAffinityRelationsProtocol,
CloudapiComputeAffinityRuleAddProtocol,
CloudapiComputeAffinityRuleRemoveProtocol,
CloudapiComputeAffinityRulesClearProtocol,
CloudapiComputeAntiAffinityRuleAddProtocol,
CloudapiComputeAntiAffinityRuleRemoveProtocol,
CloudapiComputeAntiAffinityRulesClearProtocol,
3 weeks ago
CloudapiComputeAttachGpuProtocol,
CloudapiComputeAttachPciDeviceProtocol,
CloudapiComputeBootDiskSetProtocol,
6 months ago
CloudapiComputeCdEjectProtocol,
CloudapiComputeCdInsertProtocol,
CloudapiComputeChangeIpProtocol,
3 weeks ago
CloudapiComputeChangeLinkStateProtocol,
CloudapiComputeChangeMacProtocol,
CloudapiComputeChangeMtuProtocol,
CloudapiComputeChangeSecurityGroupsProtocol,
CloudapiComputeCloneAbortProtocol,
6 months ago
CloudapiComputeCloneProtocol,
3 weeks ago
CloudapiComputeCreateTemplateProtocol,
6 months ago
CloudapiComputeDeleteCustomFieldsProtocol,
9 months ago
CloudapiComputeDeleteProtocol,
3 weeks ago
CloudapiComputeDetachGpuProtocol,
CloudapiComputeDetachPciDeviceProtocol,
CloudapiComputeDisableProtocol,
6 months ago
CloudapiComputeDiskAddProtocol,
CloudapiComputeDiskAttachProtocol,
CloudapiComputeDiskDelProtocol,
CloudapiComputeDiskDetachProtocol,
3 weeks ago
CloudapiComputeDiskMigrateProtocol,
CloudapiComputeDiskSwitchToReplicationProtocol,
CloudapiComputeEnableProtocol,
CloudapiComputeGetConsoleUrlProtocol,
9 months ago
CloudapiComputeGetProtocol,
3 weeks ago
CloudapiComputeGuestAgentDisableProtocol,
CloudapiComputeGuestAgentEnableProtocol,
CloudapiComputeGuestAgentExecuteProtocol,
CloudapiComputeGuestAgentFeatureUpdateProtocol,
9 months ago
CloudapiComputeListProtocol,
3 weeks ago
CloudapiComputeListDeletedProtocol,
CloudapiComputeMigrateToZoneProtocol,
CloudapiComputeMoveToRgProtocol,
6 months ago
CloudapiComputeNetAttachProtocol,
CloudapiComputeNetDetachProtocol,
CloudapiComputePauseProtocol,
CloudapiComputePfwAddProtocol,
CloudapiComputePfwDelProtocol,
CloudapiComputePfwListProtocol,
CloudapiComputePinToStackProtocol,
3 weeks ago
CloudapiComputePowerCycleProtocol,
6 months ago
CloudapiComputeRebootProtocol,
CloudapiComputeRedeployProtocol,
3 weeks ago
CloudapiComputeResetProtocol,
6 months ago
CloudapiComputeResizeProtocol,
3 weeks ago
CloudapiComputeRestoreProtocol,
6 months ago
CloudapiComputeResumeProtocol,
CloudapiComputeSetCustomFieldsProtocol,
CloudapiComputeSnapshotCreateProtocol,
CloudapiComputeSnapshotListProtocol,
CloudapiComputeSnapshotRollbackProtocol,
CloudapiComputeStartProtocol,
CloudapiComputeStopProtocol,
CloudapiComputeTagAddProtocol,
CloudapiComputeTagRemoveProtocol,
CloudapiComputeUnpinFromStackProtocol,
9 months ago
CloudapiComputeUpdateProtocol,
6 months ago
CloudapiComputeUserGrantProtocol,
CloudapiComputeUserListProtocol,
CloudapiComputeUserRevokeProtocol,
CloudapiComputeUserUpdateProtocol,
9 months ago
):
pass