nutanix_clustermgmt 0.1.2 → 0.2.0
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +11 -5
- data/Gemfile +9 -0
- data/README.md +1 -1
- data/bin/console +15 -0
- data/bin/openapi-generate +26 -0
- data/docs/AddDisk202Response.md +20 -0
- data/docs/AddDisk4XXResponse.md +20 -0
- data/docs/AddSnmpTransport202Response.md +20 -0
- data/docs/AddSnmpTransport4XXResponse.md +20 -0
- data/docs/ApplyClusterProfile202Response.md +20 -0
- data/docs/ApplyClusterProfile4XXResponse.md +20 -0
- data/docs/AssociateCategoriesToCluster202Response.md +20 -0
- data/docs/AssociateCategoriesToCluster4XXResponse.md +20 -0
- data/docs/BmcApi.md +169 -0
- data/docs/CheckHypervisorRequirements202Response.md +20 -0
- data/docs/CheckHypervisorRequirements4XXResponse.md +20 -0
- data/docs/ClusterProfilesApi.md +575 -0
- data/docs/ClustermgmtV40AhvConfigListPcieDevicesApiResponse.md +20 -0
- data/docs/ClustermgmtV40AhvConfigListPcieDevicesApiResponseData.md +49 -0
- data/docs/ClustermgmtV40AhvConfigPcieDevice.md +34 -0
- data/docs/ClustermgmtV40AhvConfigPcieDeviceConfiguration.md +30 -0
- data/docs/ClustermgmtV40AhvConfigPcieDeviceState.md +15 -0
- data/docs/ClustermgmtV40ConfigAcropolisConnectionState.md +15 -0
- data/docs/ClustermgmtV40ConfigAddDiskApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigAddSnmpTransportsApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigAddressType.md +15 -0
- data/docs/ClustermgmtV40ConfigApplyClusterProfileApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigAssociateCategoriesToClusterApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigAssociateCategoriesToClusterApiResponseData.md +49 -0
- data/docs/ClustermgmtV40ConfigAttributeItem.md +20 -0
- data/docs/ClustermgmtV40ConfigAuthorizedPublicKey.md +20 -0
- data/docs/ClustermgmtV40ConfigBackplaneNetworkParams.md +24 -0
- data/docs/ClustermgmtV40ConfigBlockItem.md +20 -0
- data/docs/ClustermgmtV40ConfigBmcInfo.md +22 -0
- data/docs/ClustermgmtV40ConfigBuildInfo.md +18 -0
- data/docs/ClustermgmtV40ConfigBuildReference.md +26 -0
- data/docs/ClustermgmtV40ConfigBundleInfo.md +18 -0
- data/docs/ClustermgmtV40ConfigBundleParam.md +20 -0
- data/docs/ClustermgmtV40ConfigCacheDeduplication.md +15 -0
- data/docs/ClustermgmtV40ConfigCategoryEntityReferences.md +18 -0
- data/docs/ClustermgmtV40ConfigCheckHypervisorRequirementsApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigCluster.md +44 -0
- data/docs/ClustermgmtV40ConfigClusterArchReference.md +15 -0
- data/docs/ClustermgmtV40ConfigClusterConfig.md +20 -0
- data/docs/ClustermgmtV40ConfigClusterConfigReference.md +54 -0
- data/docs/ClustermgmtV40ConfigClusterFaultToleranceRef.md +15 -0
- data/docs/ClustermgmtV40ConfigClusterFunctionRef.md +15 -0
- data/docs/ClustermgmtV40ConfigClusterNetwork.md +24 -0
- data/docs/ClustermgmtV40ConfigClusterNetworkReference.md +48 -0
- data/docs/ClustermgmtV40ConfigClusterProfile.md +56 -0
- data/docs/ClustermgmtV40ConfigClusterReference.md +20 -0
- data/docs/ClustermgmtV40ConfigClusterReferenceListSpec.md +18 -0
- data/docs/ClustermgmtV40ConfigComponentFaultTolerance.md +26 -0
- data/docs/ClustermgmtV40ConfigComponentType.md +15 -0
- data/docs/ClustermgmtV40ConfigComputeNodeItem.md +32 -0
- data/docs/ClustermgmtV40ConfigComputeNonMigratableVmsSpec.md +20 -0
- data/docs/ClustermgmtV40ConfigConfigParams.md +32 -0
- data/docs/ClustermgmtV40ConfigConfigType.md +15 -0
- data/docs/ClustermgmtV40ConfigControllerVmReference.md +28 -0
- data/docs/ClustermgmtV40ConfigCreateClusterApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigCreateClusterProfileApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigCreateRsyslogServerApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigCreateSnmpTrapApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigCreateSnmpUserApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigCreateStorageContainerApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigCredentialStatus.md +15 -0
- data/docs/ClustermgmtV40ConfigDataStore.md +38 -0
- data/docs/ClustermgmtV40ConfigDataStoreMount.md +32 -0
- data/docs/ClustermgmtV40ConfigDataStoreUnmount.md +26 -0
- data/docs/ClustermgmtV40ConfigDeleteClusterApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigDeleteClusterProfileApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigDeleteDiskApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigDeleteRsyslogServerApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigDeleteSnmpTrapApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigDeleteSnmpUserApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigDeleteStorageContainerApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigDigitalCertificateMapReference.md +20 -0
- data/docs/ClustermgmtV40ConfigDisassociateCategoriesFromClusterApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigDisassociateClusterFromClusterProfileApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigDiscoverUnconfiguredNodesApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigDisk.md +64 -0
- data/docs/ClustermgmtV40ConfigDiskAdditionSpec.md +20 -0
- data/docs/ClustermgmtV40ConfigDiskAdvanceConfig.md +48 -0
- data/docs/ClustermgmtV40ConfigDiskPartitionInfo.md +20 -0
- data/docs/ClustermgmtV40ConfigDiskReference.md +26 -0
- data/docs/ClustermgmtV40ConfigDiskStatus.md +15 -0
- data/docs/ClustermgmtV40ConfigDomainAwarenessLevel.md +15 -0
- data/docs/ClustermgmtV40ConfigDomainFaultTolerance.md +20 -0
- data/docs/ClustermgmtV40ConfigDomainType.md +15 -0
- data/docs/ClustermgmtV40ConfigDriveReplacementOption.md +15 -0
- data/docs/ClustermgmtV40ConfigEncryptionOptionInfo.md +15 -0
- data/docs/ClustermgmtV40ConfigEncryptionScopeInfo.md +15 -0
- data/docs/ClustermgmtV40ConfigEncryptionStatus.md +15 -0
- data/docs/ClustermgmtV40ConfigErasureCodeStatus.md +15 -0
- data/docs/ClustermgmtV40ConfigExpandClusterApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigExpandClusterParams.md +24 -0
- data/docs/ClustermgmtV40ConfigFaultToleranceState.md +28 -0
- data/docs/ClustermgmtV40ConfigFetchNodeNetworkingDetailsApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigFetchTaskApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigFetchTaskApiResponseData.md +49 -0
- data/docs/ClustermgmtV40ConfigGetBmcInfoResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigGetBmcInfoResponseData.md +49 -0
- data/docs/ClustermgmtV40ConfigGetClusterApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigGetClusterApiResponseData.md +49 -0
- data/docs/ClustermgmtV40ConfigGetClusterProfileApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigGetClusterProfileApiResponseData.md +49 -0
- data/docs/ClustermgmtV40ConfigGetDiskApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigGetDiskApiResponseData.md +49 -0
- data/docs/ClustermgmtV40ConfigGetHostApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigGetHostApiResponseData.md +49 -0
- data/docs/ClustermgmtV40ConfigGetHostNicApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigGetHostNicApiResponseData.md +49 -0
- data/docs/ClustermgmtV40ConfigGetRackableUnitApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigGetRackableUnitApiResponseData.md +49 -0
- data/docs/ClustermgmtV40ConfigGetRsyslogServerApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigGetRsyslogServerApiResponseData.md +49 -0
- data/docs/ClustermgmtV40ConfigGetSnmpConfigByClusterIdApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigGetSnmpConfigByClusterIdApiResponseData.md +49 -0
- data/docs/ClustermgmtV40ConfigGetSnmpTrapApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigGetSnmpTrapApiResponseData.md +49 -0
- data/docs/ClustermgmtV40ConfigGetSnmpUserApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigGetSnmpUserApiResponseData.md +49 -0
- data/docs/ClustermgmtV40ConfigGetStorageContainerApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigGetStorageContainerApiResponseData.md +49 -0
- data/docs/ClustermgmtV40ConfigGetVcenterExtensionApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigGetVcenterExtensionApiResponseData.md +49 -0
- data/docs/ClustermgmtV40ConfigGetVirtualNicApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigGetVirtualNicApiResponseData.md +49 -0
- data/docs/ClustermgmtV40ConfigGpuMode.md +15 -0
- data/docs/ClustermgmtV40ConfigGpuType.md +15 -0
- data/docs/ClustermgmtV40ConfigHost.md +90 -0
- data/docs/ClustermgmtV40ConfigHostGpu.md +32 -0
- data/docs/ClustermgmtV40ConfigHostNameParam.md +18 -0
- data/docs/ClustermgmtV40ConfigHostNic.md +62 -0
- data/docs/ClustermgmtV40ConfigHostTypeEnum.md +15 -0
- data/docs/ClustermgmtV40ConfigHttpProxyConfig.md +28 -0
- data/docs/ClustermgmtV40ConfigHttpProxyType.md +15 -0
- data/docs/ClustermgmtV40ConfigHttpProxyWhiteListConfig.md +20 -0
- data/docs/ClustermgmtV40ConfigHttpProxyWhiteListTargetType.md +15 -0
- data/docs/ClustermgmtV40ConfigHypervCredentials.md +20 -0
- data/docs/ClustermgmtV40ConfigHypervisorIsoMap.md +20 -0
- data/docs/ClustermgmtV40ConfigHypervisorReference.md +30 -0
- data/docs/ClustermgmtV40ConfigHypervisorState.md +15 -0
- data/docs/ClustermgmtV40ConfigHypervisorType.md +15 -0
- data/docs/ClustermgmtV40ConfigHypervisorUploadInfo.md +20 -0
- data/docs/ClustermgmtV40ConfigHypervisorUploadNodeListItem.md +34 -0
- data/docs/ClustermgmtV40ConfigHypervisorUploadParam.md +18 -0
- data/docs/ClustermgmtV40ConfigIpmiReference.md +20 -0
- data/docs/ClustermgmtV40ConfigKeyManagementDeviceToCertStatusInfo.md +20 -0
- data/docs/ClustermgmtV40ConfigKeyManagementServerType.md +15 -0
- data/docs/ClustermgmtV40ConfigListClusterProfilesApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigListClusterProfilesApiResponseData.md +49 -0
- data/docs/ClustermgmtV40ConfigListClustersApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigListClustersApiResponseData.md +49 -0
- data/docs/ClustermgmtV40ConfigListDataStoresByClusterIdApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigListDataStoresByClusterIdApiResponseData.md +49 -0
- data/docs/ClustermgmtV40ConfigListDisksApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigListDisksApiResponseData.md +49 -0
- data/docs/ClustermgmtV40ConfigListHostNicsByHostIdApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigListHostNicsByHostIdApiResponseData.md +49 -0
- data/docs/ClustermgmtV40ConfigListHostsApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigListHostsByClusterIdApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigListHostsByClusterIdApiResponseData.md +49 -0
- data/docs/ClustermgmtV40ConfigListPhysicalGpuProfilesApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigListPhysicalGpuProfilesApiResponseData.md +49 -0
- data/docs/ClustermgmtV40ConfigListRackableUnitsByClusterIdApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigListRackableUnitsByClusterIdApiResponseData.md +49 -0
- data/docs/ClustermgmtV40ConfigListRsyslogServersByClusterIdApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigListRsyslogServersByClusterIdApiResponseData.md +49 -0
- data/docs/ClustermgmtV40ConfigListStorageContainersApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigListStorageContainersApiResponseData.md +49 -0
- data/docs/ClustermgmtV40ConfigListVcenterExtensionsApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigListVcenterExtensionsApiResponseData.md +49 -0
- data/docs/ClustermgmtV40ConfigListVirtualGpuProfilesApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigListVirtualGpuProfilesApiResponseData.md +49 -0
- data/docs/ClustermgmtV40ConfigListVirtualNicsByHostIdApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigListVirtualNicsByHostIdApiResponseData.md +49 -0
- data/docs/ClustermgmtV40ConfigManagedCluster.md +24 -0
- data/docs/ClustermgmtV40ConfigManagementServerRef.md +26 -0
- data/docs/ClustermgmtV40ConfigManagementServerType.md +15 -0
- data/docs/ClustermgmtV40ConfigMountStorageContainerApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigMultiDomainFaultToleranceStatus.md +24 -0
- data/docs/ClustermgmtV40ConfigNameMacRef.md +20 -0
- data/docs/ClustermgmtV40ConfigNameNetworkRef.md +22 -0
- data/docs/ClustermgmtV40ConfigNetworkInfo.md +20 -0
- data/docs/ClustermgmtV40ConfigNetworkSwitchInterface.md +48 -0
- data/docs/ClustermgmtV40ConfigNodeDetails.md +20 -0
- data/docs/ClustermgmtV40ConfigNodeDiscoveryParams.md +28 -0
- data/docs/ClustermgmtV40ConfigNodeInfo.md +46 -0
- data/docs/ClustermgmtV40ConfigNodeItem.md +48 -0
- data/docs/ClustermgmtV40ConfigNodeListItemReference.md +22 -0
- data/docs/ClustermgmtV40ConfigNodeListNetworkingDetails.md +46 -0
- data/docs/ClustermgmtV40ConfigNodeNetworkConfig.md +18 -0
- data/docs/ClustermgmtV40ConfigNodeNetworkingDetails.md +22 -0
- data/docs/ClustermgmtV40ConfigNodeParam.md +30 -0
- data/docs/ClustermgmtV40ConfigNodeReference.md +20 -0
- data/docs/ClustermgmtV40ConfigNodeRemovalExtraParam.md +22 -0
- data/docs/ClustermgmtV40ConfigNodeRemovalParams.md +24 -0
- data/docs/ClustermgmtV40ConfigNodeResourceConfig.md +24 -0
- data/docs/ClustermgmtV40ConfigNodeStatus.md +15 -0
- data/docs/ClustermgmtV40ConfigNonCompatibleClusterReference.md +20 -0
- data/docs/ClustermgmtV40ConfigNonMigratableVmInfo.md +22 -0
- data/docs/ClustermgmtV40ConfigNonMigratableVmsResult.md +24 -0
- data/docs/ClustermgmtV40ConfigOnDiskDedup.md +15 -0
- data/docs/ClustermgmtV40ConfigOperationMode.md +15 -0
- data/docs/ClustermgmtV40ConfigPIIScrubbingLevel.md +15 -0
- data/docs/ClustermgmtV40ConfigPartitionType.md +15 -0
- data/docs/ClustermgmtV40ConfigPhysicalGpuConfig.md +36 -0
- data/docs/ClustermgmtV40ConfigPhysicalGpuProfile.md +26 -0
- data/docs/ClustermgmtV40ConfigPublicKey.md +20 -0
- data/docs/ClustermgmtV40ConfigPulseStatus.md +20 -0
- data/docs/ClustermgmtV40ConfigRackReference.md +20 -0
- data/docs/ClustermgmtV40ConfigRackableUnit.md +34 -0
- data/docs/ClustermgmtV40ConfigRackableUnitModel.md +15 -0
- data/docs/ClustermgmtV40ConfigRackableUnitNode.md +22 -0
- data/docs/ClustermgmtV40ConfigRedundancyStatusDetails.md +20 -0
- data/docs/ClustermgmtV40ConfigRegisterVcenterExtensionApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigRemoveNodeApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigRemoveSnmpTransportsApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigRsyslogModuleItem.md +22 -0
- data/docs/ClustermgmtV40ConfigRsyslogModuleLogSeverityLevel.md +15 -0
- data/docs/ClustermgmtV40ConfigRsyslogModuleName.md +15 -0
- data/docs/ClustermgmtV40ConfigRsyslogNetworkProtocol.md +15 -0
- data/docs/ClustermgmtV40ConfigRsyslogServer.md +32 -0
- data/docs/ClustermgmtV40ConfigSmtpNetwork.md +24 -0
- data/docs/ClustermgmtV40ConfigSmtpServerRef.md +22 -0
- data/docs/ClustermgmtV40ConfigSmtpType.md +15 -0
- data/docs/ClustermgmtV40ConfigSnmpAuthType.md +15 -0
- data/docs/ClustermgmtV40ConfigSnmpConfig.md +30 -0
- data/docs/ClustermgmtV40ConfigSnmpPrivType.md +15 -0
- data/docs/ClustermgmtV40ConfigSnmpProtocol.md +15 -0
- data/docs/ClustermgmtV40ConfigSnmpStatusParam.md +18 -0
- data/docs/ClustermgmtV40ConfigSnmpTransport.md +20 -0
- data/docs/ClustermgmtV40ConfigSnmpTrap.md +40 -0
- data/docs/ClustermgmtV40ConfigSnmpTrapVersion.md +15 -0
- data/docs/ClustermgmtV40ConfigSnmpUser.md +32 -0
- data/docs/ClustermgmtV40ConfigSoftwareMapReference.md +20 -0
- data/docs/ClustermgmtV40ConfigSoftwareTypeRef.md +15 -0
- data/docs/ClustermgmtV40ConfigStorageContainer.md +76 -0
- data/docs/ClustermgmtV40ConfigStorageSummary.md +18 -0
- data/docs/ClustermgmtV40ConfigStorageTier.md +15 -0
- data/docs/ClustermgmtV40ConfigStorageTierReference.md +15 -0
- data/docs/ClustermgmtV40ConfigTaskResponse.md +26 -0
- data/docs/ClustermgmtV40ConfigTaskResponseAllOfResponse.md +55 -0
- data/docs/ClustermgmtV40ConfigTaskResponseType.md +15 -0
- data/docs/ClustermgmtV40ConfigToleranceMessage.md +20 -0
- data/docs/ClustermgmtV40ConfigUnconfigureNodeDetails.md +18 -0
- data/docs/ClustermgmtV40ConfigUnconfiguredNodeAttributeMap.md +26 -0
- data/docs/ClustermgmtV40ConfigUnconfiguredNodeListItem.md +58 -0
- data/docs/ClustermgmtV40ConfigUnmountStorageContainerApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigUnregisterVcenterExtensionApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigUpdateBmcInfoResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigUpdateClusterApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigUpdateClusterProfileApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigUpdateRsyslogServerApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigUpdateSnmpStatusApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigUpdateSnmpTrapApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigUpdateSnmpUserApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigUpdateStorageContainerApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigUpgradeStatus.md +15 -0
- data/docs/ClustermgmtV40ConfigUplinkInfo.md +20 -0
- data/docs/ClustermgmtV40ConfigUplinkNetworkItem.md +22 -0
- data/docs/ClustermgmtV40ConfigUplinkNode.md +22 -0
- data/docs/ClustermgmtV40ConfigUplinks.md +20 -0
- data/docs/ClustermgmtV40ConfigUplinksField.md +22 -0
- data/docs/ClustermgmtV40ConfigUploadInfoNodeItem.md +32 -0
- data/docs/ClustermgmtV40ConfigUserInfo.md +22 -0
- data/docs/ClustermgmtV40ConfigValidateBundleInfo.md +18 -0
- data/docs/ClustermgmtV40ConfigValidateNodeApiResponse.md +20 -0
- data/docs/ClustermgmtV40ConfigValidateNodeParam.md +18 -0
- data/docs/ClustermgmtV40ConfigValidateNodeParamSpec.md +49 -0
- data/docs/ClustermgmtV40ConfigVcenterCredentials.md +22 -0
- data/docs/ClustermgmtV40ConfigVcenterExtension.md +28 -0
- data/docs/ClustermgmtV40ConfigVcenterInfo.md +20 -0
- data/docs/ClustermgmtV40ConfigVirtualGpuConfig.md +46 -0
- data/docs/ClustermgmtV40ConfigVirtualGpuProfile.md +26 -0
- data/docs/ClustermgmtV40ConfigVirtualNic.md +46 -0
- data/docs/ClustermgmtV40ErrorAppMessage.md +28 -0
- data/docs/ClustermgmtV40ErrorErrorResponse.md +18 -0
- data/docs/ClustermgmtV40ErrorErrorResponseError.md +49 -0
- data/docs/ClustermgmtV40ErrorMessageSeverity.md +15 -0
- data/docs/ClustermgmtV40ErrorSchemaValidationError.md +26 -0
- data/docs/ClustermgmtV40ErrorSchemaValidationErrorMessage.md +22 -0
- data/docs/ClustermgmtV40OperationsEnterHostMaintenanceApiResponse.md +20 -0
- data/docs/ClustermgmtV40OperationsEnterHostMaintenanceSpec.md +24 -0
- data/docs/ClustermgmtV40OperationsExitHostMaintenanceApiResponse.md +20 -0
- data/docs/ClustermgmtV40OperationsHostMaintenanceCommonSpec.md +20 -0
- data/docs/ClustermgmtV40StatsClusterStats.md +116 -0
- data/docs/ClustermgmtV40StatsClusterStatsApiResponse.md +20 -0
- data/docs/ClustermgmtV40StatsClusterStatsApiResponseData.md +49 -0
- data/docs/ClustermgmtV40StatsDiskStats.md +88 -0
- data/docs/ClustermgmtV40StatsGetDiskStatsApiResponse.md +20 -0
- data/docs/ClustermgmtV40StatsGetDiskStatsApiResponseData.md +49 -0
- data/docs/ClustermgmtV40StatsGetStorageContainerStatsApiResponse.md +20 -0
- data/docs/ClustermgmtV40StatsGetStorageContainerStatsApiResponseData.md +49 -0
- data/docs/ClustermgmtV40StatsHostStats.md +114 -0
- data/docs/ClustermgmtV40StatsHostStatsApiResponse.md +20 -0
- data/docs/ClustermgmtV40StatsHostStatsApiResponseData.md +49 -0
- data/docs/ClustermgmtV40StatsStorageContainerStats.md +114 -0
- data/docs/ClustermgmtV40StatsTimeValuePair.md +20 -0
- data/docs/ClustersApi.md +3725 -0
- data/docs/CommonV10ConfigBasicAuth.md +20 -0
- data/docs/CommonV10ConfigFQDN.md +18 -0
- data/docs/CommonV10ConfigFlag.md +20 -0
- data/docs/CommonV10ConfigIPAddress.md +20 -0
- data/docs/CommonV10ConfigIPAddressOrFQDN.md +22 -0
- data/docs/CommonV10ConfigIPv4Address.md +20 -0
- data/docs/CommonV10ConfigIPv6Address.md +20 -0
- data/docs/CommonV10ConfigKVPair.md +20 -0
- data/docs/CommonV10ConfigKVPairValue.md +59 -0
- data/docs/CommonV10ConfigMapOfStringWrapper.md +18 -0
- data/docs/CommonV10ConfigMessage.md +24 -0
- data/docs/CommonV10ConfigMessageSeverity.md +15 -0
- data/docs/CommonV10ConfigTenantAwareModel.md +18 -0
- data/docs/CommonV10ResponseApiLink.md +20 -0
- data/docs/CommonV10ResponseApiResponseMetadata.md +26 -0
- data/docs/CommonV10ResponseExternalizableAbstractModel.md +22 -0
- data/docs/CommonV10StatsDownSamplingOperator.md +15 -0
- data/docs/CommonV10StatsTimeIntValuePair.md +20 -0
- data/docs/CreateCluster202Response.md +20 -0
- data/docs/CreateCluster4XXResponse.md +20 -0
- data/docs/CreateClusterProfile202Response.md +20 -0
- data/docs/CreateClusterProfile4XXResponse.md +20 -0
- data/docs/CreateRsyslogServer202Response.md +20 -0
- data/docs/CreateRsyslogServer4XXResponse.md +20 -0
- data/docs/CreateSnmpTrap202Response.md +20 -0
- data/docs/CreateSnmpTrap4XXResponse.md +20 -0
- data/docs/CreateSnmpUser202Response.md +20 -0
- data/docs/CreateSnmpUser4XXResponse.md +20 -0
- data/docs/CreateStorageContainer202Response.md +20 -0
- data/docs/CreateStorageContainer4XXResponse.md +20 -0
- data/docs/DeleteClusterById202Response.md +20 -0
- data/docs/DeleteClusterById4XXResponse.md +20 -0
- data/docs/DeleteClusterProfileById202Response.md +20 -0
- data/docs/DeleteClusterProfileById4XXResponse.md +20 -0
- data/docs/DeleteDiskById202Response.md +20 -0
- data/docs/DeleteDiskById4XXResponse.md +20 -0
- data/docs/DeleteRsyslogServerById202Response.md +20 -0
- data/docs/DeleteRsyslogServerById4XXResponse.md +20 -0
- data/docs/DeleteSnmpTrapById202Response.md +20 -0
- data/docs/DeleteSnmpTrapById4XXResponse.md +20 -0
- data/docs/DeleteSnmpUserById202Response.md +20 -0
- data/docs/DeleteSnmpUserById4XXResponse.md +20 -0
- data/docs/DeleteStorageContainerById202Response.md +20 -0
- data/docs/DeleteStorageContainerById4XXResponse.md +20 -0
- data/docs/DisassociateCategoriesFromCluster202Response.md +20 -0
- data/docs/DisassociateCategoriesFromCluster4XXResponse.md +20 -0
- data/docs/DisassociateClusterFromClusterProfile202Response.md +20 -0
- data/docs/DisassociateClusterFromClusterProfile4XXResponse.md +20 -0
- data/docs/DiscoverUnconfiguredNodes202Response.md +20 -0
- data/docs/DiscoverUnconfiguredNodes4XXResponse.md +20 -0
- data/docs/DisksApi.md +411 -0
- data/docs/EnterHostMaintenance202Response.md +20 -0
- data/docs/EnterHostMaintenance4XXResponse.md +20 -0
- data/docs/ExitHostMaintenance202Response.md +20 -0
- data/docs/ExitHostMaintenance4XXResponse.md +20 -0
- data/docs/ExpandCluster202Response.md +20 -0
- data/docs/ExpandCluster4XXResponse.md +20 -0
- data/docs/FetchNodeNetworkingDetails202Response.md +20 -0
- data/docs/FetchNodeNetworkingDetails4XXResponse.md +20 -0
- data/docs/FetchTaskResponse200Response.md +20 -0
- data/docs/FetchTaskResponse4XXResponse.md +20 -0
- data/docs/GetBmcInfo200Response.md +20 -0
- data/docs/GetBmcInfo4XXResponse.md +20 -0
- data/docs/GetClusterById200Response.md +20 -0
- data/docs/GetClusterById4XXResponse.md +20 -0
- data/docs/GetClusterProfileById200Response.md +20 -0
- data/docs/GetClusterProfileById4XXResponse.md +20 -0
- data/docs/GetClusterStats200Response.md +20 -0
- data/docs/GetClusterStats4XXResponse.md +20 -0
- data/docs/GetDiskById200Response.md +20 -0
- data/docs/GetDiskById4XXResponse.md +20 -0
- data/docs/GetDiskStats200Response.md +20 -0
- data/docs/GetDiskStats4XXResponse.md +20 -0
- data/docs/GetHostById200Response.md +20 -0
- data/docs/GetHostById4XXResponse.md +20 -0
- data/docs/GetHostNicById200Response.md +20 -0
- data/docs/GetHostNicById4XXResponse.md +20 -0
- data/docs/GetHostStats200Response.md +20 -0
- data/docs/GetHostStats4XXResponse.md +20 -0
- data/docs/GetRackableUnitById200Response.md +20 -0
- data/docs/GetRackableUnitById4XXResponse.md +20 -0
- data/docs/GetRsyslogServerById200Response.md +20 -0
- data/docs/GetRsyslogServerById4XXResponse.md +20 -0
- data/docs/GetSnmpConfigByClusterId200Response.md +20 -0
- data/docs/GetSnmpConfigByClusterId4XXResponse.md +20 -0
- data/docs/GetSnmpTrapById200Response.md +20 -0
- data/docs/GetSnmpTrapById4XXResponse.md +20 -0
- data/docs/GetSnmpUserById200Response.md +20 -0
- data/docs/GetSnmpUserById4XXResponse.md +20 -0
- data/docs/GetStorageContainerById200Response.md +20 -0
- data/docs/GetStorageContainerById4XXResponse.md +20 -0
- data/docs/GetStorageContainerStats200Response.md +20 -0
- data/docs/GetStorageContainerStats4XXResponse.md +20 -0
- data/docs/GetVcenterExtensionById200Response.md +20 -0
- data/docs/GetVcenterExtensionById4XXResponse.md +20 -0
- data/docs/GetVirtualNicById200Response.md +20 -0
- data/docs/GetVirtualNicById4XXResponse.md +20 -0
- data/docs/ListClusterProfiles200Response.md +20 -0
- data/docs/ListClusterProfiles4XXResponse.md +20 -0
- data/docs/ListClusters200Response.md +20 -0
- data/docs/ListClusters4XXResponse.md +20 -0
- data/docs/ListDataStoresByClusterId200Response.md +20 -0
- data/docs/ListDataStoresByClusterId4XXResponse.md +20 -0
- data/docs/ListDisks200Response.md +20 -0
- data/docs/ListDisks4XXResponse.md +20 -0
- data/docs/ListHostNicsByHostId200Response.md +20 -0
- data/docs/ListHostNicsByHostId4XXResponse.md +20 -0
- data/docs/ListHosts200Response.md +20 -0
- data/docs/ListHosts4XXResponse.md +20 -0
- data/docs/ListHostsByClusterId200Response.md +20 -0
- data/docs/ListHostsByClusterId4XXResponse.md +20 -0
- data/docs/ListPcieDevices200Response.md +20 -0
- data/docs/ListPcieDevices4XXResponse.md +20 -0
- data/docs/ListPhysicalGpuProfiles200Response.md +20 -0
- data/docs/ListPhysicalGpuProfiles4XXResponse.md +20 -0
- data/docs/ListRackableUnitsByClusterId200Response.md +20 -0
- data/docs/ListRackableUnitsByClusterId4XXResponse.md +20 -0
- data/docs/ListRsyslogServersByClusterId200Response.md +20 -0
- data/docs/ListRsyslogServersByClusterId4XXResponse.md +20 -0
- data/docs/ListStorageContainers200Response.md +20 -0
- data/docs/ListStorageContainers4XXResponse.md +20 -0
- data/docs/ListVcenterExtensions200Response.md +20 -0
- data/docs/ListVcenterExtensions4XXResponse.md +20 -0
- data/docs/ListVirtualGpuProfiles200Response.md +20 -0
- data/docs/ListVirtualGpuProfiles4XXResponse.md +20 -0
- data/docs/ListVirtualNicsByHostId200Response.md +20 -0
- data/docs/ListVirtualNicsByHostId4XXResponse.md +20 -0
- data/docs/MountStorageContainer202Response.md +20 -0
- data/docs/MountStorageContainer4XXResponse.md +20 -0
- data/docs/PcieDevicesApi.md +91 -0
- data/docs/PrismV40ConfigTaskReference.md +18 -0
- data/docs/RegisterVcenterExtension202Response.md +20 -0
- data/docs/RegisterVcenterExtension4XXResponse.md +20 -0
- data/docs/RemoveNode202Response.md +20 -0
- data/docs/RemoveNode4XXResponse.md +20 -0
- data/docs/RemoveSnmpTransport202Response.md +20 -0
- data/docs/RemoveSnmpTransport4XXResponse.md +20 -0
- data/docs/StorageContainersApi.md +739 -0
- data/docs/UnmountStorageContainer202Response.md +20 -0
- data/docs/UnmountStorageContainer4XXResponse.md +20 -0
- data/docs/UnregisterVcenterExtension202Response.md +20 -0
- data/docs/UnregisterVcenterExtension4XXResponse.md +20 -0
- data/docs/UpdateBmcInfo202Response.md +20 -0
- data/docs/UpdateBmcInfo4XXResponse.md +20 -0
- data/docs/UpdateClusterById202Response.md +20 -0
- data/docs/UpdateClusterById4XXResponse.md +20 -0
- data/docs/UpdateClusterProfileById202Response.md +20 -0
- data/docs/UpdateClusterProfileById4XXResponse.md +20 -0
- data/docs/UpdateRsyslogServerById202Response.md +20 -0
- data/docs/UpdateRsyslogServerById4XXResponse.md +20 -0
- data/docs/UpdateSnmpStatus202Response.md +20 -0
- data/docs/UpdateSnmpStatus4XXResponse.md +20 -0
- data/docs/UpdateSnmpTrapById202Response.md +20 -0
- data/docs/UpdateSnmpTrapById4XXResponse.md +20 -0
- data/docs/UpdateSnmpUserById202Response.md +20 -0
- data/docs/UpdateSnmpUserById4XXResponse.md +20 -0
- data/docs/UpdateStorageContainerById202Response.md +20 -0
- data/docs/UpdateStorageContainerById4XXResponse.md +20 -0
- data/docs/ValidateNode202Response.md +20 -0
- data/docs/ValidateNode4XXResponse.md +20 -0
- data/docs/VcenterExtensionsApi.md +327 -0
- data/lib/nutanix_clustermgmt/api/bmc_api.rb +1 -1
- data/lib/nutanix_clustermgmt/api/cluster_profiles_api.rb +1 -1
- data/lib/nutanix_clustermgmt/api/clusters_api.rb +1 -1
- data/lib/nutanix_clustermgmt/api/disks_api.rb +1 -1
- data/lib/nutanix_clustermgmt/api/pcie_devices_api.rb +1 -1
- data/lib/nutanix_clustermgmt/api/storage_containers_api.rb +1 -1
- data/lib/nutanix_clustermgmt/api/vcenter_extensions_api.rb +1 -1
- data/lib/nutanix_clustermgmt/api_client.rb +8 -9
- data/lib/nutanix_clustermgmt/api_error.rb +1 -1
- data/lib/nutanix_clustermgmt/api_model_base.rb +88 -0
- data/lib/nutanix_clustermgmt/configuration.rb +1 -1
- data/lib/nutanix_clustermgmt/models/add_disk202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/add_disk4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/add_snmp_transport202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/add_snmp_transport4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/apply_cluster_profile202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/apply_cluster_profile4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/associate_categories_to_cluster202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/associate_categories_to_cluster4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/check_hypervisor_requirements202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/check_hypervisor_requirements4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_ahv_config_list_pcie_devices_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_ahv_config_list_pcie_devices_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_ahv_config_pcie_device.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_ahv_config_pcie_device_configuration.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_ahv_config_pcie_device_state.rb +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_acropolis_connection_state.rb +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_add_disk_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_add_snmp_transports_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_address_type.rb +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_apply_cluster_profile_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_associate_categories_to_cluster_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_associate_categories_to_cluster_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_attribute_item.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_authorized_public_key.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_backplane_network_params.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_block_item.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_bmc_info.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_build_info.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_build_reference.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_bundle_info.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_bundle_param.rb +21 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_cache_deduplication.rb +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_category_entity_references.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_check_hypervisor_requirements_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_cluster.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_cluster_arch_reference.rb +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_cluster_config.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_cluster_config_reference.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_cluster_fault_tolerance_ref.rb +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_cluster_function_ref.rb +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_cluster_network.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_cluster_network_reference.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_cluster_profile.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_cluster_reference.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_cluster_reference_list_spec.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_component_fault_tolerance.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_component_type.rb +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_compute_node_item.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_compute_non_migratable_vms_spec.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_config_params.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_config_type.rb +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_controller_vm_reference.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_create_cluster_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_create_cluster_profile_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_create_rsyslog_server_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_create_snmp_trap_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_create_snmp_user_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_create_storage_container_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_credential_status.rb +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_data_store.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_data_store_mount.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_data_store_unmount.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_delete_cluster_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_delete_cluster_profile_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_delete_disk_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_delete_rsyslog_server_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_delete_snmp_trap_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_delete_snmp_user_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_delete_storage_container_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_digital_certificate_map_reference.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_disassociate_categories_from_cluster_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_disassociate_cluster_from_cluster_profile_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_discover_unconfigured_nodes_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_disk.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_disk_addition_spec.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_disk_advance_config.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_disk_partition_info.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_disk_reference.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_disk_status.rb +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_domain_awareness_level.rb +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_domain_fault_tolerance.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_domain_type.rb +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_drive_replacement_option.rb +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_encryption_option_info.rb +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_encryption_scope_info.rb +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_encryption_status.rb +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_erasure_code_status.rb +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_expand_cluster_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_expand_cluster_params.rb +21 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_fault_tolerance_state.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_fetch_node_networking_details_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_fetch_task_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_fetch_task_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_bmc_info_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_bmc_info_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_cluster_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_cluster_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_cluster_profile_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_cluster_profile_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_disk_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_disk_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_host_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_host_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_host_nic_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_host_nic_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_rackable_unit_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_rackable_unit_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_rsyslog_server_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_rsyslog_server_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_snmp_config_by_cluster_id_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_snmp_config_by_cluster_id_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_snmp_trap_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_snmp_trap_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_snmp_user_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_snmp_user_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_storage_container_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_storage_container_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_vcenter_extension_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_vcenter_extension_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_virtual_nic_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_virtual_nic_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_gpu_mode.rb +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_gpu_type.rb +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_host.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_host_gpu.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_host_name_param.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_host_nic.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_host_type_enum.rb +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_http_proxy_config.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_http_proxy_type.rb +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_http_proxy_white_list_config.rb +31 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_http_proxy_white_list_target_type.rb +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_hyperv_credentials.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_hypervisor_iso_map.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_hypervisor_reference.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_hypervisor_state.rb +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_hypervisor_type.rb +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_hypervisor_upload_info.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_hypervisor_upload_node_list_item.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_hypervisor_upload_param.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_ipmi_reference.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_key_management_device_to_cert_status_info.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_key_management_server_type.rb +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_cluster_profiles_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_cluster_profiles_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_clusters_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_clusters_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_data_stores_by_cluster_id_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_data_stores_by_cluster_id_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_disks_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_disks_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_host_nics_by_host_id_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_host_nics_by_host_id_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_hosts_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_hosts_by_cluster_id_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_hosts_by_cluster_id_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_physical_gpu_profiles_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_physical_gpu_profiles_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_rackable_units_by_cluster_id_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_rackable_units_by_cluster_id_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_rsyslog_servers_by_cluster_id_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_rsyslog_servers_by_cluster_id_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_storage_containers_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_storage_containers_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_vcenter_extensions_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_vcenter_extensions_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_virtual_gpu_profiles_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_virtual_gpu_profiles_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_virtual_nics_by_host_id_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_virtual_nics_by_host_id_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_managed_cluster.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_management_server_ref.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_management_server_type.rb +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_mount_storage_container_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_multi_domain_fault_tolerance_status.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_name_mac_ref.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_name_network_ref.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_network_info.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_network_switch_interface.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_node_details.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_node_discovery_params.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_node_info.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_node_item.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_node_list_item_reference.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_node_list_networking_details.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_node_network_config.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_node_networking_details.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_node_param.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_node_reference.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_node_removal_extra_param.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_node_removal_params.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_node_resource_config.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_node_status.rb +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_non_compatible_cluster_reference.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_non_migratable_vm_info.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_non_migratable_vms_result.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_on_disk_dedup.rb +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_operation_mode.rb +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_partition_type.rb +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_physical_gpu_config.rb +13 -80
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_physical_gpu_profile.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_pii_scrubbing_level.rb +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_public_key.rb +21 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_pulse_status.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_rack_reference.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_rackable_unit.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_rackable_unit_model.rb +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_rackable_unit_node.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_redundancy_status_details.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_register_vcenter_extension_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_remove_node_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_remove_snmp_transports_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_rsyslog_module_item.rb +31 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_rsyslog_module_log_severity_level.rb +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_rsyslog_module_name.rb +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_rsyslog_network_protocol.rb +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_rsyslog_server.rb +41 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_smtp_network.rb +21 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_smtp_server_ref.rb +21 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_smtp_type.rb +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_snmp_auth_type.rb +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_snmp_config.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_snmp_priv_type.rb +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_snmp_protocol.rb +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_snmp_status_param.rb +21 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_snmp_transport.rb +31 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_snmp_trap.rb +31 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_snmp_trap_version.rb +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_snmp_user.rb +21 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_software_map_reference.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_software_type_ref.rb +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_storage_container.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_storage_summary.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_storage_tier.rb +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_storage_tier_reference.rb +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_task_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_task_response_all_of_response.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_task_response_type.rb +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_tolerance_message.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_unconfigure_node_details.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_unconfigured_node_attribute_map.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_unconfigured_node_list_item.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_unmount_storage_container_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_unregister_vcenter_extension_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_update_bmc_info_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_update_cluster_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_update_cluster_profile_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_update_rsyslog_server_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_update_snmp_status_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_update_snmp_trap_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_update_snmp_user_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_update_storage_container_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_upgrade_status.rb +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_uplink_info.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_uplink_network_item.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_uplink_node.rb +21 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_uplinks.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_uplinks_field.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_upload_info_node_item.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_user_info.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_validate_bundle_info.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_validate_node_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_validate_node_param.rb +21 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_validate_node_param_spec.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_vcenter_credentials.rb +21 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_vcenter_extension.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_vcenter_info.rb +31 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_virtual_gpu_config.rb +15 -82
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_virtual_gpu_profile.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_virtual_nic.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_error_app_message.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_error_error_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_error_error_response_error.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_error_message_severity.rb +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_error_schema_validation_error.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_error_schema_validation_error_message.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_operations_enter_host_maintenance_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_operations_enter_host_maintenance_spec.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_operations_exit_host_maintenance_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_operations_host_maintenance_common_spec.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_stats_cluster_stats.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_stats_cluster_stats_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_stats_cluster_stats_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_stats_disk_stats.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_stats_get_disk_stats_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_stats_get_disk_stats_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_stats_get_storage_container_stats_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_stats_get_storage_container_stats_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_stats_host_stats.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_stats_host_stats_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_stats_host_stats_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_stats_storage_container_stats.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_stats_time_value_pair.rb +11 -78
- data/lib/nutanix_clustermgmt/models/common_v10_config_basic_auth.rb +15 -82
- data/lib/nutanix_clustermgmt/models/common_v10_config_flag.rb +13 -80
- data/lib/nutanix_clustermgmt/models/common_v10_config_fqdn.rb +11 -78
- data/lib/nutanix_clustermgmt/models/common_v10_config_ip_address.rb +11 -78
- data/lib/nutanix_clustermgmt/models/common_v10_config_ip_address_or_fqdn.rb +11 -78
- data/lib/nutanix_clustermgmt/models/common_v10_config_ipv4_address.rb +11 -78
- data/lib/nutanix_clustermgmt/models/common_v10_config_ipv6_address.rb +11 -78
- data/lib/nutanix_clustermgmt/models/common_v10_config_kv_pair.rb +13 -80
- data/lib/nutanix_clustermgmt/models/common_v10_config_kv_pair_value.rb +3 -4
- data/lib/nutanix_clustermgmt/models/common_v10_config_map_of_string_wrapper.rb +11 -78
- data/lib/nutanix_clustermgmt/models/common_v10_config_message.rb +11 -78
- data/lib/nutanix_clustermgmt/models/common_v10_config_message_severity.rb +4 -4
- data/lib/nutanix_clustermgmt/models/common_v10_config_tenant_aware_model.rb +11 -78
- data/lib/nutanix_clustermgmt/models/common_v10_response_api_link.rb +11 -78
- data/lib/nutanix_clustermgmt/models/common_v10_response_api_response_metadata.rb +11 -78
- data/lib/nutanix_clustermgmt/models/common_v10_response_externalizable_abstract_model.rb +11 -78
- data/lib/nutanix_clustermgmt/models/common_v10_stats_down_sampling_operator.rb +4 -4
- data/lib/nutanix_clustermgmt/models/common_v10_stats_time_int_value_pair.rb +11 -78
- data/lib/nutanix_clustermgmt/models/create_cluster202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/create_cluster4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/create_cluster_profile202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/create_cluster_profile4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/create_rsyslog_server202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/create_rsyslog_server4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/create_snmp_trap202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/create_snmp_trap4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/create_snmp_user202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/create_snmp_user4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/create_storage_container202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/create_storage_container4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/delete_cluster_by_id202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/delete_cluster_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/delete_cluster_profile_by_id202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/delete_cluster_profile_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/delete_disk_by_id202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/delete_disk_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/delete_rsyslog_server_by_id202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/delete_rsyslog_server_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/delete_snmp_trap_by_id202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/delete_snmp_trap_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/delete_snmp_user_by_id202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/delete_snmp_user_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/delete_storage_container_by_id202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/delete_storage_container_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/disassociate_categories_from_cluster202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/disassociate_categories_from_cluster4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/disassociate_cluster_from_cluster_profile202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/disassociate_cluster_from_cluster_profile4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/discover_unconfigured_nodes202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/discover_unconfigured_nodes4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/enter_host_maintenance202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/enter_host_maintenance4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/exit_host_maintenance202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/exit_host_maintenance4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/expand_cluster202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/expand_cluster4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/fetch_node_networking_details202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/fetch_node_networking_details4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/fetch_task_response200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/fetch_task_response4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_bmc_info200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_bmc_info4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_cluster_by_id200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_cluster_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_cluster_profile_by_id200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_cluster_profile_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_cluster_stats200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_cluster_stats4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_disk_by_id200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_disk_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_disk_stats200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_disk_stats4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_host_by_id200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_host_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_host_nic_by_id200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_host_nic_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_host_stats200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_host_stats4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_rackable_unit_by_id200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_rackable_unit_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_rsyslog_server_by_id200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_rsyslog_server_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_snmp_config_by_cluster_id200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_snmp_config_by_cluster_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_snmp_trap_by_id200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_snmp_trap_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_snmp_user_by_id200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_snmp_user_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_storage_container_by_id200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_storage_container_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_storage_container_stats200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_storage_container_stats4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_vcenter_extension_by_id200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_vcenter_extension_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_virtual_nic_by_id200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_virtual_nic_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_cluster_profiles200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_cluster_profiles4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_clusters200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_clusters4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_data_stores_by_cluster_id200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_data_stores_by_cluster_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_disks200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_disks4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_host_nics_by_host_id200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_host_nics_by_host_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_hosts200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_hosts4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_hosts_by_cluster_id200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_hosts_by_cluster_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_pcie_devices200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_pcie_devices4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_physical_gpu_profiles200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_physical_gpu_profiles4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_rackable_units_by_cluster_id200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_rackable_units_by_cluster_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_rsyslog_servers_by_cluster_id200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_rsyslog_servers_by_cluster_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_storage_containers200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_storage_containers4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_vcenter_extensions200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_vcenter_extensions4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_virtual_gpu_profiles200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_virtual_gpu_profiles4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_virtual_nics_by_host_id200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_virtual_nics_by_host_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/mount_storage_container202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/mount_storage_container4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/prism_v40_config_task_reference.rb +11 -78
- data/lib/nutanix_clustermgmt/models/register_vcenter_extension202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/register_vcenter_extension4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/remove_node202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/remove_node4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/remove_snmp_transport202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/remove_snmp_transport4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/unmount_storage_container202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/unmount_storage_container4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/unregister_vcenter_extension202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/unregister_vcenter_extension4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/update_bmc_info202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/update_bmc_info4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/update_cluster_by_id202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/update_cluster_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/update_cluster_profile_by_id202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/update_cluster_profile_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/update_rsyslog_server_by_id202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/update_rsyslog_server_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/update_snmp_status202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/update_snmp_status4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/update_snmp_trap_by_id202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/update_snmp_trap_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/update_snmp_user_by_id202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/update_snmp_user_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/update_storage_container_by_id202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/update_storage_container_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/validate_node202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/validate_node4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/version.rb +2 -2
- data/lib/nutanix_clustermgmt.rb +2 -1
- data/nutanix_clustermgmt.gemspec +39 -0
- data/pkg/nutanix_clustermgmt-0.1.0.gem +0 -0
- data/pkg/nutanix_clustermgmt-0.1.1.gem +0 -0
- data/spec/api/bmc_api_spec.rb +64 -0
- data/spec/api/cluster_profiles_api_spec.rb +134 -0
- data/spec/api/clusters_api_spec.rb +686 -0
- data/spec/api/disks_api_spec.rb +105 -0
- data/spec/api/pcie_devices_api_spec.rb +50 -0
- data/spec/api/storage_containers_api_spec.rb +163 -0
- data/spec/api/vcenter_extensions_api_spec.rb +90 -0
- data/spec/models/add_disk202_response_spec.rb +42 -0
- data/spec/models/add_disk4_xx_response_spec.rb +42 -0
- data/spec/models/add_snmp_transport202_response_spec.rb +42 -0
- data/spec/models/add_snmp_transport4_xx_response_spec.rb +42 -0
- data/spec/models/apply_cluster_profile202_response_spec.rb +42 -0
- data/spec/models/apply_cluster_profile4_xx_response_spec.rb +42 -0
- data/spec/models/associate_categories_to_cluster202_response_spec.rb +42 -0
- data/spec/models/associate_categories_to_cluster4_xx_response_spec.rb +42 -0
- data/spec/models/check_hypervisor_requirements202_response_spec.rb +42 -0
- data/spec/models/check_hypervisor_requirements4_xx_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_ahv_config_list_pcie_devices_api_response_data_spec.rb +32 -0
- data/spec/models/clustermgmt_v40_ahv_config_list_pcie_devices_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_ahv_config_pcie_device_configuration_spec.rb +72 -0
- data/spec/models/clustermgmt_v40_ahv_config_pcie_device_spec.rb +84 -0
- data/spec/models/clustermgmt_v40_ahv_config_pcie_device_state_spec.rb +30 -0
- data/spec/models/clustermgmt_v40_config_acropolis_connection_state_spec.rb +30 -0
- data/spec/models/clustermgmt_v40_config_add_disk_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_add_snmp_transports_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_address_type_spec.rb +30 -0
- data/spec/models/clustermgmt_v40_config_apply_cluster_profile_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_associate_categories_to_cluster_api_response_data_spec.rb +32 -0
- data/spec/models/clustermgmt_v40_config_associate_categories_to_cluster_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_attribute_item_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_authorized_public_key_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_backplane_network_params_spec.rb +54 -0
- data/spec/models/clustermgmt_v40_config_block_item_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_bmc_info_spec.rb +48 -0
- data/spec/models/clustermgmt_v40_config_build_info_spec.rb +36 -0
- data/spec/models/clustermgmt_v40_config_build_reference_spec.rb +60 -0
- data/spec/models/clustermgmt_v40_config_bundle_info_spec.rb +36 -0
- data/spec/models/clustermgmt_v40_config_bundle_param_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_cache_deduplication_spec.rb +30 -0
- data/spec/models/clustermgmt_v40_config_category_entity_references_spec.rb +36 -0
- data/spec/models/clustermgmt_v40_config_check_hypervisor_requirements_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_cluster_arch_reference_spec.rb +30 -0
- data/spec/models/clustermgmt_v40_config_cluster_config_reference_spec.rb +144 -0
- data/spec/models/clustermgmt_v40_config_cluster_config_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_cluster_fault_tolerance_ref_spec.rb +30 -0
- data/spec/models/clustermgmt_v40_config_cluster_function_ref_spec.rb +30 -0
- data/spec/models/clustermgmt_v40_config_cluster_network_reference_spec.rb +126 -0
- data/spec/models/clustermgmt_v40_config_cluster_network_spec.rb +54 -0
- data/spec/models/clustermgmt_v40_config_cluster_profile_spec.rb +150 -0
- data/spec/models/clustermgmt_v40_config_cluster_reference_list_spec_spec.rb +36 -0
- data/spec/models/clustermgmt_v40_config_cluster_reference_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_cluster_spec.rb +114 -0
- data/spec/models/clustermgmt_v40_config_component_fault_tolerance_spec.rb +60 -0
- data/spec/models/clustermgmt_v40_config_component_type_spec.rb +30 -0
- data/spec/models/clustermgmt_v40_config_compute_node_item_spec.rb +78 -0
- data/spec/models/clustermgmt_v40_config_compute_non_migratable_vms_spec_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_config_params_spec.rb +78 -0
- data/spec/models/clustermgmt_v40_config_config_type_spec.rb +30 -0
- data/spec/models/clustermgmt_v40_config_controller_vm_reference_spec.rb +66 -0
- data/spec/models/clustermgmt_v40_config_create_cluster_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_create_cluster_profile_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_create_rsyslog_server_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_create_snmp_trap_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_create_snmp_user_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_create_storage_container_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_credential_status_spec.rb +30 -0
- data/spec/models/clustermgmt_v40_config_data_store_mount_spec.rb +78 -0
- data/spec/models/clustermgmt_v40_config_data_store_spec.rb +96 -0
- data/spec/models/clustermgmt_v40_config_data_store_unmount_spec.rb +60 -0
- data/spec/models/clustermgmt_v40_config_delete_cluster_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_delete_cluster_profile_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_delete_disk_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_delete_rsyslog_server_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_delete_snmp_trap_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_delete_snmp_user_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_delete_storage_container_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_digital_certificate_map_reference_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_disassociate_categories_from_cluster_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_disassociate_cluster_from_cluster_profile_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_discover_unconfigured_nodes_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_disk_addition_spec_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_disk_advance_config_spec.rb +126 -0
- data/spec/models/clustermgmt_v40_config_disk_partition_info_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_disk_reference_spec.rb +60 -0
- data/spec/models/clustermgmt_v40_config_disk_spec.rb +174 -0
- data/spec/models/clustermgmt_v40_config_disk_status_spec.rb +30 -0
- data/spec/models/clustermgmt_v40_config_domain_awareness_level_spec.rb +30 -0
- data/spec/models/clustermgmt_v40_config_domain_fault_tolerance_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_domain_type_spec.rb +30 -0
- data/spec/models/clustermgmt_v40_config_drive_replacement_option_spec.rb +30 -0
- data/spec/models/clustermgmt_v40_config_encryption_option_info_spec.rb +30 -0
- data/spec/models/clustermgmt_v40_config_encryption_scope_info_spec.rb +30 -0
- data/spec/models/clustermgmt_v40_config_encryption_status_spec.rb +30 -0
- data/spec/models/clustermgmt_v40_config_erasure_code_status_spec.rb +30 -0
- data/spec/models/clustermgmt_v40_config_expand_cluster_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_expand_cluster_params_spec.rb +54 -0
- data/spec/models/clustermgmt_v40_config_fault_tolerance_state_spec.rb +66 -0
- data/spec/models/clustermgmt_v40_config_fetch_node_networking_details_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_fetch_task_api_response_data_spec.rb +32 -0
- data/spec/models/clustermgmt_v40_config_fetch_task_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_get_bmc_info_response_data_spec.rb +32 -0
- data/spec/models/clustermgmt_v40_config_get_bmc_info_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_get_cluster_api_response_data_spec.rb +32 -0
- data/spec/models/clustermgmt_v40_config_get_cluster_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_get_cluster_profile_api_response_data_spec.rb +32 -0
- data/spec/models/clustermgmt_v40_config_get_cluster_profile_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_get_disk_api_response_data_spec.rb +32 -0
- data/spec/models/clustermgmt_v40_config_get_disk_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_get_host_api_response_data_spec.rb +32 -0
- data/spec/models/clustermgmt_v40_config_get_host_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_get_host_nic_api_response_data_spec.rb +32 -0
- data/spec/models/clustermgmt_v40_config_get_host_nic_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_get_rackable_unit_api_response_data_spec.rb +32 -0
- data/spec/models/clustermgmt_v40_config_get_rackable_unit_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_get_rsyslog_server_api_response_data_spec.rb +32 -0
- data/spec/models/clustermgmt_v40_config_get_rsyslog_server_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_get_snmp_config_by_cluster_id_api_response_data_spec.rb +32 -0
- data/spec/models/clustermgmt_v40_config_get_snmp_config_by_cluster_id_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_get_snmp_trap_api_response_data_spec.rb +32 -0
- data/spec/models/clustermgmt_v40_config_get_snmp_trap_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_get_snmp_user_api_response_data_spec.rb +32 -0
- data/spec/models/clustermgmt_v40_config_get_snmp_user_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_get_storage_container_api_response_data_spec.rb +32 -0
- data/spec/models/clustermgmt_v40_config_get_storage_container_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_get_vcenter_extension_api_response_data_spec.rb +32 -0
- data/spec/models/clustermgmt_v40_config_get_vcenter_extension_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_get_virtual_nic_api_response_data_spec.rb +32 -0
- data/spec/models/clustermgmt_v40_config_get_virtual_nic_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_gpu_mode_spec.rb +30 -0
- data/spec/models/clustermgmt_v40_config_gpu_type_spec.rb +30 -0
- data/spec/models/clustermgmt_v40_config_host_gpu_spec.rb +78 -0
- data/spec/models/clustermgmt_v40_config_host_name_param_spec.rb +36 -0
- data/spec/models/clustermgmt_v40_config_host_nic_spec.rb +168 -0
- data/spec/models/clustermgmt_v40_config_host_spec.rb +252 -0
- data/spec/models/clustermgmt_v40_config_host_type_enum_spec.rb +30 -0
- data/spec/models/clustermgmt_v40_config_http_proxy_config_spec.rb +66 -0
- data/spec/models/clustermgmt_v40_config_http_proxy_type_spec.rb +30 -0
- data/spec/models/clustermgmt_v40_config_http_proxy_white_list_config_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_http_proxy_white_list_target_type_spec.rb +30 -0
- data/spec/models/clustermgmt_v40_config_hyperv_credentials_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_hypervisor_iso_map_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_hypervisor_reference_spec.rb +72 -0
- data/spec/models/clustermgmt_v40_config_hypervisor_state_spec.rb +30 -0
- data/spec/models/clustermgmt_v40_config_hypervisor_type_spec.rb +30 -0
- data/spec/models/clustermgmt_v40_config_hypervisor_upload_info_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_hypervisor_upload_node_list_item_spec.rb +84 -0
- data/spec/models/clustermgmt_v40_config_hypervisor_upload_param_spec.rb +36 -0
- data/spec/models/clustermgmt_v40_config_ipmi_reference_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_key_management_device_to_cert_status_info_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_key_management_server_type_spec.rb +30 -0
- data/spec/models/clustermgmt_v40_config_list_cluster_profiles_api_response_data_spec.rb +32 -0
- data/spec/models/clustermgmt_v40_config_list_cluster_profiles_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_list_clusters_api_response_data_spec.rb +32 -0
- data/spec/models/clustermgmt_v40_config_list_clusters_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_list_data_stores_by_cluster_id_api_response_data_spec.rb +32 -0
- data/spec/models/clustermgmt_v40_config_list_data_stores_by_cluster_id_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_list_disks_api_response_data_spec.rb +32 -0
- data/spec/models/clustermgmt_v40_config_list_disks_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_list_host_nics_by_host_id_api_response_data_spec.rb +32 -0
- data/spec/models/clustermgmt_v40_config_list_host_nics_by_host_id_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_list_hosts_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_list_hosts_by_cluster_id_api_response_data_spec.rb +32 -0
- data/spec/models/clustermgmt_v40_config_list_hosts_by_cluster_id_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_list_physical_gpu_profiles_api_response_data_spec.rb +32 -0
- data/spec/models/clustermgmt_v40_config_list_physical_gpu_profiles_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_list_rackable_units_by_cluster_id_api_response_data_spec.rb +32 -0
- data/spec/models/clustermgmt_v40_config_list_rackable_units_by_cluster_id_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_list_rsyslog_servers_by_cluster_id_api_response_data_spec.rb +32 -0
- data/spec/models/clustermgmt_v40_config_list_rsyslog_servers_by_cluster_id_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_list_storage_containers_api_response_data_spec.rb +32 -0
- data/spec/models/clustermgmt_v40_config_list_storage_containers_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_list_vcenter_extensions_api_response_data_spec.rb +32 -0
- data/spec/models/clustermgmt_v40_config_list_vcenter_extensions_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_list_virtual_gpu_profiles_api_response_data_spec.rb +32 -0
- data/spec/models/clustermgmt_v40_config_list_virtual_gpu_profiles_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_list_virtual_nics_by_host_id_api_response_data_spec.rb +32 -0
- data/spec/models/clustermgmt_v40_config_list_virtual_nics_by_host_id_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_managed_cluster_spec.rb +54 -0
- data/spec/models/clustermgmt_v40_config_management_server_ref_spec.rb +60 -0
- data/spec/models/clustermgmt_v40_config_management_server_type_spec.rb +30 -0
- data/spec/models/clustermgmt_v40_config_mount_storage_container_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_multi_domain_fault_tolerance_status_spec.rb +54 -0
- data/spec/models/clustermgmt_v40_config_name_mac_ref_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_name_network_ref_spec.rb +48 -0
- data/spec/models/clustermgmt_v40_config_network_info_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_network_switch_interface_spec.rb +126 -0
- data/spec/models/clustermgmt_v40_config_node_details_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_node_discovery_params_spec.rb +66 -0
- data/spec/models/clustermgmt_v40_config_node_info_spec.rb +120 -0
- data/spec/models/clustermgmt_v40_config_node_item_spec.rb +126 -0
- data/spec/models/clustermgmt_v40_config_node_list_item_reference_spec.rb +48 -0
- data/spec/models/clustermgmt_v40_config_node_list_networking_details_spec.rb +120 -0
- data/spec/models/clustermgmt_v40_config_node_network_config_spec.rb +36 -0
- data/spec/models/clustermgmt_v40_config_node_networking_details_spec.rb +48 -0
- data/spec/models/clustermgmt_v40_config_node_param_spec.rb +72 -0
- data/spec/models/clustermgmt_v40_config_node_reference_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_node_removal_extra_param_spec.rb +48 -0
- data/spec/models/clustermgmt_v40_config_node_removal_params_spec.rb +54 -0
- data/spec/models/clustermgmt_v40_config_node_resource_config_spec.rb +54 -0
- data/spec/models/clustermgmt_v40_config_node_status_spec.rb +30 -0
- data/spec/models/clustermgmt_v40_config_non_compatible_cluster_reference_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_non_migratable_vm_info_spec.rb +48 -0
- data/spec/models/clustermgmt_v40_config_non_migratable_vms_result_spec.rb +54 -0
- data/spec/models/clustermgmt_v40_config_on_disk_dedup_spec.rb +30 -0
- data/spec/models/clustermgmt_v40_config_operation_mode_spec.rb +30 -0
- data/spec/models/clustermgmt_v40_config_partition_type_spec.rb +30 -0
- data/spec/models/clustermgmt_v40_config_physical_gpu_config_spec.rb +90 -0
- data/spec/models/clustermgmt_v40_config_physical_gpu_profile_spec.rb +60 -0
- data/spec/models/clustermgmt_v40_config_pii_scrubbing_level_spec.rb +30 -0
- data/spec/models/clustermgmt_v40_config_public_key_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_pulse_status_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_rack_reference_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_rackable_unit_model_spec.rb +30 -0
- data/spec/models/clustermgmt_v40_config_rackable_unit_node_spec.rb +48 -0
- data/spec/models/clustermgmt_v40_config_rackable_unit_spec.rb +84 -0
- data/spec/models/clustermgmt_v40_config_redundancy_status_details_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_register_vcenter_extension_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_remove_node_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_remove_snmp_transports_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_rsyslog_module_item_spec.rb +48 -0
- data/spec/models/clustermgmt_v40_config_rsyslog_module_log_severity_level_spec.rb +30 -0
- data/spec/models/clustermgmt_v40_config_rsyslog_module_name_spec.rb +30 -0
- data/spec/models/clustermgmt_v40_config_rsyslog_network_protocol_spec.rb +30 -0
- data/spec/models/clustermgmt_v40_config_rsyslog_server_spec.rb +78 -0
- data/spec/models/clustermgmt_v40_config_smtp_network_spec.rb +54 -0
- data/spec/models/clustermgmt_v40_config_smtp_server_ref_spec.rb +48 -0
- data/spec/models/clustermgmt_v40_config_smtp_type_spec.rb +30 -0
- data/spec/models/clustermgmt_v40_config_snmp_auth_type_spec.rb +30 -0
- data/spec/models/clustermgmt_v40_config_snmp_config_spec.rb +72 -0
- data/spec/models/clustermgmt_v40_config_snmp_priv_type_spec.rb +30 -0
- data/spec/models/clustermgmt_v40_config_snmp_protocol_spec.rb +30 -0
- data/spec/models/clustermgmt_v40_config_snmp_status_param_spec.rb +36 -0
- data/spec/models/clustermgmt_v40_config_snmp_transport_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_snmp_trap_spec.rb +102 -0
- data/spec/models/clustermgmt_v40_config_snmp_trap_version_spec.rb +30 -0
- data/spec/models/clustermgmt_v40_config_snmp_user_spec.rb +78 -0
- data/spec/models/clustermgmt_v40_config_software_map_reference_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_software_type_ref_spec.rb +30 -0
- data/spec/models/clustermgmt_v40_config_storage_container_spec.rb +210 -0
- data/spec/models/clustermgmt_v40_config_storage_summary_spec.rb +36 -0
- data/spec/models/clustermgmt_v40_config_storage_tier_reference_spec.rb +30 -0
- data/spec/models/clustermgmt_v40_config_storage_tier_spec.rb +30 -0
- data/spec/models/clustermgmt_v40_config_task_response_all_of_response_spec.rb +32 -0
- data/spec/models/clustermgmt_v40_config_task_response_spec.rb +60 -0
- data/spec/models/clustermgmt_v40_config_task_response_type_spec.rb +30 -0
- data/spec/models/clustermgmt_v40_config_tolerance_message_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_unconfigure_node_details_spec.rb +36 -0
- data/spec/models/clustermgmt_v40_config_unconfigured_node_attribute_map_spec.rb +60 -0
- data/spec/models/clustermgmt_v40_config_unconfigured_node_list_item_spec.rb +156 -0
- data/spec/models/clustermgmt_v40_config_unmount_storage_container_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_unregister_vcenter_extension_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_update_bmc_info_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_update_cluster_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_update_cluster_profile_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_update_rsyslog_server_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_update_snmp_status_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_update_snmp_trap_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_update_snmp_user_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_update_storage_container_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_upgrade_status_spec.rb +30 -0
- data/spec/models/clustermgmt_v40_config_uplink_info_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_uplink_network_item_spec.rb +48 -0
- data/spec/models/clustermgmt_v40_config_uplink_node_spec.rb +48 -0
- data/spec/models/clustermgmt_v40_config_uplinks_field_spec.rb +48 -0
- data/spec/models/clustermgmt_v40_config_uplinks_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_upload_info_node_item_spec.rb +78 -0
- data/spec/models/clustermgmt_v40_config_user_info_spec.rb +48 -0
- data/spec/models/clustermgmt_v40_config_validate_bundle_info_spec.rb +36 -0
- data/spec/models/clustermgmt_v40_config_validate_node_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_validate_node_param_spec.rb +36 -0
- data/spec/models/clustermgmt_v40_config_validate_node_param_spec_spec.rb +32 -0
- data/spec/models/clustermgmt_v40_config_vcenter_credentials_spec.rb +48 -0
- data/spec/models/clustermgmt_v40_config_vcenter_extension_spec.rb +66 -0
- data/spec/models/clustermgmt_v40_config_vcenter_info_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_config_virtual_gpu_config_spec.rb +120 -0
- data/spec/models/clustermgmt_v40_config_virtual_gpu_profile_spec.rb +60 -0
- data/spec/models/clustermgmt_v40_config_virtual_nic_spec.rb +120 -0
- data/spec/models/clustermgmt_v40_error_app_message_spec.rb +66 -0
- data/spec/models/clustermgmt_v40_error_error_response_error_spec.rb +32 -0
- data/spec/models/clustermgmt_v40_error_error_response_spec.rb +36 -0
- data/spec/models/clustermgmt_v40_error_message_severity_spec.rb +30 -0
- data/spec/models/clustermgmt_v40_error_schema_validation_error_message_spec.rb +48 -0
- data/spec/models/clustermgmt_v40_error_schema_validation_error_spec.rb +60 -0
- data/spec/models/clustermgmt_v40_operations_enter_host_maintenance_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_operations_enter_host_maintenance_spec_spec.rb +54 -0
- data/spec/models/clustermgmt_v40_operations_exit_host_maintenance_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_operations_host_maintenance_common_spec_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_stats_cluster_stats_api_response_data_spec.rb +32 -0
- data/spec/models/clustermgmt_v40_stats_cluster_stats_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_stats_cluster_stats_spec.rb +330 -0
- data/spec/models/clustermgmt_v40_stats_disk_stats_spec.rb +246 -0
- data/spec/models/clustermgmt_v40_stats_get_disk_stats_api_response_data_spec.rb +32 -0
- data/spec/models/clustermgmt_v40_stats_get_disk_stats_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_stats_get_storage_container_stats_api_response_data_spec.rb +32 -0
- data/spec/models/clustermgmt_v40_stats_get_storage_container_stats_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_stats_host_stats_api_response_data_spec.rb +32 -0
- data/spec/models/clustermgmt_v40_stats_host_stats_api_response_spec.rb +42 -0
- data/spec/models/clustermgmt_v40_stats_host_stats_spec.rb +324 -0
- data/spec/models/clustermgmt_v40_stats_storage_container_stats_spec.rb +324 -0
- data/spec/models/clustermgmt_v40_stats_time_value_pair_spec.rb +42 -0
- data/spec/models/common_v10_config_basic_auth_spec.rb +42 -0
- data/spec/models/common_v10_config_flag_spec.rb +42 -0
- data/spec/models/common_v10_config_fqdn_spec.rb +36 -0
- data/spec/models/common_v10_config_ip_address_or_fqdn_spec.rb +48 -0
- data/spec/models/common_v10_config_ip_address_spec.rb +42 -0
- data/spec/models/common_v10_config_ipv4_address_spec.rb +42 -0
- data/spec/models/common_v10_config_ipv6_address_spec.rb +42 -0
- data/spec/models/common_v10_config_kv_pair_spec.rb +42 -0
- data/spec/models/common_v10_config_kv_pair_value_spec.rb +32 -0
- data/spec/models/common_v10_config_map_of_string_wrapper_spec.rb +36 -0
- data/spec/models/common_v10_config_message_severity_spec.rb +30 -0
- data/spec/models/common_v10_config_message_spec.rb +54 -0
- data/spec/models/common_v10_config_tenant_aware_model_spec.rb +36 -0
- data/spec/models/common_v10_response_api_link_spec.rb +42 -0
- data/spec/models/common_v10_response_api_response_metadata_spec.rb +60 -0
- data/spec/models/common_v10_response_externalizable_abstract_model_spec.rb +48 -0
- data/spec/models/common_v10_stats_down_sampling_operator_spec.rb +30 -0
- data/spec/models/common_v10_stats_time_int_value_pair_spec.rb +42 -0
- data/spec/models/create_cluster202_response_spec.rb +42 -0
- data/spec/models/create_cluster4_xx_response_spec.rb +42 -0
- data/spec/models/create_cluster_profile202_response_spec.rb +42 -0
- data/spec/models/create_cluster_profile4_xx_response_spec.rb +42 -0
- data/spec/models/create_rsyslog_server202_response_spec.rb +42 -0
- data/spec/models/create_rsyslog_server4_xx_response_spec.rb +42 -0
- data/spec/models/create_snmp_trap202_response_spec.rb +42 -0
- data/spec/models/create_snmp_trap4_xx_response_spec.rb +42 -0
- data/spec/models/create_snmp_user202_response_spec.rb +42 -0
- data/spec/models/create_snmp_user4_xx_response_spec.rb +42 -0
- data/spec/models/create_storage_container202_response_spec.rb +42 -0
- data/spec/models/create_storage_container4_xx_response_spec.rb +42 -0
- data/spec/models/delete_cluster_by_id202_response_spec.rb +42 -0
- data/spec/models/delete_cluster_by_id4_xx_response_spec.rb +42 -0
- data/spec/models/delete_cluster_profile_by_id202_response_spec.rb +42 -0
- data/spec/models/delete_cluster_profile_by_id4_xx_response_spec.rb +42 -0
- data/spec/models/delete_disk_by_id202_response_spec.rb +42 -0
- data/spec/models/delete_disk_by_id4_xx_response_spec.rb +42 -0
- data/spec/models/delete_rsyslog_server_by_id202_response_spec.rb +42 -0
- data/spec/models/delete_rsyslog_server_by_id4_xx_response_spec.rb +42 -0
- data/spec/models/delete_snmp_trap_by_id202_response_spec.rb +42 -0
- data/spec/models/delete_snmp_trap_by_id4_xx_response_spec.rb +42 -0
- data/spec/models/delete_snmp_user_by_id202_response_spec.rb +42 -0
- data/spec/models/delete_snmp_user_by_id4_xx_response_spec.rb +42 -0
- data/spec/models/delete_storage_container_by_id202_response_spec.rb +42 -0
- data/spec/models/delete_storage_container_by_id4_xx_response_spec.rb +42 -0
- data/spec/models/disassociate_categories_from_cluster202_response_spec.rb +42 -0
- data/spec/models/disassociate_categories_from_cluster4_xx_response_spec.rb +42 -0
- data/spec/models/disassociate_cluster_from_cluster_profile202_response_spec.rb +42 -0
- data/spec/models/disassociate_cluster_from_cluster_profile4_xx_response_spec.rb +42 -0
- data/spec/models/discover_unconfigured_nodes202_response_spec.rb +42 -0
- data/spec/models/discover_unconfigured_nodes4_xx_response_spec.rb +42 -0
- data/spec/models/enter_host_maintenance202_response_spec.rb +42 -0
- data/spec/models/enter_host_maintenance4_xx_response_spec.rb +42 -0
- data/spec/models/exit_host_maintenance202_response_spec.rb +42 -0
- data/spec/models/exit_host_maintenance4_xx_response_spec.rb +42 -0
- data/spec/models/expand_cluster202_response_spec.rb +42 -0
- data/spec/models/expand_cluster4_xx_response_spec.rb +42 -0
- data/spec/models/fetch_node_networking_details202_response_spec.rb +42 -0
- data/spec/models/fetch_node_networking_details4_xx_response_spec.rb +42 -0
- data/spec/models/fetch_task_response200_response_spec.rb +42 -0
- data/spec/models/fetch_task_response4_xx_response_spec.rb +42 -0
- data/spec/models/get_bmc_info200_response_spec.rb +42 -0
- data/spec/models/get_bmc_info4_xx_response_spec.rb +42 -0
- data/spec/models/get_cluster_by_id200_response_spec.rb +42 -0
- data/spec/models/get_cluster_by_id4_xx_response_spec.rb +42 -0
- data/spec/models/get_cluster_profile_by_id200_response_spec.rb +42 -0
- data/spec/models/get_cluster_profile_by_id4_xx_response_spec.rb +42 -0
- data/spec/models/get_cluster_stats200_response_spec.rb +42 -0
- data/spec/models/get_cluster_stats4_xx_response_spec.rb +42 -0
- data/spec/models/get_disk_by_id200_response_spec.rb +42 -0
- data/spec/models/get_disk_by_id4_xx_response_spec.rb +42 -0
- data/spec/models/get_disk_stats200_response_spec.rb +42 -0
- data/spec/models/get_disk_stats4_xx_response_spec.rb +42 -0
- data/spec/models/get_host_by_id200_response_spec.rb +42 -0
- data/spec/models/get_host_by_id4_xx_response_spec.rb +42 -0
- data/spec/models/get_host_nic_by_id200_response_spec.rb +42 -0
- data/spec/models/get_host_nic_by_id4_xx_response_spec.rb +42 -0
- data/spec/models/get_host_stats200_response_spec.rb +42 -0
- data/spec/models/get_host_stats4_xx_response_spec.rb +42 -0
- data/spec/models/get_rackable_unit_by_id200_response_spec.rb +42 -0
- data/spec/models/get_rackable_unit_by_id4_xx_response_spec.rb +42 -0
- data/spec/models/get_rsyslog_server_by_id200_response_spec.rb +42 -0
- data/spec/models/get_rsyslog_server_by_id4_xx_response_spec.rb +42 -0
- data/spec/models/get_snmp_config_by_cluster_id200_response_spec.rb +42 -0
- data/spec/models/get_snmp_config_by_cluster_id4_xx_response_spec.rb +42 -0
- data/spec/models/get_snmp_trap_by_id200_response_spec.rb +42 -0
- data/spec/models/get_snmp_trap_by_id4_xx_response_spec.rb +42 -0
- data/spec/models/get_snmp_user_by_id200_response_spec.rb +42 -0
- data/spec/models/get_snmp_user_by_id4_xx_response_spec.rb +42 -0
- data/spec/models/get_storage_container_by_id200_response_spec.rb +42 -0
- data/spec/models/get_storage_container_by_id4_xx_response_spec.rb +42 -0
- data/spec/models/get_storage_container_stats200_response_spec.rb +42 -0
- data/spec/models/get_storage_container_stats4_xx_response_spec.rb +42 -0
- data/spec/models/get_vcenter_extension_by_id200_response_spec.rb +42 -0
- data/spec/models/get_vcenter_extension_by_id4_xx_response_spec.rb +42 -0
- data/spec/models/get_virtual_nic_by_id200_response_spec.rb +42 -0
- data/spec/models/get_virtual_nic_by_id4_xx_response_spec.rb +42 -0
- data/spec/models/list_cluster_profiles200_response_spec.rb +42 -0
- data/spec/models/list_cluster_profiles4_xx_response_spec.rb +42 -0
- data/spec/models/list_clusters200_response_spec.rb +42 -0
- data/spec/models/list_clusters4_xx_response_spec.rb +42 -0
- data/spec/models/list_data_stores_by_cluster_id200_response_spec.rb +42 -0
- data/spec/models/list_data_stores_by_cluster_id4_xx_response_spec.rb +42 -0
- data/spec/models/list_disks200_response_spec.rb +42 -0
- data/spec/models/list_disks4_xx_response_spec.rb +42 -0
- data/spec/models/list_host_nics_by_host_id200_response_spec.rb +42 -0
- data/spec/models/list_host_nics_by_host_id4_xx_response_spec.rb +42 -0
- data/spec/models/list_hosts200_response_spec.rb +42 -0
- data/spec/models/list_hosts4_xx_response_spec.rb +42 -0
- data/spec/models/list_hosts_by_cluster_id200_response_spec.rb +42 -0
- data/spec/models/list_hosts_by_cluster_id4_xx_response_spec.rb +42 -0
- data/spec/models/list_pcie_devices200_response_spec.rb +42 -0
- data/spec/models/list_pcie_devices4_xx_response_spec.rb +42 -0
- data/spec/models/list_physical_gpu_profiles200_response_spec.rb +42 -0
- data/spec/models/list_physical_gpu_profiles4_xx_response_spec.rb +42 -0
- data/spec/models/list_rackable_units_by_cluster_id200_response_spec.rb +42 -0
- data/spec/models/list_rackable_units_by_cluster_id4_xx_response_spec.rb +42 -0
- data/spec/models/list_rsyslog_servers_by_cluster_id200_response_spec.rb +42 -0
- data/spec/models/list_rsyslog_servers_by_cluster_id4_xx_response_spec.rb +42 -0
- data/spec/models/list_storage_containers200_response_spec.rb +42 -0
- data/spec/models/list_storage_containers4_xx_response_spec.rb +42 -0
- data/spec/models/list_vcenter_extensions200_response_spec.rb +42 -0
- data/spec/models/list_vcenter_extensions4_xx_response_spec.rb +42 -0
- data/spec/models/list_virtual_gpu_profiles200_response_spec.rb +42 -0
- data/spec/models/list_virtual_gpu_profiles4_xx_response_spec.rb +42 -0
- data/spec/models/list_virtual_nics_by_host_id200_response_spec.rb +42 -0
- data/spec/models/list_virtual_nics_by_host_id4_xx_response_spec.rb +42 -0
- data/spec/models/mount_storage_container202_response_spec.rb +42 -0
- data/spec/models/mount_storage_container4_xx_response_spec.rb +42 -0
- data/spec/models/prism_v40_config_task_reference_spec.rb +36 -0
- data/spec/models/register_vcenter_extension202_response_spec.rb +42 -0
- data/spec/models/register_vcenter_extension4_xx_response_spec.rb +42 -0
- data/spec/models/remove_node202_response_spec.rb +42 -0
- data/spec/models/remove_node4_xx_response_spec.rb +42 -0
- data/spec/models/remove_snmp_transport202_response_spec.rb +42 -0
- data/spec/models/remove_snmp_transport4_xx_response_spec.rb +42 -0
- data/spec/models/unmount_storage_container202_response_spec.rb +42 -0
- data/spec/models/unmount_storage_container4_xx_response_spec.rb +42 -0
- data/spec/models/unregister_vcenter_extension202_response_spec.rb +42 -0
- data/spec/models/unregister_vcenter_extension4_xx_response_spec.rb +42 -0
- data/spec/models/update_bmc_info202_response_spec.rb +42 -0
- data/spec/models/update_bmc_info4_xx_response_spec.rb +42 -0
- data/spec/models/update_cluster_by_id202_response_spec.rb +42 -0
- data/spec/models/update_cluster_by_id4_xx_response_spec.rb +42 -0
- data/spec/models/update_cluster_profile_by_id202_response_spec.rb +42 -0
- data/spec/models/update_cluster_profile_by_id4_xx_response_spec.rb +42 -0
- data/spec/models/update_rsyslog_server_by_id202_response_spec.rb +42 -0
- data/spec/models/update_rsyslog_server_by_id4_xx_response_spec.rb +42 -0
- data/spec/models/update_snmp_status202_response_spec.rb +42 -0
- data/spec/models/update_snmp_status4_xx_response_spec.rb +42 -0
- data/spec/models/update_snmp_trap_by_id202_response_spec.rb +42 -0
- data/spec/models/update_snmp_trap_by_id4_xx_response_spec.rb +42 -0
- data/spec/models/update_snmp_user_by_id202_response_spec.rb +42 -0
- data/spec/models/update_snmp_user_by_id4_xx_response_spec.rb +42 -0
- data/spec/models/update_storage_container_by_id202_response_spec.rb +42 -0
- data/spec/models/update_storage_container_by_id4_xx_response_spec.rb +42 -0
- data/spec/models/validate_node202_response_spec.rb +42 -0
- data/spec/models/validate_node4_xx_response_spec.rb +42 -0
- data/spec/spec_helper.rb +111 -0
- metadata +1382 -10
- data/.openapi-config.json +0 -8
- data/.openapi-generator/FILES +0 -1388
- data/.openapi-generator/VERSION +0 -1
- data/.openapi-generator-ignore +0 -23
- data/.rspec +0 -2
- data/.rubocop.yml +0 -148
- data/.whitesource +0 -3
- data/swagger-clustermgmt-v4.0-all.yaml +0 -25015
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 54069c8875f9785a079f551d463876d3f3f1a6ecc00ad80d5da082a068e5b2d0
|
|
4
|
+
data.tar.gz: 456000c6281864ee2584f527e1a169a3069ec3f2aa35de3ca6cd97daaf4b54ea
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 80326ee814e1f5a05d72782cf38d97b469c3cae706d845b1fc60ab0b10b229f086ec4eef6fcc87b60e6ca7ffdcdaf23a0c7c084625bc1bfab7722fc6df661e00
|
|
7
|
+
data.tar.gz: 233f225376d710fcd2a1b5394085942dc3ecee30a62dce9556f8b66bf12c33d2229eec3d85726c156df676f9cac482996bc69d85e68dc6adeaf10e851f23ca6f
|
data/CHANGELOG.md
CHANGED
|
@@ -4,10 +4,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
4
4
|
|
|
5
5
|
## [Unreleased]
|
|
6
6
|
|
|
7
|
-
## [0.
|
|
8
|
-
###
|
|
9
|
-
-
|
|
10
|
-
-
|
|
7
|
+
## [0.2.0] - 2025-11-24
|
|
8
|
+
### Added
|
|
9
|
+
- Add GitHub Action to autogenerate from the openapi spec ([#12](https://github.com/ManageIQ/nutanix_clustermgmt-sdk-ruby/pull/12))
|
|
10
|
+
- Add ability to one off ci jobs. ([#15](https://github.com/ManageIQ/nutanix_clustermgmt-sdk-ruby/pull/15))
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
- Update actions/checkout action to v5 ([#11](https://github.com/ManageIQ/nutanix_clustermgmt-sdk-ruby/pull/11))
|
|
14
|
+
- Update nutanix_clustermgmt gem ([#13](https://github.com/ManageIQ/nutanix_clustermgmt-sdk-ruby/pull/13))
|
|
15
|
+
- Update the PR body to point to the dev page and not a direct download ([#14](https://github.com/ManageIQ/nutanix_clustermgmt-sdk-ruby/pull/14))
|
|
16
|
+
- Update openapi generator to `v7.17.0` to use `api_model_base` ([#16](https://github.com/ManageIQ/nutanix_clustermgmt-sdk-ruby/pull/16))
|
|
11
17
|
|
|
12
18
|
## [0.1.1] - 2025-07-19
|
|
13
19
|
### Fixed
|
|
@@ -17,6 +23,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
17
23
|
### Added
|
|
18
24
|
- Initial release
|
|
19
25
|
|
|
20
|
-
[0.
|
|
26
|
+
[0.2.0]: https://github.com/ManageIQ/nutanix_clustermgmt-sdk-ruby/compare/v0.1.1...v0.2.0
|
|
21
27
|
[0.1.1]: https://github.com/ManageIQ/nutanix_clustermgmt-sdk-ruby/compare/v0.1.0...v0.1.1
|
|
22
28
|
[0.1.0]: https://github.com/ManageIQ/nutanix_clustermgmt-sdk-ruby/tree/v0.1.0
|
data/Gemfile
ADDED
data/README.md
CHANGED
|
@@ -8,7 +8,7 @@ This SDK is automatically generated by the [OpenAPI Generator](https://openapi-g
|
|
|
8
8
|
|
|
9
9
|
- API version: 4.0.2
|
|
10
10
|
- Package version: 1.0.0
|
|
11
|
-
- Generator version: 7.
|
|
11
|
+
- Generator version: 7.17.0
|
|
12
12
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
13
13
|
|
|
14
14
|
## Installation
|
data/bin/console
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
#!/usr/bin/env ruby
|
|
2
|
+
# frozen_string_literal: true
|
|
3
|
+
|
|
4
|
+
require "bundler/setup"
|
|
5
|
+
require "nutanix_clustermgmt"
|
|
6
|
+
|
|
7
|
+
# You can add fixtures and/or initialization code here to make experimenting
|
|
8
|
+
# with your gem easier. You can also use a different console, if you like.
|
|
9
|
+
|
|
10
|
+
# (If you use this, don't forget to add pry to your Gemfile!)
|
|
11
|
+
# require "pry"
|
|
12
|
+
# Pry.start
|
|
13
|
+
|
|
14
|
+
require "irb"
|
|
15
|
+
IRB.start(__FILE__)
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
#!/bin/bash
|
|
2
|
+
|
|
3
|
+
if [ -z "$INPUT_SPEC_VERSION" ]; then
|
|
4
|
+
echo "ERROR: INPUT_SPEC_VERSION must be set"
|
|
5
|
+
exit 1
|
|
6
|
+
fi
|
|
7
|
+
|
|
8
|
+
if [ -z "$OPENAPI_GENERATOR_JAR" ]; then
|
|
9
|
+
# Detect the latest version of the openapi-generator-cli package
|
|
10
|
+
version=`wget https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/maven-metadata.xml -O - 2>/dev/null | xq -x "//metadata/versioning/latest"`
|
|
11
|
+
OPENAPI_GENERATOR_JAR=openapi-generator-cli-$version.jar
|
|
12
|
+
|
|
13
|
+
# Download the openapi-generator-cli jar if we don't already have it locally
|
|
14
|
+
if [ ! -f "$OPENAPI_GENERATOR_JAR" ]; then
|
|
15
|
+
echo "Downloading '$OPENAPI_GENERATOR_JAR'..."
|
|
16
|
+
wget https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/$version/$OPENAPI_GENERATOR_JAR
|
|
17
|
+
fi
|
|
18
|
+
fi
|
|
19
|
+
|
|
20
|
+
# Clear out any existing files in paths that are autogenerated to prevent deleted files
|
|
21
|
+
# from remaining after running the generate
|
|
22
|
+
rm -rf ./docs ./lib ./spec
|
|
23
|
+
|
|
24
|
+
# Generate the gem from the current openapi-spec
|
|
25
|
+
input_spec=https://developers.nutanix.com/api/v1/namespaces/clustermgmt/versions/$INPUT_SPEC_VERSION/yaml
|
|
26
|
+
java -jar $OPENAPI_GENERATOR_JAR generate --input-spec $input_spec --skip-validate-spec --generator-name ruby --config .openapi-config.json
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# NutanixClustermgmt::AddDisk202Response
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **metadata** | [**CommonV10ResponseApiResponseMetadata**](CommonV10ResponseApiResponseMetadata.md) | | [optional] |
|
|
8
|
+
| **data** | [**PrismV40ConfigTaskReference**](PrismV40ConfigTaskReference.md) | | [optional] |
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'nutanix_clustermgmt'
|
|
14
|
+
|
|
15
|
+
instance = NutanixClustermgmt::AddDisk202Response.new(
|
|
16
|
+
metadata: null,
|
|
17
|
+
data: null
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# NutanixClustermgmt::AddDisk4XXResponse
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **metadata** | [**CommonV10ResponseApiResponseMetadata**](CommonV10ResponseApiResponseMetadata.md) | | [optional] |
|
|
8
|
+
| **data** | [**ClustermgmtV40ErrorErrorResponse**](ClustermgmtV40ErrorErrorResponse.md) | | [optional] |
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'nutanix_clustermgmt'
|
|
14
|
+
|
|
15
|
+
instance = NutanixClustermgmt::AddDisk4XXResponse.new(
|
|
16
|
+
metadata: null,
|
|
17
|
+
data: null
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# NutanixClustermgmt::AddSnmpTransport202Response
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **metadata** | [**CommonV10ResponseApiResponseMetadata**](CommonV10ResponseApiResponseMetadata.md) | | [optional] |
|
|
8
|
+
| **data** | [**PrismV40ConfigTaskReference**](PrismV40ConfigTaskReference.md) | | [optional] |
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'nutanix_clustermgmt'
|
|
14
|
+
|
|
15
|
+
instance = NutanixClustermgmt::AddSnmpTransport202Response.new(
|
|
16
|
+
metadata: null,
|
|
17
|
+
data: null
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# NutanixClustermgmt::AddSnmpTransport4XXResponse
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **metadata** | [**CommonV10ResponseApiResponseMetadata**](CommonV10ResponseApiResponseMetadata.md) | | [optional] |
|
|
8
|
+
| **data** | [**ClustermgmtV40ErrorErrorResponse**](ClustermgmtV40ErrorErrorResponse.md) | | [optional] |
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'nutanix_clustermgmt'
|
|
14
|
+
|
|
15
|
+
instance = NutanixClustermgmt::AddSnmpTransport4XXResponse.new(
|
|
16
|
+
metadata: null,
|
|
17
|
+
data: null
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# NutanixClustermgmt::ApplyClusterProfile202Response
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **metadata** | [**CommonV10ResponseApiResponseMetadata**](CommonV10ResponseApiResponseMetadata.md) | | [optional] |
|
|
8
|
+
| **data** | [**PrismV40ConfigTaskReference**](PrismV40ConfigTaskReference.md) | | [optional] |
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'nutanix_clustermgmt'
|
|
14
|
+
|
|
15
|
+
instance = NutanixClustermgmt::ApplyClusterProfile202Response.new(
|
|
16
|
+
metadata: null,
|
|
17
|
+
data: null
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# NutanixClustermgmt::ApplyClusterProfile4XXResponse
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **metadata** | [**CommonV10ResponseApiResponseMetadata**](CommonV10ResponseApiResponseMetadata.md) | | [optional] |
|
|
8
|
+
| **data** | [**ClustermgmtV40ErrorErrorResponse**](ClustermgmtV40ErrorErrorResponse.md) | | [optional] |
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'nutanix_clustermgmt'
|
|
14
|
+
|
|
15
|
+
instance = NutanixClustermgmt::ApplyClusterProfile4XXResponse.new(
|
|
16
|
+
metadata: null,
|
|
17
|
+
data: null
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# NutanixClustermgmt::AssociateCategoriesToCluster202Response
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **metadata** | [**CommonV10ResponseApiResponseMetadata**](CommonV10ResponseApiResponseMetadata.md) | | [optional] |
|
|
8
|
+
| **data** | [**PrismV40ConfigTaskReference**](PrismV40ConfigTaskReference.md) | | [optional] |
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'nutanix_clustermgmt'
|
|
14
|
+
|
|
15
|
+
instance = NutanixClustermgmt::AssociateCategoriesToCluster202Response.new(
|
|
16
|
+
metadata: null,
|
|
17
|
+
data: null
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# NutanixClustermgmt::AssociateCategoriesToCluster4XXResponse
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **metadata** | [**CommonV10ResponseApiResponseMetadata**](CommonV10ResponseApiResponseMetadata.md) | | [optional] |
|
|
8
|
+
| **data** | [**ClustermgmtV40ErrorErrorResponse**](ClustermgmtV40ErrorErrorResponse.md) | | [optional] |
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'nutanix_clustermgmt'
|
|
14
|
+
|
|
15
|
+
instance = NutanixClustermgmt::AssociateCategoriesToCluster4XXResponse.new(
|
|
16
|
+
metadata: null,
|
|
17
|
+
data: null
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|
data/docs/BmcApi.md
ADDED
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
# NutanixClustermgmt::BmcApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *https://:9440/api*
|
|
4
|
+
|
|
5
|
+
| Method | HTTP request | Description |
|
|
6
|
+
| ------ | ------------ | ----------- |
|
|
7
|
+
| [**get_bmc_info**](BmcApi.md#get_bmc_info) | **GET** /clustermgmt/v4.0/config/clusters/{clusterExtId}/hosts/{extId}/bmc-info | Get BMC details |
|
|
8
|
+
| [**update_bmc_info**](BmcApi.md#update_bmc_info) | **PUT** /clustermgmt/v4.0/config/clusters/{clusterExtId}/hosts/{extId}/bmc-info | Update BMC info summary |
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
## get_bmc_info
|
|
12
|
+
|
|
13
|
+
> <GetBmcInfo200Response> get_bmc_info(cluster_ext_id, ext_id)
|
|
14
|
+
|
|
15
|
+
Get BMC details
|
|
16
|
+
|
|
17
|
+
Get BMC details of a host
|
|
18
|
+
|
|
19
|
+
### Examples
|
|
20
|
+
|
|
21
|
+
```ruby
|
|
22
|
+
require 'time'
|
|
23
|
+
require 'nutanix_clustermgmt'
|
|
24
|
+
# setup authorization
|
|
25
|
+
NutanixClustermgmt.configure do |config|
|
|
26
|
+
# Configure API key authorization: apiKeyAuthScheme
|
|
27
|
+
config.api_key['X-ntnx-api-key'] = 'YOUR API KEY'
|
|
28
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
29
|
+
# config.api_key_prefix['X-ntnx-api-key'] = 'Bearer'
|
|
30
|
+
|
|
31
|
+
# Configure HTTP basic authorization: basicAuthScheme
|
|
32
|
+
config.username = 'YOUR USERNAME'
|
|
33
|
+
config.password = 'YOUR PASSWORD'
|
|
34
|
+
end
|
|
35
|
+
|
|
36
|
+
api_instance = NutanixClustermgmt::BmcApi.new
|
|
37
|
+
cluster_ext_id = '960de8e0-115b-4bb8-b263-e69bd907a6f4' # String | Cluster UUID
|
|
38
|
+
ext_id = '9241b35f-1ba4-4f8a-b6a1-9ee30de274c6' # String | Host UUID
|
|
39
|
+
|
|
40
|
+
begin
|
|
41
|
+
# Get BMC details
|
|
42
|
+
result = api_instance.get_bmc_info(cluster_ext_id, ext_id)
|
|
43
|
+
p result
|
|
44
|
+
rescue NutanixClustermgmt::ApiError => e
|
|
45
|
+
puts "Error when calling BmcApi->get_bmc_info: #{e}"
|
|
46
|
+
end
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
#### Using the get_bmc_info_with_http_info variant
|
|
50
|
+
|
|
51
|
+
This returns an Array which contains the response data, status code and headers.
|
|
52
|
+
|
|
53
|
+
> <Array(<GetBmcInfo200Response>, Integer, Hash)> get_bmc_info_with_http_info(cluster_ext_id, ext_id)
|
|
54
|
+
|
|
55
|
+
```ruby
|
|
56
|
+
begin
|
|
57
|
+
# Get BMC details
|
|
58
|
+
data, status_code, headers = api_instance.get_bmc_info_with_http_info(cluster_ext_id, ext_id)
|
|
59
|
+
p status_code # => 2xx
|
|
60
|
+
p headers # => { ... }
|
|
61
|
+
p data # => <GetBmcInfo200Response>
|
|
62
|
+
rescue NutanixClustermgmt::ApiError => e
|
|
63
|
+
puts "Error when calling BmcApi->get_bmc_info_with_http_info: #{e}"
|
|
64
|
+
end
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
### Parameters
|
|
68
|
+
|
|
69
|
+
| Name | Type | Description | Notes |
|
|
70
|
+
| ---- | ---- | ----------- | ----- |
|
|
71
|
+
| **cluster_ext_id** | **String** | Cluster UUID | |
|
|
72
|
+
| **ext_id** | **String** | Host UUID | |
|
|
73
|
+
|
|
74
|
+
### Return type
|
|
75
|
+
|
|
76
|
+
[**GetBmcInfo200Response**](GetBmcInfo200Response.md)
|
|
77
|
+
|
|
78
|
+
### Authorization
|
|
79
|
+
|
|
80
|
+
[apiKeyAuthScheme](../README.md#apiKeyAuthScheme), [basicAuthScheme](../README.md#basicAuthScheme)
|
|
81
|
+
|
|
82
|
+
### HTTP request headers
|
|
83
|
+
|
|
84
|
+
- **Content-Type**: Not defined
|
|
85
|
+
- **Accept**: application/json
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
## update_bmc_info
|
|
89
|
+
|
|
90
|
+
> <UpdateBmcInfo202Response> update_bmc_info(cluster_ext_id, ext_id, if_match, ntnx_request_id, clustermgmt_v40_config_bmc_info)
|
|
91
|
+
|
|
92
|
+
Update BMC info summary
|
|
93
|
+
|
|
94
|
+
Update BMC info
|
|
95
|
+
|
|
96
|
+
### Examples
|
|
97
|
+
|
|
98
|
+
```ruby
|
|
99
|
+
require 'time'
|
|
100
|
+
require 'nutanix_clustermgmt'
|
|
101
|
+
# setup authorization
|
|
102
|
+
NutanixClustermgmt.configure do |config|
|
|
103
|
+
# Configure API key authorization: apiKeyAuthScheme
|
|
104
|
+
config.api_key['X-ntnx-api-key'] = 'YOUR API KEY'
|
|
105
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
106
|
+
# config.api_key_prefix['X-ntnx-api-key'] = 'Bearer'
|
|
107
|
+
|
|
108
|
+
# Configure HTTP basic authorization: basicAuthScheme
|
|
109
|
+
config.username = 'YOUR USERNAME'
|
|
110
|
+
config.password = 'YOUR PASSWORD'
|
|
111
|
+
end
|
|
112
|
+
|
|
113
|
+
api_instance = NutanixClustermgmt::BmcApi.new
|
|
114
|
+
cluster_ext_id = 'ed880147-2ee6-4e21-82f1-84c87133dff8' # String | Cluster UUID
|
|
115
|
+
ext_id = 'c43707cf-64fe-4164-a3b3-68f89628d7d8' # String | Host UUID
|
|
116
|
+
if_match = 'if_match_example' # String | The If-Match request header makes the request conditional. When not provided, the server will respond with an HTTP-428 (Precondition Required) response code indicating that the server requires the request to be conditional. The server will allow the successful completion of PUT and PATCH operations, if the resource matches the ETag value returned to the response of a GET operation. If the conditional does not match, then an HTTP-412 (Precondition Failed) response will be returned.
|
|
117
|
+
ntnx_request_id = 'b1e2f9c3-c419-40fa-9e25-02c3cd026e07' # String | A unique identifier that is associated with each request. The provided value must be opaque and preferably in Universal Unique Identifier (UUID) format. This identifier is also used as an idempotence token for safely retrying requests in case of network errors. All the supported Nutanix API clients add this auto-generated request identifier to each request.
|
|
118
|
+
clustermgmt_v40_config_bmc_info = NutanixClustermgmt::ClustermgmtV40ConfigBmcInfo.new # ClustermgmtV40ConfigBmcInfo | Update BMC info body
|
|
119
|
+
|
|
120
|
+
begin
|
|
121
|
+
# Update BMC info summary
|
|
122
|
+
result = api_instance.update_bmc_info(cluster_ext_id, ext_id, if_match, ntnx_request_id, clustermgmt_v40_config_bmc_info)
|
|
123
|
+
p result
|
|
124
|
+
rescue NutanixClustermgmt::ApiError => e
|
|
125
|
+
puts "Error when calling BmcApi->update_bmc_info: #{e}"
|
|
126
|
+
end
|
|
127
|
+
```
|
|
128
|
+
|
|
129
|
+
#### Using the update_bmc_info_with_http_info variant
|
|
130
|
+
|
|
131
|
+
This returns an Array which contains the response data, status code and headers.
|
|
132
|
+
|
|
133
|
+
> <Array(<UpdateBmcInfo202Response>, Integer, Hash)> update_bmc_info_with_http_info(cluster_ext_id, ext_id, if_match, ntnx_request_id, clustermgmt_v40_config_bmc_info)
|
|
134
|
+
|
|
135
|
+
```ruby
|
|
136
|
+
begin
|
|
137
|
+
# Update BMC info summary
|
|
138
|
+
data, status_code, headers = api_instance.update_bmc_info_with_http_info(cluster_ext_id, ext_id, if_match, ntnx_request_id, clustermgmt_v40_config_bmc_info)
|
|
139
|
+
p status_code # => 2xx
|
|
140
|
+
p headers # => { ... }
|
|
141
|
+
p data # => <UpdateBmcInfo202Response>
|
|
142
|
+
rescue NutanixClustermgmt::ApiError => e
|
|
143
|
+
puts "Error when calling BmcApi->update_bmc_info_with_http_info: #{e}"
|
|
144
|
+
end
|
|
145
|
+
```
|
|
146
|
+
|
|
147
|
+
### Parameters
|
|
148
|
+
|
|
149
|
+
| Name | Type | Description | Notes |
|
|
150
|
+
| ---- | ---- | ----------- | ----- |
|
|
151
|
+
| **cluster_ext_id** | **String** | Cluster UUID | |
|
|
152
|
+
| **ext_id** | **String** | Host UUID | |
|
|
153
|
+
| **if_match** | **String** | The If-Match request header makes the request conditional. When not provided, the server will respond with an HTTP-428 (Precondition Required) response code indicating that the server requires the request to be conditional. The server will allow the successful completion of PUT and PATCH operations, if the resource matches the ETag value returned to the response of a GET operation. If the conditional does not match, then an HTTP-412 (Precondition Failed) response will be returned. | |
|
|
154
|
+
| **ntnx_request_id** | **String** | A unique identifier that is associated with each request. The provided value must be opaque and preferably in Universal Unique Identifier (UUID) format. This identifier is also used as an idempotence token for safely retrying requests in case of network errors. All the supported Nutanix API clients add this auto-generated request identifier to each request. | |
|
|
155
|
+
| **clustermgmt_v40_config_bmc_info** | [**ClustermgmtV40ConfigBmcInfo**](ClustermgmtV40ConfigBmcInfo.md) | Update BMC info body | |
|
|
156
|
+
|
|
157
|
+
### Return type
|
|
158
|
+
|
|
159
|
+
[**UpdateBmcInfo202Response**](UpdateBmcInfo202Response.md)
|
|
160
|
+
|
|
161
|
+
### Authorization
|
|
162
|
+
|
|
163
|
+
[apiKeyAuthScheme](../README.md#apiKeyAuthScheme), [basicAuthScheme](../README.md#basicAuthScheme)
|
|
164
|
+
|
|
165
|
+
### HTTP request headers
|
|
166
|
+
|
|
167
|
+
- **Content-Type**: application/json
|
|
168
|
+
- **Accept**: application/json
|
|
169
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# NutanixClustermgmt::CheckHypervisorRequirements202Response
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **metadata** | [**CommonV10ResponseApiResponseMetadata**](CommonV10ResponseApiResponseMetadata.md) | | [optional] |
|
|
8
|
+
| **data** | [**PrismV40ConfigTaskReference**](PrismV40ConfigTaskReference.md) | | [optional] |
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'nutanix_clustermgmt'
|
|
14
|
+
|
|
15
|
+
instance = NutanixClustermgmt::CheckHypervisorRequirements202Response.new(
|
|
16
|
+
metadata: null,
|
|
17
|
+
data: null
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# NutanixClustermgmt::CheckHypervisorRequirements4XXResponse
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **metadata** | [**CommonV10ResponseApiResponseMetadata**](CommonV10ResponseApiResponseMetadata.md) | | [optional] |
|
|
8
|
+
| **data** | [**ClustermgmtV40ErrorErrorResponse**](ClustermgmtV40ErrorErrorResponse.md) | | [optional] |
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'nutanix_clustermgmt'
|
|
14
|
+
|
|
15
|
+
instance = NutanixClustermgmt::CheckHypervisorRequirements4XXResponse.new(
|
|
16
|
+
metadata: null,
|
|
17
|
+
data: null
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|