@nutanix-scratch/volumes-js-client 4.0.1-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +49 -0
- package/README.md +195 -0
- package/dist/Ntnx-Volumes-js-client-prod.js +1 -0
- package/dist/Ntnx-Volumes-js-client.js +1389 -0
- package/dist/es/ApiClient.d.ts +159 -0
- package/dist/es/ApiClient.js +1211 -0
- package/dist/es/Paginable.d.ts +95 -0
- package/dist/es/Paginable.js +287 -0
- package/dist/es/apis/iscsiclients-endpoints.d.ts +69 -0
- package/dist/es/apis/iscsiclients-endpoints.js +167 -0
- package/dist/es/apis/volumegroups-endpoints.d.ts +342 -0
- package/dist/es/apis/volumegroups-endpoints.js +1023 -0
- package/dist/es/index.d.ts +184 -0
- package/dist/es/index.js +732 -0
- package/dist/es/models/common/v1/config/EntityReference.d.ts +78 -0
- package/dist/es/models/common/v1/config/EntityReference.js +352 -0
- package/dist/es/models/common/v1/config/EntityType.d.ts +19 -0
- package/dist/es/models/common/v1/config/EntityType.js +205 -0
- package/dist/es/models/common/v1/config/FQDN.d.ts +48 -0
- package/dist/es/models/common/v1/config/FQDN.js +242 -0
- package/dist/es/models/common/v1/config/Flag.d.ts +58 -0
- package/dist/es/models/common/v1/config/Flag.js +275 -0
- package/dist/es/models/common/v1/config/IPAddressOrFQDN.d.ts +72 -0
- package/dist/es/models/common/v1/config/IPAddressOrFQDN.js +332 -0
- package/dist/es/models/common/v1/config/IPv4Address.d.ts +62 -0
- package/dist/es/models/common/v1/config/IPv4Address.js +288 -0
- package/dist/es/models/common/v1/config/IPv6Address.d.ts +62 -0
- package/dist/es/models/common/v1/config/IPv6Address.js +288 -0
- package/dist/es/models/common/v1/config/KVPair.d.ts +62 -0
- package/dist/es/models/common/v1/config/KVPair.js +332 -0
- package/dist/es/models/common/v1/config/Message.d.ts +84 -0
- package/dist/es/models/common/v1/config/Message.js +354 -0
- package/dist/es/models/common/v1/config/MessageSeverity.d.ts +19 -0
- package/dist/es/models/common/v1/config/MessageSeverity.js +91 -0
- package/dist/es/models/common/v1/config/Metadata.d.ts +98 -0
- package/dist/es/models/common/v1/config/Metadata.js +413 -0
- package/dist/es/models/common/v1/config/TenantAwareModel.d.ts +50 -0
- package/dist/es/models/common/v1/config/TenantAwareModel.js +243 -0
- package/dist/es/models/common/v1/response/ApiLink.d.ts +62 -0
- package/dist/es/models/common/v1/response/ApiLink.js +280 -0
- package/dist/es/models/common/v1/response/ApiResponseMetadata.d.ts +98 -0
- package/dist/es/models/common/v1/response/ApiResponseMetadata.js +438 -0
- package/dist/es/models/common/v1/response/ExternalizableAbstractModel.d.ts +42 -0
- package/dist/es/models/common/v1/response/ExternalizableAbstractModel.js +270 -0
- package/dist/es/models/common/v1/stats/DownSamplingOperator.d.ts +19 -0
- package/dist/es/models/common/v1/stats/DownSamplingOperator.js +109 -0
- package/dist/es/models/prism/v4/config/TaskReference.d.ts +50 -0
- package/dist/es/models/prism/v4/config/TaskReference.js +260 -0
- package/dist/es/models/validation/ValidationError.d.ts +13 -0
- package/dist/es/models/validation/ValidationError.js +60 -0
- package/dist/es/models/validation/ValidationScopes.d.ts +9 -0
- package/dist/es/models/validation/ValidationScopes.js +38 -0
- package/dist/es/models/volumes/v4/config/AssociateCategoryApiResponse.d.ts +59 -0
- package/dist/es/models/volumes/v4/config/AssociateCategoryApiResponse.js +313 -0
- package/dist/es/models/volumes/v4/config/AttachIscsiClientApiResponse.d.ts +59 -0
- package/dist/es/models/volumes/v4/config/AttachIscsiClientApiResponse.js +311 -0
- package/dist/es/models/volumes/v4/config/AttachVmApiResponse.d.ts +59 -0
- package/dist/es/models/volumes/v4/config/AttachVmApiResponse.js +311 -0
- package/dist/es/models/volumes/v4/config/AuthenticationType.d.ts +19 -0
- package/dist/es/models/volumes/v4/config/AuthenticationType.js +85 -0
- package/dist/es/models/volumes/v4/config/CategoryDetails.d.ts +9 -0
- package/dist/es/models/volumes/v4/config/CategoryDetails.js +131 -0
- package/dist/es/models/volumes/v4/config/CategoryEntityReferences.d.ts +48 -0
- package/dist/es/models/volumes/v4/config/CategoryEntityReferences.js +256 -0
- package/dist/es/models/volumes/v4/config/Cluster.d.ts +62 -0
- package/dist/es/models/volumes/v4/config/Cluster.js +279 -0
- package/dist/es/models/volumes/v4/config/ClusterProjection.d.ts +9 -0
- package/dist/es/models/volumes/v4/config/ClusterProjection.js +129 -0
- package/dist/es/models/volumes/v4/config/CreateVolumeDiskApiResponse.d.ts +59 -0
- package/dist/es/models/volumes/v4/config/CreateVolumeDiskApiResponse.js +311 -0
- package/dist/es/models/volumes/v4/config/CreateVolumeGroupApiResponse.d.ts +59 -0
- package/dist/es/models/volumes/v4/config/CreateVolumeGroupApiResponse.js +311 -0
- package/dist/es/models/volumes/v4/config/DeleteVolumeDiskApiResponse.d.ts +59 -0
- package/dist/es/models/volumes/v4/config/DeleteVolumeDiskApiResponse.js +311 -0
- package/dist/es/models/volumes/v4/config/DeleteVolumeGroupApiResponse.d.ts +59 -0
- package/dist/es/models/volumes/v4/config/DeleteVolumeGroupApiResponse.js +311 -0
- package/dist/es/models/volumes/v4/config/DetachIscsiClientApiResponse.d.ts +59 -0
- package/dist/es/models/volumes/v4/config/DetachIscsiClientApiResponse.js +311 -0
- package/dist/es/models/volumes/v4/config/DetachVmApiResponse.d.ts +59 -0
- package/dist/es/models/volumes/v4/config/DetachVmApiResponse.js +311 -0
- package/dist/es/models/volumes/v4/config/DisassociateCategoryApiResponse.d.ts +59 -0
- package/dist/es/models/volumes/v4/config/DisassociateCategoryApiResponse.js +313 -0
- package/dist/es/models/volumes/v4/config/DiskStorageFeatures.d.ts +48 -0
- package/dist/es/models/volumes/v4/config/DiskStorageFeatures.js +240 -0
- package/dist/es/models/volumes/v4/config/FlashMode.d.ts +48 -0
- package/dist/es/models/volumes/v4/config/FlashMode.js +239 -0
- package/dist/es/models/volumes/v4/config/GetIscsiClientApiResponse.d.ts +59 -0
- package/dist/es/models/volumes/v4/config/GetIscsiClientApiResponse.js +311 -0
- package/dist/es/models/volumes/v4/config/GetVolumeDiskApiResponse.d.ts +59 -0
- package/dist/es/models/volumes/v4/config/GetVolumeDiskApiResponse.js +311 -0
- package/dist/es/models/volumes/v4/config/GetVolumeGroupApiResponse.d.ts +59 -0
- package/dist/es/models/volumes/v4/config/GetVolumeGroupApiResponse.js +311 -0
- package/dist/es/models/volumes/v4/config/GetVolumeGroupMetadataApiResponse.d.ts +59 -0
- package/dist/es/models/volumes/v4/config/GetVolumeGroupMetadataApiResponse.js +311 -0
- package/dist/es/models/volumes/v4/config/IscsiClient.d.ts +113 -0
- package/dist/es/models/volumes/v4/config/IscsiClient.js +495 -0
- package/dist/es/models/volumes/v4/config/IscsiClientAttachment.d.ts +32 -0
- package/dist/es/models/volumes/v4/config/IscsiClientAttachment.js +226 -0
- package/dist/es/models/volumes/v4/config/IscsiClientAttachmentProjection.d.ts +31 -0
- package/dist/es/models/volumes/v4/config/IscsiClientAttachmentProjection.js +223 -0
- package/dist/es/models/volumes/v4/config/IscsiClientProjection.d.ts +38 -0
- package/dist/es/models/volumes/v4/config/IscsiClientProjection.js +255 -0
- package/dist/es/models/volumes/v4/config/IscsiFeatures.d.ts +60 -0
- package/dist/es/models/volumes/v4/config/IscsiFeatures.js +278 -0
- package/dist/es/models/volumes/v4/config/ListCategoryAssociationsApiResponse.d.ts +59 -0
- package/dist/es/models/volumes/v4/config/ListCategoryAssociationsApiResponse.js +333 -0
- package/dist/es/models/volumes/v4/config/ListExternalIscsiAttachmentsApiResponse.d.ts +59 -0
- package/dist/es/models/volumes/v4/config/ListExternalIscsiAttachmentsApiResponse.js +338 -0
- package/dist/es/models/volumes/v4/config/ListIscsiClientsApiResponse.d.ts +59 -0
- package/dist/es/models/volumes/v4/config/ListIscsiClientsApiResponse.js +338 -0
- package/dist/es/models/volumes/v4/config/ListVmAttachmentsApiResponse.d.ts +59 -0
- package/dist/es/models/volumes/v4/config/ListVmAttachmentsApiResponse.js +338 -0
- package/dist/es/models/volumes/v4/config/ListVolumeDisksApiResponse.d.ts +59 -0
- package/dist/es/models/volumes/v4/config/ListVolumeDisksApiResponse.js +338 -0
- package/dist/es/models/volumes/v4/config/ListVolumeGroupsApiResponse.d.ts +59 -0
- package/dist/es/models/volumes/v4/config/ListVolumeGroupsApiResponse.js +338 -0
- package/dist/es/models/volumes/v4/config/MigrateVolumeGroupApiResponse.d.ts +59 -0
- package/dist/es/models/volumes/v4/config/MigrateVolumeGroupApiResponse.js +311 -0
- package/dist/es/models/volumes/v4/config/NvmfClient.d.ts +56 -0
- package/dist/es/models/volumes/v4/config/NvmfClient.js +308 -0
- package/dist/es/models/volumes/v4/config/NvmfClientAttachment.d.ts +32 -0
- package/dist/es/models/volumes/v4/config/NvmfClientAttachment.js +228 -0
- package/dist/es/models/volumes/v4/config/NvmfClientAttachmentProjection.d.ts +31 -0
- package/dist/es/models/volumes/v4/config/NvmfClientAttachmentProjection.js +225 -0
- package/dist/es/models/volumes/v4/config/NvmfClientProjection.d.ts +33 -0
- package/dist/es/models/volumes/v4/config/NvmfClientProjection.js +229 -0
- package/dist/es/models/volumes/v4/config/PauseVolumeGroupSynchronousReplicationApiResponse.d.ts +59 -0
- package/dist/es/models/volumes/v4/config/PauseVolumeGroupSynchronousReplicationApiResponse.js +311 -0
- package/dist/es/models/volumes/v4/config/ResumeVolumeGroupSynchronousReplicationApiResponse.d.ts +59 -0
- package/dist/es/models/volumes/v4/config/ResumeVolumeGroupSynchronousReplicationApiResponse.js +313 -0
- package/dist/es/models/volumes/v4/config/RevertSpec.d.ts +60 -0
- package/dist/es/models/volumes/v4/config/RevertSpec.js +250 -0
- package/dist/es/models/volumes/v4/config/RevertVolumeGroupApiResponse.d.ts +59 -0
- package/dist/es/models/volumes/v4/config/RevertVolumeGroupApiResponse.js +311 -0
- package/dist/es/models/volumes/v4/config/SharingStatus.d.ts +19 -0
- package/dist/es/models/volumes/v4/config/SharingStatus.js +85 -0
- package/dist/es/models/volumes/v4/config/StorageFeatures.d.ts +48 -0
- package/dist/es/models/volumes/v4/config/StorageFeatures.js +240 -0
- package/dist/es/models/volumes/v4/config/TargetParam.d.ts +64 -0
- package/dist/es/models/volumes/v4/config/TargetParam.js +284 -0
- package/dist/es/models/volumes/v4/config/Task.d.ts +50 -0
- package/dist/es/models/volumes/v4/config/Task.js +245 -0
- package/dist/es/models/volumes/v4/config/UpdateIscsiClientApiResponse.d.ts +59 -0
- package/dist/es/models/volumes/v4/config/UpdateIscsiClientApiResponse.js +311 -0
- package/dist/es/models/volumes/v4/config/UpdateVolumeDiskApiResponse.d.ts +59 -0
- package/dist/es/models/volumes/v4/config/UpdateVolumeDiskApiResponse.js +311 -0
- package/dist/es/models/volumes/v4/config/UpdateVolumeGroupApiResponse.d.ts +59 -0
- package/dist/es/models/volumes/v4/config/UpdateVolumeGroupApiResponse.js +311 -0
- package/dist/es/models/volumes/v4/config/UpdateVolumeGroupMetadataApiResponse.d.ts +59 -0
- package/dist/es/models/volumes/v4/config/UpdateVolumeGroupMetadataApiResponse.js +313 -0
- package/dist/es/models/volumes/v4/config/UpdateVolumeGroupMetadataInfoApiResponse.d.ts +59 -0
- package/dist/es/models/volumes/v4/config/UpdateVolumeGroupMetadataInfoApiResponse.js +313 -0
- package/dist/es/models/volumes/v4/config/UsageType.d.ts +19 -0
- package/dist/es/models/volumes/v4/config/UsageType.js +97 -0
- package/dist/es/models/volumes/v4/config/VmAttachment.d.ts +32 -0
- package/dist/es/models/volumes/v4/config/VmAttachment.js +225 -0
- package/dist/es/models/volumes/v4/config/VmAttachmentProjection.d.ts +9 -0
- package/dist/es/models/volumes/v4/config/VmAttachmentProjection.js +129 -0
- package/dist/es/models/volumes/v4/config/VolumeDisk.d.ts +92 -0
- package/dist/es/models/volumes/v4/config/VolumeDisk.js +433 -0
- package/dist/es/models/volumes/v4/config/VolumeDiskProjection.d.ts +9 -0
- package/dist/es/models/volumes/v4/config/VolumeDiskProjection.js +131 -0
- package/dist/es/models/volumes/v4/config/VolumeGroup.d.ts +166 -0
- package/dist/es/models/volumes/v4/config/VolumeGroup.js +697 -0
- package/dist/es/models/volumes/v4/config/VolumeGroupAttachmentSite.d.ts +19 -0
- package/dist/es/models/volumes/v4/config/VolumeGroupAttachmentSite.js +85 -0
- package/dist/es/models/volumes/v4/config/VolumeGroupMetadata.d.ts +62 -0
- package/dist/es/models/volumes/v4/config/VolumeGroupMetadata.js +284 -0
- package/dist/es/models/volumes/v4/config/VolumeGroupMetadataProjection.d.ts +9 -0
- package/dist/es/models/volumes/v4/config/VolumeGroupMetadataProjection.js +129 -0
- package/dist/es/models/volumes/v4/config/VolumeGroupProjection.d.ts +53 -0
- package/dist/es/models/volumes/v4/config/VolumeGroupProjection.js +314 -0
- package/dist/es/models/volumes/v4/error/AppMessage.d.ts +108 -0
- package/dist/es/models/volumes/v4/error/AppMessage.js +432 -0
- package/dist/es/models/volumes/v4/error/ErrorResponse.d.ts +48 -0
- package/dist/es/models/volumes/v4/error/ErrorResponse.js +314 -0
- package/dist/es/models/volumes/v4/error/SchemaValidationError.d.ts +98 -0
- package/dist/es/models/volumes/v4/error/SchemaValidationError.js +407 -0
- package/dist/es/models/volumes/v4/error/SchemaValidationErrorMessage.d.ts +74 -0
- package/dist/es/models/volumes/v4/error/SchemaValidationErrorMessage.js +318 -0
- package/dist/es/models/volumes/v4/stats/GetVolumeDiskStatsApiResponse.d.ts +59 -0
- package/dist/es/models/volumes/v4/stats/GetVolumeDiskStatsApiResponse.js +311 -0
- package/dist/es/models/volumes/v4/stats/GetVolumeGroupStatsApiResponse.d.ts +59 -0
- package/dist/es/models/volumes/v4/stats/GetVolumeGroupStatsApiResponse.js +311 -0
- package/dist/es/models/volumes/v4/stats/TimeValuePair.d.ts +62 -0
- package/dist/es/models/volumes/v4/stats/TimeValuePair.js +279 -0
- package/dist/es/models/volumes/v4/stats/VolumeDiskStats.d.ts +170 -0
- package/dist/es/models/volumes/v4/stats/VolumeDiskStats.js +728 -0
- package/dist/es/models/volumes/v4/stats/VolumeGroupStats.d.ts +170 -0
- package/dist/es/models/volumes/v4/stats/VolumeGroupStats.js +728 -0
- package/dist/es/models/volumes/v4/stats/VolumeGroupStatsProjection.d.ts +9 -0
- package/dist/es/models/volumes/v4/stats/VolumeGroupStatsProjection.js +130 -0
- package/dist/es/utils/ValidationUtils.d.ts +13 -0
- package/dist/es/utils/ValidationUtils.js +85 -0
- package/dist/lib/ApiClient.d.ts +159 -0
- package/dist/lib/ApiClient.js +1211 -0
- package/dist/lib/Paginable.d.ts +95 -0
- package/dist/lib/Paginable.js +287 -0
- package/dist/lib/apis/iscsiclients-endpoints.d.ts +69 -0
- package/dist/lib/apis/iscsiclients-endpoints.js +167 -0
- package/dist/lib/apis/volumegroups-endpoints.d.ts +342 -0
- package/dist/lib/apis/volumegroups-endpoints.js +1023 -0
- package/dist/lib/index.d.ts +184 -0
- package/dist/lib/index.js +732 -0
- package/dist/lib/models/common/v1/config/EntityReference.d.ts +78 -0
- package/dist/lib/models/common/v1/config/EntityReference.js +352 -0
- package/dist/lib/models/common/v1/config/EntityType.d.ts +19 -0
- package/dist/lib/models/common/v1/config/EntityType.js +205 -0
- package/dist/lib/models/common/v1/config/FQDN.d.ts +48 -0
- package/dist/lib/models/common/v1/config/FQDN.js +242 -0
- package/dist/lib/models/common/v1/config/Flag.d.ts +58 -0
- package/dist/lib/models/common/v1/config/Flag.js +275 -0
- package/dist/lib/models/common/v1/config/IPAddressOrFQDN.d.ts +72 -0
- package/dist/lib/models/common/v1/config/IPAddressOrFQDN.js +332 -0
- package/dist/lib/models/common/v1/config/IPv4Address.d.ts +62 -0
- package/dist/lib/models/common/v1/config/IPv4Address.js +288 -0
- package/dist/lib/models/common/v1/config/IPv6Address.d.ts +62 -0
- package/dist/lib/models/common/v1/config/IPv6Address.js +288 -0
- package/dist/lib/models/common/v1/config/KVPair.d.ts +62 -0
- package/dist/lib/models/common/v1/config/KVPair.js +332 -0
- package/dist/lib/models/common/v1/config/Message.d.ts +84 -0
- package/dist/lib/models/common/v1/config/Message.js +354 -0
- package/dist/lib/models/common/v1/config/MessageSeverity.d.ts +19 -0
- package/dist/lib/models/common/v1/config/MessageSeverity.js +91 -0
- package/dist/lib/models/common/v1/config/Metadata.d.ts +98 -0
- package/dist/lib/models/common/v1/config/Metadata.js +413 -0
- package/dist/lib/models/common/v1/config/TenantAwareModel.d.ts +50 -0
- package/dist/lib/models/common/v1/config/TenantAwareModel.js +243 -0
- package/dist/lib/models/common/v1/response/ApiLink.d.ts +62 -0
- package/dist/lib/models/common/v1/response/ApiLink.js +280 -0
- package/dist/lib/models/common/v1/response/ApiResponseMetadata.d.ts +98 -0
- package/dist/lib/models/common/v1/response/ApiResponseMetadata.js +438 -0
- package/dist/lib/models/common/v1/response/ExternalizableAbstractModel.d.ts +42 -0
- package/dist/lib/models/common/v1/response/ExternalizableAbstractModel.js +270 -0
- package/dist/lib/models/common/v1/stats/DownSamplingOperator.d.ts +19 -0
- package/dist/lib/models/common/v1/stats/DownSamplingOperator.js +109 -0
- package/dist/lib/models/prism/v4/config/TaskReference.d.ts +50 -0
- package/dist/lib/models/prism/v4/config/TaskReference.js +260 -0
- package/dist/lib/models/validation/ValidationError.d.ts +13 -0
- package/dist/lib/models/validation/ValidationError.js +60 -0
- package/dist/lib/models/validation/ValidationScopes.d.ts +9 -0
- package/dist/lib/models/validation/ValidationScopes.js +38 -0
- package/dist/lib/models/volumes/v4/config/AssociateCategoryApiResponse.d.ts +59 -0
- package/dist/lib/models/volumes/v4/config/AssociateCategoryApiResponse.js +313 -0
- package/dist/lib/models/volumes/v4/config/AttachIscsiClientApiResponse.d.ts +59 -0
- package/dist/lib/models/volumes/v4/config/AttachIscsiClientApiResponse.js +311 -0
- package/dist/lib/models/volumes/v4/config/AttachVmApiResponse.d.ts +59 -0
- package/dist/lib/models/volumes/v4/config/AttachVmApiResponse.js +311 -0
- package/dist/lib/models/volumes/v4/config/AuthenticationType.d.ts +19 -0
- package/dist/lib/models/volumes/v4/config/AuthenticationType.js +85 -0
- package/dist/lib/models/volumes/v4/config/CategoryDetails.d.ts +9 -0
- package/dist/lib/models/volumes/v4/config/CategoryDetails.js +131 -0
- package/dist/lib/models/volumes/v4/config/CategoryEntityReferences.d.ts +48 -0
- package/dist/lib/models/volumes/v4/config/CategoryEntityReferences.js +256 -0
- package/dist/lib/models/volumes/v4/config/Cluster.d.ts +62 -0
- package/dist/lib/models/volumes/v4/config/Cluster.js +279 -0
- package/dist/lib/models/volumes/v4/config/ClusterProjection.d.ts +9 -0
- package/dist/lib/models/volumes/v4/config/ClusterProjection.js +129 -0
- package/dist/lib/models/volumes/v4/config/CreateVolumeDiskApiResponse.d.ts +59 -0
- package/dist/lib/models/volumes/v4/config/CreateVolumeDiskApiResponse.js +311 -0
- package/dist/lib/models/volumes/v4/config/CreateVolumeGroupApiResponse.d.ts +59 -0
- package/dist/lib/models/volumes/v4/config/CreateVolumeGroupApiResponse.js +311 -0
- package/dist/lib/models/volumes/v4/config/DeleteVolumeDiskApiResponse.d.ts +59 -0
- package/dist/lib/models/volumes/v4/config/DeleteVolumeDiskApiResponse.js +311 -0
- package/dist/lib/models/volumes/v4/config/DeleteVolumeGroupApiResponse.d.ts +59 -0
- package/dist/lib/models/volumes/v4/config/DeleteVolumeGroupApiResponse.js +311 -0
- package/dist/lib/models/volumes/v4/config/DetachIscsiClientApiResponse.d.ts +59 -0
- package/dist/lib/models/volumes/v4/config/DetachIscsiClientApiResponse.js +311 -0
- package/dist/lib/models/volumes/v4/config/DetachVmApiResponse.d.ts +59 -0
- package/dist/lib/models/volumes/v4/config/DetachVmApiResponse.js +311 -0
- package/dist/lib/models/volumes/v4/config/DisassociateCategoryApiResponse.d.ts +59 -0
- package/dist/lib/models/volumes/v4/config/DisassociateCategoryApiResponse.js +313 -0
- package/dist/lib/models/volumes/v4/config/DiskStorageFeatures.d.ts +48 -0
- package/dist/lib/models/volumes/v4/config/DiskStorageFeatures.js +240 -0
- package/dist/lib/models/volumes/v4/config/FlashMode.d.ts +48 -0
- package/dist/lib/models/volumes/v4/config/FlashMode.js +239 -0
- package/dist/lib/models/volumes/v4/config/GetIscsiClientApiResponse.d.ts +59 -0
- package/dist/lib/models/volumes/v4/config/GetIscsiClientApiResponse.js +311 -0
- package/dist/lib/models/volumes/v4/config/GetVolumeDiskApiResponse.d.ts +59 -0
- package/dist/lib/models/volumes/v4/config/GetVolumeDiskApiResponse.js +311 -0
- package/dist/lib/models/volumes/v4/config/GetVolumeGroupApiResponse.d.ts +59 -0
- package/dist/lib/models/volumes/v4/config/GetVolumeGroupApiResponse.js +311 -0
- package/dist/lib/models/volumes/v4/config/GetVolumeGroupMetadataApiResponse.d.ts +59 -0
- package/dist/lib/models/volumes/v4/config/GetVolumeGroupMetadataApiResponse.js +311 -0
- package/dist/lib/models/volumes/v4/config/IscsiClient.d.ts +113 -0
- package/dist/lib/models/volumes/v4/config/IscsiClient.js +495 -0
- package/dist/lib/models/volumes/v4/config/IscsiClientAttachment.d.ts +32 -0
- package/dist/lib/models/volumes/v4/config/IscsiClientAttachment.js +226 -0
- package/dist/lib/models/volumes/v4/config/IscsiClientAttachmentProjection.d.ts +31 -0
- package/dist/lib/models/volumes/v4/config/IscsiClientAttachmentProjection.js +223 -0
- package/dist/lib/models/volumes/v4/config/IscsiClientProjection.d.ts +38 -0
- package/dist/lib/models/volumes/v4/config/IscsiClientProjection.js +255 -0
- package/dist/lib/models/volumes/v4/config/IscsiFeatures.d.ts +60 -0
- package/dist/lib/models/volumes/v4/config/IscsiFeatures.js +278 -0
- package/dist/lib/models/volumes/v4/config/ListCategoryAssociationsApiResponse.d.ts +59 -0
- package/dist/lib/models/volumes/v4/config/ListCategoryAssociationsApiResponse.js +333 -0
- package/dist/lib/models/volumes/v4/config/ListExternalIscsiAttachmentsApiResponse.d.ts +59 -0
- package/dist/lib/models/volumes/v4/config/ListExternalIscsiAttachmentsApiResponse.js +338 -0
- package/dist/lib/models/volumes/v4/config/ListIscsiClientsApiResponse.d.ts +59 -0
- package/dist/lib/models/volumes/v4/config/ListIscsiClientsApiResponse.js +338 -0
- package/dist/lib/models/volumes/v4/config/ListVmAttachmentsApiResponse.d.ts +59 -0
- package/dist/lib/models/volumes/v4/config/ListVmAttachmentsApiResponse.js +338 -0
- package/dist/lib/models/volumes/v4/config/ListVolumeDisksApiResponse.d.ts +59 -0
- package/dist/lib/models/volumes/v4/config/ListVolumeDisksApiResponse.js +338 -0
- package/dist/lib/models/volumes/v4/config/ListVolumeGroupsApiResponse.d.ts +59 -0
- package/dist/lib/models/volumes/v4/config/ListVolumeGroupsApiResponse.js +338 -0
- package/dist/lib/models/volumes/v4/config/MigrateVolumeGroupApiResponse.d.ts +59 -0
- package/dist/lib/models/volumes/v4/config/MigrateVolumeGroupApiResponse.js +311 -0
- package/dist/lib/models/volumes/v4/config/NvmfClient.d.ts +56 -0
- package/dist/lib/models/volumes/v4/config/NvmfClient.js +308 -0
- package/dist/lib/models/volumes/v4/config/NvmfClientAttachment.d.ts +32 -0
- package/dist/lib/models/volumes/v4/config/NvmfClientAttachment.js +228 -0
- package/dist/lib/models/volumes/v4/config/NvmfClientAttachmentProjection.d.ts +31 -0
- package/dist/lib/models/volumes/v4/config/NvmfClientAttachmentProjection.js +225 -0
- package/dist/lib/models/volumes/v4/config/NvmfClientProjection.d.ts +33 -0
- package/dist/lib/models/volumes/v4/config/NvmfClientProjection.js +229 -0
- package/dist/lib/models/volumes/v4/config/PauseVolumeGroupSynchronousReplicationApiResponse.d.ts +59 -0
- package/dist/lib/models/volumes/v4/config/PauseVolumeGroupSynchronousReplicationApiResponse.js +311 -0
- package/dist/lib/models/volumes/v4/config/ResumeVolumeGroupSynchronousReplicationApiResponse.d.ts +59 -0
- package/dist/lib/models/volumes/v4/config/ResumeVolumeGroupSynchronousReplicationApiResponse.js +313 -0
- package/dist/lib/models/volumes/v4/config/RevertSpec.d.ts +60 -0
- package/dist/lib/models/volumes/v4/config/RevertSpec.js +250 -0
- package/dist/lib/models/volumes/v4/config/RevertVolumeGroupApiResponse.d.ts +59 -0
- package/dist/lib/models/volumes/v4/config/RevertVolumeGroupApiResponse.js +311 -0
- package/dist/lib/models/volumes/v4/config/SharingStatus.d.ts +19 -0
- package/dist/lib/models/volumes/v4/config/SharingStatus.js +85 -0
- package/dist/lib/models/volumes/v4/config/StorageFeatures.d.ts +48 -0
- package/dist/lib/models/volumes/v4/config/StorageFeatures.js +240 -0
- package/dist/lib/models/volumes/v4/config/TargetParam.d.ts +64 -0
- package/dist/lib/models/volumes/v4/config/TargetParam.js +284 -0
- package/dist/lib/models/volumes/v4/config/Task.d.ts +50 -0
- package/dist/lib/models/volumes/v4/config/Task.js +245 -0
- package/dist/lib/models/volumes/v4/config/UpdateIscsiClientApiResponse.d.ts +59 -0
- package/dist/lib/models/volumes/v4/config/UpdateIscsiClientApiResponse.js +311 -0
- package/dist/lib/models/volumes/v4/config/UpdateVolumeDiskApiResponse.d.ts +59 -0
- package/dist/lib/models/volumes/v4/config/UpdateVolumeDiskApiResponse.js +311 -0
- package/dist/lib/models/volumes/v4/config/UpdateVolumeGroupApiResponse.d.ts +59 -0
- package/dist/lib/models/volumes/v4/config/UpdateVolumeGroupApiResponse.js +311 -0
- package/dist/lib/models/volumes/v4/config/UpdateVolumeGroupMetadataApiResponse.d.ts +59 -0
- package/dist/lib/models/volumes/v4/config/UpdateVolumeGroupMetadataApiResponse.js +313 -0
- package/dist/lib/models/volumes/v4/config/UpdateVolumeGroupMetadataInfoApiResponse.d.ts +59 -0
- package/dist/lib/models/volumes/v4/config/UpdateVolumeGroupMetadataInfoApiResponse.js +313 -0
- package/dist/lib/models/volumes/v4/config/UsageType.d.ts +19 -0
- package/dist/lib/models/volumes/v4/config/UsageType.js +97 -0
- package/dist/lib/models/volumes/v4/config/VmAttachment.d.ts +32 -0
- package/dist/lib/models/volumes/v4/config/VmAttachment.js +225 -0
- package/dist/lib/models/volumes/v4/config/VmAttachmentProjection.d.ts +9 -0
- package/dist/lib/models/volumes/v4/config/VmAttachmentProjection.js +129 -0
- package/dist/lib/models/volumes/v4/config/VolumeDisk.d.ts +92 -0
- package/dist/lib/models/volumes/v4/config/VolumeDisk.js +433 -0
- package/dist/lib/models/volumes/v4/config/VolumeDiskProjection.d.ts +9 -0
- package/dist/lib/models/volumes/v4/config/VolumeDiskProjection.js +131 -0
- package/dist/lib/models/volumes/v4/config/VolumeGroup.d.ts +166 -0
- package/dist/lib/models/volumes/v4/config/VolumeGroup.js +697 -0
- package/dist/lib/models/volumes/v4/config/VolumeGroupAttachmentSite.d.ts +19 -0
- package/dist/lib/models/volumes/v4/config/VolumeGroupAttachmentSite.js +85 -0
- package/dist/lib/models/volumes/v4/config/VolumeGroupMetadata.d.ts +62 -0
- package/dist/lib/models/volumes/v4/config/VolumeGroupMetadata.js +284 -0
- package/dist/lib/models/volumes/v4/config/VolumeGroupMetadataProjection.d.ts +9 -0
- package/dist/lib/models/volumes/v4/config/VolumeGroupMetadataProjection.js +129 -0
- package/dist/lib/models/volumes/v4/config/VolumeGroupProjection.d.ts +53 -0
- package/dist/lib/models/volumes/v4/config/VolumeGroupProjection.js +314 -0
- package/dist/lib/models/volumes/v4/error/AppMessage.d.ts +108 -0
- package/dist/lib/models/volumes/v4/error/AppMessage.js +432 -0
- package/dist/lib/models/volumes/v4/error/ErrorResponse.d.ts +48 -0
- package/dist/lib/models/volumes/v4/error/ErrorResponse.js +314 -0
- package/dist/lib/models/volumes/v4/error/SchemaValidationError.d.ts +98 -0
- package/dist/lib/models/volumes/v4/error/SchemaValidationError.js +407 -0
- package/dist/lib/models/volumes/v4/error/SchemaValidationErrorMessage.d.ts +74 -0
- package/dist/lib/models/volumes/v4/error/SchemaValidationErrorMessage.js +318 -0
- package/dist/lib/models/volumes/v4/stats/GetVolumeDiskStatsApiResponse.d.ts +59 -0
- package/dist/lib/models/volumes/v4/stats/GetVolumeDiskStatsApiResponse.js +311 -0
- package/dist/lib/models/volumes/v4/stats/GetVolumeGroupStatsApiResponse.d.ts +59 -0
- package/dist/lib/models/volumes/v4/stats/GetVolumeGroupStatsApiResponse.js +311 -0
- package/dist/lib/models/volumes/v4/stats/TimeValuePair.d.ts +62 -0
- package/dist/lib/models/volumes/v4/stats/TimeValuePair.js +279 -0
- package/dist/lib/models/volumes/v4/stats/VolumeDiskStats.d.ts +170 -0
- package/dist/lib/models/volumes/v4/stats/VolumeDiskStats.js +728 -0
- package/dist/lib/models/volumes/v4/stats/VolumeGroupStats.d.ts +170 -0
- package/dist/lib/models/volumes/v4/stats/VolumeGroupStats.js +728 -0
- package/dist/lib/models/volumes/v4/stats/VolumeGroupStatsProjection.d.ts +9 -0
- package/dist/lib/models/volumes/v4/stats/VolumeGroupStatsProjection.js +130 -0
- package/dist/lib/utils/ValidationUtils.d.ts +13 -0
- package/dist/lib/utils/ValidationUtils.js +85 -0
- package/package.json +53 -0
|
@@ -0,0 +1,342 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* VolumeGroups service.
|
|
3
|
+
* @version 4.0.1-beta-1
|
|
4
|
+
* @class VolumeGroupsApi
|
|
5
|
+
*/
|
|
6
|
+
export class VolumeGroupsApi {
|
|
7
|
+
/**
|
|
8
|
+
* Make the default {@link ApiClient} class available for developers to be able to extend it and bring
|
|
9
|
+
* their own fetch methods into the SDK
|
|
10
|
+
*/
|
|
11
|
+
static get ApiClient(): typeof ApiClient;
|
|
12
|
+
/**
|
|
13
|
+
* Constructs a new VolumeGroupsApi.
|
|
14
|
+
* @alias module:api/VolumeGroupsApi
|
|
15
|
+
* @class
|
|
16
|
+
* @param {module:ApiClient} [apiClient] Optional API client implementation to use,
|
|
17
|
+
* default to {@link module:ApiClient#instance} if unspecified.
|
|
18
|
+
*/
|
|
19
|
+
constructor(apiClient?: any);
|
|
20
|
+
apiClient: any;
|
|
21
|
+
/**
|
|
22
|
+
* Attach an iSCSI client to the given Volume Group.
|
|
23
|
+
* Attaches iSCSI initiator to a Volume Group identified by {extId}.
|
|
24
|
+
* @param { Partial<IscsiClient> } body specification
|
|
25
|
+
* @param { String } extId The external identifier of the Volume Group.
|
|
26
|
+
* @param {Object} args Additional Arguments
|
|
27
|
+
* @return {Promise<AttachIscsiClientApiResponse>} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link AttachIscsiClientApiResponse } and HTTP response
|
|
28
|
+
*/
|
|
29
|
+
attachIscsiClient(extId: string, body: Partial<IscsiClient>, ...args: any): Promise<AttachIscsiClientApiResponse>;
|
|
30
|
+
/**
|
|
31
|
+
* Attach an AHV VM to the given Volume Group.
|
|
32
|
+
* Attaches VM to a Volume Group identified by {extId}.
|
|
33
|
+
* @param { Partial<VmAttachment> } body specification
|
|
34
|
+
* @param { String } extId The external identifier of the Volume Group.
|
|
35
|
+
* @param {Object} args Additional Arguments
|
|
36
|
+
* @return {Promise<AttachVmApiResponse>} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link AttachVmApiResponse } and HTTP response
|
|
37
|
+
*/
|
|
38
|
+
attachVm(extId: string, body: Partial<VmAttachment>, ...args: any): Promise<AttachVmApiResponse>;
|
|
39
|
+
/**
|
|
40
|
+
* Creates a new Volume Disk.
|
|
41
|
+
* Creates a new Volume Disk.
|
|
42
|
+
* @param { Partial<VolumeDisk> } body specification
|
|
43
|
+
* @param { String } volumeGroupExtId The external identifier of the Volume Group.
|
|
44
|
+
* @param {Object} args Additional Arguments
|
|
45
|
+
* @return {Promise<CreateVolumeDiskApiResponse>} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link CreateVolumeDiskApiResponse } and HTTP response
|
|
46
|
+
*/
|
|
47
|
+
createVolumeDisk(volumeGroupExtId: string, body: Partial<VolumeDisk>, ...args: any): Promise<CreateVolumeDiskApiResponse>;
|
|
48
|
+
/**
|
|
49
|
+
* Creates a new Volume Group.
|
|
50
|
+
* Creates a new Volume Group.
|
|
51
|
+
* @param { Partial<VolumeGroup> } body specification
|
|
52
|
+
* @param {Object} args Additional Arguments
|
|
53
|
+
* @return {Promise<CreateVolumeGroupApiResponse>} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link CreateVolumeGroupApiResponse } and HTTP response
|
|
54
|
+
*/
|
|
55
|
+
createVolumeGroup(body: Partial<VolumeGroup>, ...args: any): Promise<CreateVolumeGroupApiResponse>;
|
|
56
|
+
/**
|
|
57
|
+
* Delete a Volume Disk.
|
|
58
|
+
* Deletes a Volume Disk identified by {extId} in the Volume Group identified by {volumeGroupExtId}.
|
|
59
|
+
* @param { String } volumeGroupExtId The external identifier of the Volume Group.
|
|
60
|
+
* @param { String } extId The external identifier of the Volume Disk.
|
|
61
|
+
* @param {Object} args Additional Arguments
|
|
62
|
+
* @return {Promise<DeleteVolumeDiskApiResponse>} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link DeleteVolumeDiskApiResponse } and HTTP response
|
|
63
|
+
*/
|
|
64
|
+
deleteVolumeDiskById(volumeGroupExtId: string, extId: string, ...args: any): Promise<DeleteVolumeDiskApiResponse>;
|
|
65
|
+
/**
|
|
66
|
+
* Delete the Volume Group.
|
|
67
|
+
* Delete the Volume Group identified by {extId}.
|
|
68
|
+
* @param { String } extId The external identifier of the Volume Group.
|
|
69
|
+
* @param {Object} args Additional Arguments
|
|
70
|
+
* @return {Promise<DeleteVolumeGroupApiResponse>} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link DeleteVolumeGroupApiResponse } and HTTP response
|
|
71
|
+
*/
|
|
72
|
+
deleteVolumeGroupById(extId: string, ...args: any): Promise<DeleteVolumeGroupApiResponse>;
|
|
73
|
+
/**
|
|
74
|
+
* Detach an iSCSi client from the given Volume Group.
|
|
75
|
+
* Detaches iSCSI initiator identified by {extId} from a Volume Group identified by {volumeGroupExtId}.
|
|
76
|
+
* @param { Partial<IscsiClientAttachment> } body specification
|
|
77
|
+
* @param { String } extId The external identifier of the Volume Group.
|
|
78
|
+
* @param {Object} args Additional Arguments
|
|
79
|
+
* @return {Promise<DetachIscsiClientApiResponse>} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link DetachIscsiClientApiResponse } and HTTP response
|
|
80
|
+
*/
|
|
81
|
+
detachIscsiClient(extId: string, body: Partial<IscsiClientAttachment>, ...args: any): Promise<DetachIscsiClientApiResponse>;
|
|
82
|
+
/**
|
|
83
|
+
* Detach an AHV VM from the given Volume Group.
|
|
84
|
+
* Detaches VM identified by {extId} from a Volume Group identified by {volumeGroupExtId}.
|
|
85
|
+
* @param { Partial<VmAttachment> } body specification
|
|
86
|
+
* @param { String } extId The external identifier of the Volume Group.
|
|
87
|
+
* @param {Object} args Additional Arguments
|
|
88
|
+
* @return {Promise<DetachVmApiResponse>} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link DetachVmApiResponse } and HTTP response
|
|
89
|
+
*/
|
|
90
|
+
detachVm(extId: string, body: Partial<VmAttachment>, ...args: any): Promise<DetachVmApiResponse>;
|
|
91
|
+
/**
|
|
92
|
+
* Get the details of a Volume Disk.
|
|
93
|
+
* Query the Volume Disk identified by {extId} in the Volume Group identified by {volumeGroupExtId}.
|
|
94
|
+
* @param { String } volumeGroupExtId The external identifier of the Volume Group.
|
|
95
|
+
* @param { String } extId The external identifier of the Volume Disk.
|
|
96
|
+
* @param {Object} args Additional Arguments
|
|
97
|
+
* @return {Promise<GetVolumeDiskApiResponse>} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link GetVolumeDiskApiResponse } and HTTP response
|
|
98
|
+
*/
|
|
99
|
+
getVolumeDiskById(volumeGroupExtId: string, extId: string, ...args: any): Promise<GetVolumeDiskApiResponse>;
|
|
100
|
+
/**
|
|
101
|
+
* Get statistics for a Volume Disk.
|
|
102
|
+
* Query the Volume Disk stats identified by {diskExtId}.
|
|
103
|
+
* @param { String } volumeGroupExtId The external identifier of the Volume Group.
|
|
104
|
+
* @param { String } extId The external identifier of the Volume Disk.
|
|
105
|
+
* @param { String } $startTime The start time of the period for which stats should be reported. The value should be in extended ISO-8601 format. For example, start time of 2022-04-23T01:23:45.678+09:00 would consider all stats starting at 1:23:45.678 on the 23rd of April 2022. Details around ISO-8601 format can be found at https://www.iso.org/standard/70907.html
|
|
106
|
+
|
|
107
|
+
* @param { String } $endTime The end time of the period for which stats should be reported. The value should be in extended ISO-8601 format. For example, end time of 2022-04-23T013:23:45.678+09:00 would consider all stats till 13:23:45 .678 on the 23rd of April 2022. Details around ISO-8601 format can be found at https://www.iso.org/standard/70907.html
|
|
108
|
+
|
|
109
|
+
* @param {Object} opts Optional parameters defined for the operation
|
|
110
|
+
* @param { Number } opts.$samplingInterval The sampling interval in seconds at which statistical data should be collected. For example, if you want performance statistics every 30 seconds, then provide the value as 30.
|
|
111
|
+
|
|
112
|
+
* @param { DownSamplingOperator } opts.$statType
|
|
113
|
+
* @param {Object} args Additional Arguments
|
|
114
|
+
* @return {Promise<GetVolumeDiskStatsApiResponse>} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link GetVolumeDiskStatsApiResponse } and HTTP response
|
|
115
|
+
*/
|
|
116
|
+
getVolumeDiskStats(volumeGroupExtId: string, extId: string, $startTime: string, $endTime: string, opts: {
|
|
117
|
+
$samplingInterval: number;
|
|
118
|
+
$statType: DownSamplingOperator;
|
|
119
|
+
}, ...args: any): Promise<GetVolumeDiskStatsApiResponse>;
|
|
120
|
+
/**
|
|
121
|
+
* Get a Volume Group.
|
|
122
|
+
* Query the Volume Group identified by {extId}.
|
|
123
|
+
* @param { String } extId The external identifier of the Volume Group.
|
|
124
|
+
* @param {Object} args Additional Arguments
|
|
125
|
+
* @return {Promise<GetVolumeGroupApiResponse>} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link GetVolumeGroupApiResponse } and HTTP response
|
|
126
|
+
*/
|
|
127
|
+
getVolumeGroupById(extId: string, ...args: any): Promise<GetVolumeGroupApiResponse>;
|
|
128
|
+
/**
|
|
129
|
+
* Fetch metadata information associated with a Volume Group.
|
|
130
|
+
* Query for metadata information which is associated with the Volume Group identified by {extId}.
|
|
131
|
+
* @param { String } extId The external identifier of the Volume Group.
|
|
132
|
+
* @param {Object} args Additional Arguments
|
|
133
|
+
* @return {Promise<GetVolumeGroupMetadataApiResponse>} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link GetVolumeGroupMetadataApiResponse } and HTTP response
|
|
134
|
+
*/
|
|
135
|
+
getVolumeGroupMetadataById(extId: string, ...args: any): Promise<GetVolumeGroupMetadataApiResponse>;
|
|
136
|
+
/**
|
|
137
|
+
* Get statistics for a Volume Group.
|
|
138
|
+
* Query the Volume Group stats identified by {extId}.
|
|
139
|
+
* @param { String } extId The external identifier of the Volume Group.
|
|
140
|
+
* @param { String } $startTime The start time of the period for which stats should be reported. The value should be in extended ISO-8601 format. For example, start time of 2022-04-23T01:23:45.678+09:00 would consider all stats starting at 1:23:45.678 on the 23rd of April 2022. Details around ISO-8601 format can be found at https://www.iso.org/standard/70907.html
|
|
141
|
+
|
|
142
|
+
* @param { String } $endTime The end time of the period for which stats should be reported. The value should be in extended ISO-8601 format. For example, end time of 2022-04-23T013:23:45.678+09:00 would consider all stats till 13:23:45 .678 on the 23rd of April 2022. Details around ISO-8601 format can be found at https://www.iso.org/standard/70907.html
|
|
143
|
+
|
|
144
|
+
* @param {Object} opts Optional parameters defined for the operation
|
|
145
|
+
* @param { Number } opts.$samplingInterval The sampling interval in seconds at which statistical data should be collected. For example, if you want performance statistics every 30 seconds, then provide the value as 30.
|
|
146
|
+
|
|
147
|
+
* @param { DownSamplingOperator } opts.$statType
|
|
148
|
+
* @param {Object} args Additional Arguments
|
|
149
|
+
* @return {Promise<GetVolumeGroupStatsApiResponse>} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link GetVolumeGroupStatsApiResponse } and HTTP response
|
|
150
|
+
*/
|
|
151
|
+
getVolumeGroupStats(extId: string, $startTime: string, $endTime: string, opts: {
|
|
152
|
+
$samplingInterval: number;
|
|
153
|
+
$statType: DownSamplingOperator;
|
|
154
|
+
}, ...args: any): Promise<GetVolumeGroupStatsApiResponse>;
|
|
155
|
+
/**
|
|
156
|
+
* List all the category details that are associated with the Volume Group.
|
|
157
|
+
* Query the category details that are associated with the Volume Group identified by {volumeGroupExtId}.
|
|
158
|
+
* @param { String } extId The external identifier of the Volume Group.
|
|
159
|
+
* @param {Object} opts Optional parameters defined for the operation
|
|
160
|
+
* @param { Number } opts.$page A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
|
|
161
|
+
|
|
162
|
+
* @param { Number } opts.$limit A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
|
|
163
|
+
|
|
164
|
+
* @param {Object} args Additional Arguments
|
|
165
|
+
* @return {Promise<ListCategoryAssociationsApiResponse>} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link ListCategoryAssociationsApiResponse } and HTTP response
|
|
166
|
+
*/
|
|
167
|
+
listCategoryAssociationsByVolumeGroupId(extId: string, opts: {
|
|
168
|
+
$page: number;
|
|
169
|
+
$limit: number;
|
|
170
|
+
}, ...args: any): Promise<ListCategoryAssociationsApiResponse>;
|
|
171
|
+
/**
|
|
172
|
+
* List all the iSCSI attachments associated with the given Volume Group.
|
|
173
|
+
* Query the list of external iSCSI attachments for a Volume Group identified by {extId}.
|
|
174
|
+
* @param { String } extId The external identifier of the Volume Group.
|
|
175
|
+
* @param {Object} opts Optional parameters defined for the operation
|
|
176
|
+
* @param { Number } opts.$page A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
|
|
177
|
+
|
|
178
|
+
* @param { Number } opts.$limit A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
|
|
179
|
+
|
|
180
|
+
* @param { String } opts.$filter A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions.<br>
|
|
181
|
+
* For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'.<br>
|
|
182
|
+
* The filter can be applied to the following fields:<br>
|
|
183
|
+
* - clusterReference<br>
|
|
184
|
+
* - extId
|
|
185
|
+
* @param { String } opts.$orderby A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default. For example, '$orderby=templateName desc' would get all templates sorted by templateName in descending order.<br>
|
|
186
|
+
* The orderby can be applied to the following fields:<br>
|
|
187
|
+
* - clusterReference<br>
|
|
188
|
+
* - createdTime<br>
|
|
189
|
+
* - extId
|
|
190
|
+
* @param { String } opts.$expand A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved. Each expanded item is evaluated relative to the entity containing the property being expanded. Other query options can be applied to an expanded property by appending a semicolon-separated list of query options, enclosed in parentheses, to the property name. Permissible system query options are $filter, $select and $orderby. The following expansion keys are supported.
|
|
191
|
+
- iscsiClient
|
|
192
|
+
|
|
193
|
+
* @param { String } opts.$select A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned.
|
|
194
|
+
- clusterReference
|
|
195
|
+
- extId
|
|
196
|
+
|
|
197
|
+
* @param {Object} args Additional Arguments
|
|
198
|
+
* @return {Promise<ListExternalIscsiAttachmentsApiResponse>} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link ListExternalIscsiAttachmentsApiResponse } and HTTP response
|
|
199
|
+
*/
|
|
200
|
+
listExternalIscsiAttachmentsByVolumeGroupId(extId: string, opts: {
|
|
201
|
+
$page: number;
|
|
202
|
+
$limit: number;
|
|
203
|
+
$filter: string;
|
|
204
|
+
$orderby: string;
|
|
205
|
+
$expand: string;
|
|
206
|
+
$select: string;
|
|
207
|
+
}, ...args: any): Promise<ListExternalIscsiAttachmentsApiResponse>;
|
|
208
|
+
/**
|
|
209
|
+
* List all the VM attachments for a Volume Group.
|
|
210
|
+
* Query the list of VM attachments for a Volume Group identified by {extId}.
|
|
211
|
+
* @param { String } extId The external identifier of the Volume Group.
|
|
212
|
+
* @param {Object} opts Optional parameters defined for the operation
|
|
213
|
+
* @param { Number } opts.$page A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
|
|
214
|
+
|
|
215
|
+
* @param { Number } opts.$limit A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
|
|
216
|
+
|
|
217
|
+
* @param { String } opts.$filter A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions.<br>
|
|
218
|
+
* For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'.<br>
|
|
219
|
+
* The filter can be applied to the following fields:<br>
|
|
220
|
+
* - extId
|
|
221
|
+
* @param { String } opts.$orderby A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default. For example, '$orderby=templateName desc' would get all templates sorted by templateName in descending order.<br>
|
|
222
|
+
* The orderby can be applied to the following fields:<br>
|
|
223
|
+
* - createdTime<br>
|
|
224
|
+
* - extId
|
|
225
|
+
* @param {Object} args Additional Arguments
|
|
226
|
+
* @return {Promise<ListVmAttachmentsApiResponse>} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link ListVmAttachmentsApiResponse } and HTTP response
|
|
227
|
+
*/
|
|
228
|
+
listVmAttachmentsByVolumeGroupId(extId: string, opts: {
|
|
229
|
+
$page: number;
|
|
230
|
+
$limit: number;
|
|
231
|
+
$filter: string;
|
|
232
|
+
$orderby: string;
|
|
233
|
+
}, ...args: any): Promise<ListVmAttachmentsApiResponse>;
|
|
234
|
+
/**
|
|
235
|
+
* List all the Volume Disks attached to the Volume Group.
|
|
236
|
+
* Query the list of disks corresponding to a Volume Group identified by {volumeGroupExtId}.
|
|
237
|
+
* @param { String } volumeGroupExtId The external identifier of the Volume Group.
|
|
238
|
+
* @param {Object} opts Optional parameters defined for the operation
|
|
239
|
+
* @param { Number } opts.$page A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
|
|
240
|
+
|
|
241
|
+
* @param { Number } opts.$limit A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
|
|
242
|
+
|
|
243
|
+
* @param { String } opts.$filter A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions.<br>
|
|
244
|
+
* For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'.<br>
|
|
245
|
+
* The filter can be applied to the following fields:<br>
|
|
246
|
+
* - storageContainerId
|
|
247
|
+
* @param { String } opts.$orderby A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default. For example, '$orderby=templateName desc' would get all templates sorted by templateName in descending order.<br>
|
|
248
|
+
* The orderby can be applied to the following fields:<br>
|
|
249
|
+
* - createdTime<br>
|
|
250
|
+
* - diskSizeBytes
|
|
251
|
+
* @param { String } opts.$select A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned.
|
|
252
|
+
- extId
|
|
253
|
+
- storageContainerId
|
|
254
|
+
|
|
255
|
+
* @param {Object} args Additional Arguments
|
|
256
|
+
* @return {Promise<ListVolumeDisksApiResponse>} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link ListVolumeDisksApiResponse } and HTTP response
|
|
257
|
+
*/
|
|
258
|
+
listVolumeDisksByVolumeGroupId(volumeGroupExtId: string, opts: {
|
|
259
|
+
$page: number;
|
|
260
|
+
$limit: number;
|
|
261
|
+
$filter: string;
|
|
262
|
+
$orderby: string;
|
|
263
|
+
$select: string;
|
|
264
|
+
}, ...args: any): Promise<ListVolumeDisksApiResponse>;
|
|
265
|
+
/**
|
|
266
|
+
* List all the Volume Groups.
|
|
267
|
+
* Query the list of Volume Groups.
|
|
268
|
+
* @param {Object} opts Optional parameters defined for the operation
|
|
269
|
+
* @param { Number } opts.$page A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
|
|
270
|
+
|
|
271
|
+
* @param { Number } opts.$limit A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
|
|
272
|
+
|
|
273
|
+
* @param { String } opts.$filter A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions.<br>
|
|
274
|
+
* For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'.<br>
|
|
275
|
+
* The filter can be applied to the following fields:<br>
|
|
276
|
+
* - clusterReference<br>
|
|
277
|
+
* - extId<br>
|
|
278
|
+
* - name
|
|
279
|
+
* @param { String } opts.$orderby A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default. For example, '$orderby=templateName desc' would get all templates sorted by templateName in descending order.<br>
|
|
280
|
+
* The orderby can be applied to the following fields:<br>
|
|
281
|
+
* - clusterReference<br>
|
|
282
|
+
* - createdTime<br>
|
|
283
|
+
* - extId<br>
|
|
284
|
+
* - name
|
|
285
|
+
* @param { String } opts.$expand A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved. Each expanded item is evaluated relative to the entity containing the property being expanded. Other query options can be applied to an expanded property by appending a semicolon-separated list of query options, enclosed in parentheses, to the property name. Permissible system query options are $filter, $select and $orderby. The following expansion keys are supported.
|
|
286
|
+
- cluster
|
|
287
|
+
- metadata
|
|
288
|
+
|
|
289
|
+
* @param { String } opts.$select A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned.
|
|
290
|
+
- clusterReference
|
|
291
|
+
- extId
|
|
292
|
+
- name
|
|
293
|
+
|
|
294
|
+
* @param {Object} args Additional Arguments
|
|
295
|
+
* @return {Promise<ListVolumeGroupsApiResponse>} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link ListVolumeGroupsApiResponse } and HTTP response
|
|
296
|
+
*/
|
|
297
|
+
listVolumeGroups(opts: {
|
|
298
|
+
$page: number;
|
|
299
|
+
$limit: number;
|
|
300
|
+
$filter: string;
|
|
301
|
+
$orderby: string;
|
|
302
|
+
$expand: string;
|
|
303
|
+
$select: string;
|
|
304
|
+
}, ...args: any): Promise<ListVolumeGroupsApiResponse>;
|
|
305
|
+
/**
|
|
306
|
+
* Revert a Volume Group.
|
|
307
|
+
* Reverts a Volume Group identified by {volumeGroupExtId}. This API will perform an in-place restore from a specified Volume Group recovery point.
|
|
308
|
+
* @param { Required<Pick<RevertSpec, 'volumeGroupRecoveryPointExtId'>> & Partial<RevertSpec> } body specification
|
|
309
|
+
* @param { String } extId The external identifier of the Volume Group.
|
|
310
|
+
* @param {Object} args Additional Arguments
|
|
311
|
+
* @return {Promise<RevertVolumeGroupApiResponse>} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link RevertVolumeGroupApiResponse } and HTTP response
|
|
312
|
+
*/
|
|
313
|
+
revertVolumeGroup(extId: string, body: Required<Pick<RevertSpec, 'volumeGroupRecoveryPointExtId'>> & Partial<RevertSpec>, ...args: any): Promise<RevertVolumeGroupApiResponse>;
|
|
314
|
+
#private;
|
|
315
|
+
}
|
|
316
|
+
import IscsiClient from "../models/volumes/v4/config/IscsiClient";
|
|
317
|
+
import AttachIscsiClientApiResponse from "../models/volumes/v4/config/AttachIscsiClientApiResponse";
|
|
318
|
+
import VmAttachment from "../models/volumes/v4/config/VmAttachment";
|
|
319
|
+
import AttachVmApiResponse from "../models/volumes/v4/config/AttachVmApiResponse";
|
|
320
|
+
import VolumeDisk from "../models/volumes/v4/config/VolumeDisk";
|
|
321
|
+
import CreateVolumeDiskApiResponse from "../models/volumes/v4/config/CreateVolumeDiskApiResponse";
|
|
322
|
+
import VolumeGroup from "../models/volumes/v4/config/VolumeGroup";
|
|
323
|
+
import CreateVolumeGroupApiResponse from "../models/volumes/v4/config/CreateVolumeGroupApiResponse";
|
|
324
|
+
import DeleteVolumeDiskApiResponse from "../models/volumes/v4/config/DeleteVolumeDiskApiResponse";
|
|
325
|
+
import DeleteVolumeGroupApiResponse from "../models/volumes/v4/config/DeleteVolumeGroupApiResponse";
|
|
326
|
+
import IscsiClientAttachment from "../models/volumes/v4/config/IscsiClientAttachment";
|
|
327
|
+
import DetachIscsiClientApiResponse from "../models/volumes/v4/config/DetachIscsiClientApiResponse";
|
|
328
|
+
import DetachVmApiResponse from "../models/volumes/v4/config/DetachVmApiResponse";
|
|
329
|
+
import GetVolumeDiskApiResponse from "../models/volumes/v4/config/GetVolumeDiskApiResponse";
|
|
330
|
+
import DownSamplingOperator from "../models/common/v1/stats/DownSamplingOperator";
|
|
331
|
+
import GetVolumeDiskStatsApiResponse from "../models/volumes/v4/stats/GetVolumeDiskStatsApiResponse";
|
|
332
|
+
import GetVolumeGroupApiResponse from "../models/volumes/v4/config/GetVolumeGroupApiResponse";
|
|
333
|
+
import GetVolumeGroupMetadataApiResponse from "../models/volumes/v4/config/GetVolumeGroupMetadataApiResponse";
|
|
334
|
+
import GetVolumeGroupStatsApiResponse from "../models/volumes/v4/stats/GetVolumeGroupStatsApiResponse";
|
|
335
|
+
import ListCategoryAssociationsApiResponse from "../models/volumes/v4/config/ListCategoryAssociationsApiResponse";
|
|
336
|
+
import ListExternalIscsiAttachmentsApiResponse from "../models/volumes/v4/config/ListExternalIscsiAttachmentsApiResponse";
|
|
337
|
+
import ListVmAttachmentsApiResponse from "../models/volumes/v4/config/ListVmAttachmentsApiResponse";
|
|
338
|
+
import ListVolumeDisksApiResponse from "../models/volumes/v4/config/ListVolumeDisksApiResponse";
|
|
339
|
+
import ListVolumeGroupsApiResponse from "../models/volumes/v4/config/ListVolumeGroupsApiResponse";
|
|
340
|
+
import RevertSpec from "../models/volumes/v4/config/RevertSpec";
|
|
341
|
+
import RevertVolumeGroupApiResponse from "../models/volumes/v4/config/RevertVolumeGroupApiResponse";
|
|
342
|
+
import { ApiClient } from "../ApiClient";
|