|
3 | 3 | # flake8: noqa |
4 | 4 | from __future__ import absolute_import |
5 | 5 |
|
6 | | -__version__ = "2.16.0" |
| 6 | +__version__ = "2.17.0" |
7 | 7 |
|
8 | 8 | # import apis into sdk package |
9 | 9 | from cloudtower.api.alert_api import AlertApi |
|
80 | 80 | from cloudtower.api.user_api import UserApi |
81 | 81 | from cloudtower.api.user_audit_log_api import UserAuditLogApi |
82 | 82 | from cloudtower.api.user_role_next_api import UserRoleNextApi |
| 83 | +from cloudtower.api.v2_everoute_license_api import V2EverouteLicenseApi |
83 | 84 | from cloudtower.api.vcenter_account_api import VcenterAccountApi |
84 | 85 | from cloudtower.api.vds_api import VdsApi |
85 | 86 | from cloudtower.api.view_api import ViewApi |
| 87 | +from cloudtower.api.virtual_private_cloud_api import VirtualPrivateCloudApi |
| 88 | +from cloudtower.api.virtual_private_cloud_cluster_binding_api import VirtualPrivateCloudClusterBindingApi |
| 89 | +from cloudtower.api.virtual_private_cloud_external_subnet_api import VirtualPrivateCloudExternalSubnetApi |
| 90 | +from cloudtower.api.virtual_private_cloud_floating_ip_api import VirtualPrivateCloudFloatingIpApi |
| 91 | +from cloudtower.api.virtual_private_cloud_nat_gateway_api import VirtualPrivateCloudNatGatewayApi |
| 92 | +from cloudtower.api.virtual_private_cloud_route_table_api import VirtualPrivateCloudRouteTableApi |
| 93 | +from cloudtower.api.virtual_private_cloud_router_gateway_api import VirtualPrivateCloudRouterGatewayApi |
| 94 | +from cloudtower.api.virtual_private_cloud_security_group_api import VirtualPrivateCloudSecurityGroupApi |
| 95 | +from cloudtower.api.virtual_private_cloud_security_policy_api import VirtualPrivateCloudSecurityPolicyApi |
| 96 | +from cloudtower.api.virtual_private_cloud_subnet_api import VirtualPrivateCloudSubnetApi |
86 | 97 | from cloudtower.api.vlan_api import VlanApi |
87 | 98 | from cloudtower.api.vm_api import VmApi |
88 | 99 | from cloudtower.api.vm_disk_api import VmDiskApi |
|
993 | 1004 | from cloudtower.models.nested_tag_position import NestedTagPosition |
994 | 1005 | from cloudtower.models.nested_task import NestedTask |
995 | 1006 | from cloudtower.models.nested_template_nic import NestedTemplateNic |
| 1007 | +from cloudtower.models.nested_template_vpc_nic import NestedTemplateVpcNic |
996 | 1008 | from cloudtower.models.nested_thresholds import NestedThresholds |
997 | 1009 | from cloudtower.models.nested_usb_device import NestedUsbDevice |
998 | 1010 | from cloudtower.models.nested_user import NestedUser |
|
1267 | 1279 | from cloudtower.models.update_vcenter_account_params_data import UpdateVcenterAccountParamsData |
1268 | 1280 | from cloudtower.models.update_vm_volume_params import UpdateVmVolumeParams |
1269 | 1281 | from cloudtower.models.update_vm_volume_params_data import UpdateVmVolumeParamsData |
| 1282 | +from cloudtower.models.update_vpc_nic_payloads import UpdateVpcNicPayloads |
1270 | 1283 | from cloudtower.models.update_vsphere_esxi_account_params import UpdateVsphereEsxiAccountParams |
1271 | 1284 | from cloudtower.models.update_vsphere_esxi_account_params_data import UpdateVsphereEsxiAccountParamsData |
1272 | 1285 | from cloudtower.models.upgrade_cloud_tower_application_params import UpgradeCloudTowerApplicationParams |
|
1574 | 1587 | from cloudtower.models.vm_update_owner_params_data import VmUpdateOwnerParamsData |
1575 | 1588 | from cloudtower.models.vm_update_params import VmUpdateParams |
1576 | 1589 | from cloudtower.models.vm_update_params_data import VmUpdateParamsData |
| 1590 | +from cloudtower.models.vm_update_vpc_nic_params import VmUpdateVpcNicParams |
| 1591 | +from cloudtower.models.vm_update_vpc_nic_params_data import VmUpdateVpcNicParamsData |
1577 | 1592 | from cloudtower.models.vm_usage import VmUsage |
1578 | 1593 | from cloudtower.models.vm_video_type import VmVideoType |
1579 | 1594 | from cloudtower.models.vm_vlan_creation_params import VmVlanCreationParams |
|
1605 | 1620 | from cloudtower.models.vm_where_unique_input import VmWhereUniqueInput |
1606 | 1621 | from cloudtower.models.vmdk_cdrom_modify import VmdkCdromModify |
1607 | 1622 | from cloudtower.models.vmdk_disk_modify import VmdkDiskModify |
| 1623 | +from cloudtower.models.vpc_nic_params import VpcNicParams |
1608 | 1624 | from cloudtower.models.vsphere_esxi_account import VsphereEsxiAccount |
1609 | 1625 | from cloudtower.models.vsphere_esxi_account_connection import VsphereEsxiAccountConnection |
1610 | 1626 | from cloudtower.models.vsphere_esxi_account_order_by_input import VsphereEsxiAccountOrderByInput |
|
0 commit comments