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
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: 4.0.2
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
Generator version: 7.
|
|
9
|
+
Generator version: 7.17.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -15,7 +15,7 @@ require 'time'
|
|
|
15
15
|
|
|
16
16
|
module NutanixClustermgmt
|
|
17
17
|
# Cluster Configuration required for a cluster to function properly.
|
|
18
|
-
class ClustermgmtV40ConfigClusterConfig
|
|
18
|
+
class ClustermgmtV40ConfigClusterConfig < ApiModelBase
|
|
19
19
|
# A boolean value indicating whether to enable lockdown mode for a cluster.
|
|
20
20
|
attr_accessor :should_enable_lockdown_mode
|
|
21
21
|
|
|
@@ -29,9 +29,14 @@ module NutanixClustermgmt
|
|
|
29
29
|
}
|
|
30
30
|
end
|
|
31
31
|
|
|
32
|
+
# Returns attribute mapping this model knows about
|
|
33
|
+
def self.acceptable_attribute_map
|
|
34
|
+
attribute_map
|
|
35
|
+
end
|
|
36
|
+
|
|
32
37
|
# Returns all the JSON keys this model knows about
|
|
33
38
|
def self.acceptable_attributes
|
|
34
|
-
|
|
39
|
+
acceptable_attribute_map.values
|
|
35
40
|
end
|
|
36
41
|
|
|
37
42
|
# Attribute type mapping.
|
|
@@ -56,9 +61,10 @@ module NutanixClustermgmt
|
|
|
56
61
|
end
|
|
57
62
|
|
|
58
63
|
# check to see if the attribute exists and convert string to symbol for hash key
|
|
64
|
+
acceptable_attribute_map = self.class.acceptable_attribute_map
|
|
59
65
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
60
|
-
if (!
|
|
61
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `NutanixClustermgmt::ClustermgmtV40ConfigClusterConfig`. Please check the name to make sure it's valid. List of attributes: " +
|
|
66
|
+
if (!acceptable_attribute_map.key?(k.to_sym))
|
|
67
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `NutanixClustermgmt::ClustermgmtV40ConfigClusterConfig`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
|
|
62
68
|
end
|
|
63
69
|
h[k.to_sym] = v
|
|
64
70
|
}
|
|
@@ -131,61 +137,6 @@ module NutanixClustermgmt
|
|
|
131
137
|
new(transformed_hash)
|
|
132
138
|
end
|
|
133
139
|
|
|
134
|
-
# Deserializes the data based on type
|
|
135
|
-
# @param string type Data type
|
|
136
|
-
# @param string value Value to be deserialized
|
|
137
|
-
# @return [Object] Deserialized data
|
|
138
|
-
def self._deserialize(type, value)
|
|
139
|
-
case type.to_sym
|
|
140
|
-
when :Time
|
|
141
|
-
Time.parse(value)
|
|
142
|
-
when :Date
|
|
143
|
-
Date.parse(value)
|
|
144
|
-
when :String
|
|
145
|
-
value.to_s
|
|
146
|
-
when :Integer
|
|
147
|
-
value.to_i
|
|
148
|
-
when :Float
|
|
149
|
-
value.to_f
|
|
150
|
-
when :Boolean
|
|
151
|
-
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
152
|
-
true
|
|
153
|
-
else
|
|
154
|
-
false
|
|
155
|
-
end
|
|
156
|
-
when :Object
|
|
157
|
-
# generic object (usually a Hash), return directly
|
|
158
|
-
value
|
|
159
|
-
when /\AArray<(?<inner_type>.+)>\z/
|
|
160
|
-
inner_type = Regexp.last_match[:inner_type]
|
|
161
|
-
value.map { |v| _deserialize(inner_type, v) }
|
|
162
|
-
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
|
163
|
-
k_type = Regexp.last_match[:k_type]
|
|
164
|
-
v_type = Regexp.last_match[:v_type]
|
|
165
|
-
{}.tap do |hash|
|
|
166
|
-
value.each do |k, v|
|
|
167
|
-
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
|
168
|
-
end
|
|
169
|
-
end
|
|
170
|
-
else # model
|
|
171
|
-
# models (e.g. Pet) or oneOf
|
|
172
|
-
klass = NutanixClustermgmt.const_get(type)
|
|
173
|
-
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
174
|
-
end
|
|
175
|
-
end
|
|
176
|
-
|
|
177
|
-
# Returns the string representation of the object
|
|
178
|
-
# @return [String] String presentation of the object
|
|
179
|
-
def to_s
|
|
180
|
-
to_hash.to_s
|
|
181
|
-
end
|
|
182
|
-
|
|
183
|
-
# to_body is an alias to to_hash (backward compatibility)
|
|
184
|
-
# @return [Hash] Returns the object in the form of hash
|
|
185
|
-
def to_body
|
|
186
|
-
to_hash
|
|
187
|
-
end
|
|
188
|
-
|
|
189
140
|
# Returns the object in the form of hash
|
|
190
141
|
# @return [Hash] Returns the object in the form of hash
|
|
191
142
|
def to_hash
|
|
@@ -202,24 +153,6 @@ module NutanixClustermgmt
|
|
|
202
153
|
hash
|
|
203
154
|
end
|
|
204
155
|
|
|
205
|
-
# Outputs non-array value in the form of hash
|
|
206
|
-
# For object, use to_hash. Otherwise, just return the value
|
|
207
|
-
# @param [Object] value Any valid value
|
|
208
|
-
# @return [Hash] Returns the value in the form of hash
|
|
209
|
-
def _to_hash(value)
|
|
210
|
-
if value.is_a?(Array)
|
|
211
|
-
value.compact.map { |v| _to_hash(v) }
|
|
212
|
-
elsif value.is_a?(Hash)
|
|
213
|
-
{}.tap do |hash|
|
|
214
|
-
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
215
|
-
end
|
|
216
|
-
elsif value.respond_to? :to_hash
|
|
217
|
-
value.to_hash
|
|
218
|
-
else
|
|
219
|
-
value
|
|
220
|
-
end
|
|
221
|
-
end
|
|
222
|
-
|
|
223
156
|
end
|
|
224
157
|
|
|
225
158
|
end
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: 4.0.2
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
Generator version: 7.
|
|
9
|
+
Generator version: 7.17.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -15,7 +15,7 @@ require 'time'
|
|
|
15
15
|
|
|
16
16
|
module NutanixClustermgmt
|
|
17
17
|
# Cluster configuration details.
|
|
18
|
-
class ClustermgmtV40ConfigClusterConfigReference
|
|
18
|
+
class ClustermgmtV40ConfigClusterConfigReference < ApiModelBase
|
|
19
19
|
# Cluster incarnation Id. This is part of payload for cluster update operation only.
|
|
20
20
|
attr_accessor :incarnation_id
|
|
21
21
|
|
|
@@ -114,9 +114,14 @@ module NutanixClustermgmt
|
|
|
114
114
|
}
|
|
115
115
|
end
|
|
116
116
|
|
|
117
|
+
# Returns attribute mapping this model knows about
|
|
118
|
+
def self.acceptable_attribute_map
|
|
119
|
+
attribute_map
|
|
120
|
+
end
|
|
121
|
+
|
|
117
122
|
# Returns all the JSON keys this model knows about
|
|
118
123
|
def self.acceptable_attributes
|
|
119
|
-
|
|
124
|
+
acceptable_attribute_map.values
|
|
120
125
|
end
|
|
121
126
|
|
|
122
127
|
# Attribute type mapping.
|
|
@@ -158,9 +163,10 @@ module NutanixClustermgmt
|
|
|
158
163
|
end
|
|
159
164
|
|
|
160
165
|
# check to see if the attribute exists and convert string to symbol for hash key
|
|
166
|
+
acceptable_attribute_map = self.class.acceptable_attribute_map
|
|
161
167
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
162
|
-
if (!
|
|
163
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `NutanixClustermgmt::ClustermgmtV40ConfigClusterConfigReference`. Please check the name to make sure it's valid. List of attributes: " +
|
|
168
|
+
if (!acceptable_attribute_map.key?(k.to_sym))
|
|
169
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `NutanixClustermgmt::ClustermgmtV40ConfigClusterConfigReference`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
|
|
164
170
|
end
|
|
165
171
|
h[k.to_sym] = v
|
|
166
172
|
}
|
|
@@ -498,61 +504,6 @@ module NutanixClustermgmt
|
|
|
498
504
|
new(transformed_hash)
|
|
499
505
|
end
|
|
500
506
|
|
|
501
|
-
# Deserializes the data based on type
|
|
502
|
-
# @param string type Data type
|
|
503
|
-
# @param string value Value to be deserialized
|
|
504
|
-
# @return [Object] Deserialized data
|
|
505
|
-
def self._deserialize(type, value)
|
|
506
|
-
case type.to_sym
|
|
507
|
-
when :Time
|
|
508
|
-
Time.parse(value)
|
|
509
|
-
when :Date
|
|
510
|
-
Date.parse(value)
|
|
511
|
-
when :String
|
|
512
|
-
value.to_s
|
|
513
|
-
when :Integer
|
|
514
|
-
value.to_i
|
|
515
|
-
when :Float
|
|
516
|
-
value.to_f
|
|
517
|
-
when :Boolean
|
|
518
|
-
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
519
|
-
true
|
|
520
|
-
else
|
|
521
|
-
false
|
|
522
|
-
end
|
|
523
|
-
when :Object
|
|
524
|
-
# generic object (usually a Hash), return directly
|
|
525
|
-
value
|
|
526
|
-
when /\AArray<(?<inner_type>.+)>\z/
|
|
527
|
-
inner_type = Regexp.last_match[:inner_type]
|
|
528
|
-
value.map { |v| _deserialize(inner_type, v) }
|
|
529
|
-
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
|
530
|
-
k_type = Regexp.last_match[:k_type]
|
|
531
|
-
v_type = Regexp.last_match[:v_type]
|
|
532
|
-
{}.tap do |hash|
|
|
533
|
-
value.each do |k, v|
|
|
534
|
-
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
|
535
|
-
end
|
|
536
|
-
end
|
|
537
|
-
else # model
|
|
538
|
-
# models (e.g. Pet) or oneOf
|
|
539
|
-
klass = NutanixClustermgmt.const_get(type)
|
|
540
|
-
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
541
|
-
end
|
|
542
|
-
end
|
|
543
|
-
|
|
544
|
-
# Returns the string representation of the object
|
|
545
|
-
# @return [String] String presentation of the object
|
|
546
|
-
def to_s
|
|
547
|
-
to_hash.to_s
|
|
548
|
-
end
|
|
549
|
-
|
|
550
|
-
# to_body is an alias to to_hash (backward compatibility)
|
|
551
|
-
# @return [Hash] Returns the object in the form of hash
|
|
552
|
-
def to_body
|
|
553
|
-
to_hash
|
|
554
|
-
end
|
|
555
|
-
|
|
556
507
|
# Returns the object in the form of hash
|
|
557
508
|
# @return [Hash] Returns the object in the form of hash
|
|
558
509
|
def to_hash
|
|
@@ -569,24 +520,6 @@ module NutanixClustermgmt
|
|
|
569
520
|
hash
|
|
570
521
|
end
|
|
571
522
|
|
|
572
|
-
# Outputs non-array value in the form of hash
|
|
573
|
-
# For object, use to_hash. Otherwise, just return the value
|
|
574
|
-
# @param [Object] value Any valid value
|
|
575
|
-
# @return [Hash] Returns the value in the form of hash
|
|
576
|
-
def _to_hash(value)
|
|
577
|
-
if value.is_a?(Array)
|
|
578
|
-
value.compact.map { |v| _to_hash(v) }
|
|
579
|
-
elsif value.is_a?(Hash)
|
|
580
|
-
{}.tap do |hash|
|
|
581
|
-
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
582
|
-
end
|
|
583
|
-
elsif value.respond_to? :to_hash
|
|
584
|
-
value.to_hash
|
|
585
|
-
else
|
|
586
|
-
value
|
|
587
|
-
end
|
|
588
|
-
end
|
|
589
|
-
|
|
590
523
|
end
|
|
591
524
|
|
|
592
525
|
end
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: 4.0.2
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
Generator version: 7.
|
|
9
|
+
Generator version: 7.17.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -19,11 +19,11 @@ module NutanixClustermgmt
|
|
|
19
19
|
CFT_1_N_OR_1_D = "CFT_1N_OR_1D".freeze
|
|
20
20
|
CFT_2_N_OR_2_D = "CFT_2N_OR_2D".freeze
|
|
21
21
|
CFT_1_N_AND_1_D = "CFT_1N_AND_1D".freeze
|
|
22
|
-
|
|
23
|
-
|
|
22
|
+
_UNKNOWN = "$UNKNOWN".freeze
|
|
23
|
+
_REDACTED = "$REDACTED".freeze
|
|
24
24
|
|
|
25
25
|
def self.all_vars
|
|
26
|
-
@all_vars ||= [CFT_0_N_AND_0_D, CFT_1_N_OR_1_D, CFT_2_N_OR_2_D, CFT_1_N_AND_1_D,
|
|
26
|
+
@all_vars ||= [CFT_0_N_AND_0_D, CFT_1_N_OR_1_D, CFT_2_N_OR_2_D, CFT_1_N_AND_1_D, _UNKNOWN, _REDACTED].freeze
|
|
27
27
|
end
|
|
28
28
|
|
|
29
29
|
# Builds the enum from string
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: 4.0.2
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
Generator version: 7.
|
|
9
|
+
Generator version: 7.17.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -22,11 +22,11 @@ module NutanixClustermgmt
|
|
|
22
22
|
ONE_NODE = "ONE_NODE".freeze
|
|
23
23
|
TWO_NODE = "TWO_NODE".freeze
|
|
24
24
|
ANALYTICS_PLATFORM = "ANALYTICS_PLATFORM".freeze
|
|
25
|
-
|
|
26
|
-
|
|
25
|
+
_UNKNOWN = "$UNKNOWN".freeze
|
|
26
|
+
_REDACTED = "$REDACTED".freeze
|
|
27
27
|
|
|
28
28
|
def self.all_vars
|
|
29
|
-
@all_vars ||= [AOS, PRISM_CENTRAL, CLOUD_DATA_GATEWAY, AFS, ONE_NODE, TWO_NODE, ANALYTICS_PLATFORM,
|
|
29
|
+
@all_vars ||= [AOS, PRISM_CENTRAL, CLOUD_DATA_GATEWAY, AFS, ONE_NODE, TWO_NODE, ANALYTICS_PLATFORM, _UNKNOWN, _REDACTED].freeze
|
|
30
30
|
end
|
|
31
31
|
|
|
32
32
|
# Builds the enum from string
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: 4.0.2
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
Generator version: 7.
|
|
9
|
+
Generator version: 7.17.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -15,7 +15,7 @@ require 'time'
|
|
|
15
15
|
|
|
16
16
|
module NutanixClustermgmt
|
|
17
17
|
# Network details of a cluster.
|
|
18
|
-
class ClustermgmtV40ConfigClusterNetwork
|
|
18
|
+
class ClustermgmtV40ConfigClusterNetwork < ApiModelBase
|
|
19
19
|
attr_accessor :external_address
|
|
20
20
|
|
|
21
21
|
# List of name servers on a cluster. This is part of payload for both cluster create & update operations. For create operation, only ipv4 address / fqdn values are supported currently.
|
|
@@ -37,9 +37,14 @@ module NutanixClustermgmt
|
|
|
37
37
|
}
|
|
38
38
|
end
|
|
39
39
|
|
|
40
|
+
# Returns attribute mapping this model knows about
|
|
41
|
+
def self.acceptable_attribute_map
|
|
42
|
+
attribute_map
|
|
43
|
+
end
|
|
44
|
+
|
|
40
45
|
# Returns all the JSON keys this model knows about
|
|
41
46
|
def self.acceptable_attributes
|
|
42
|
-
|
|
47
|
+
acceptable_attribute_map.values
|
|
43
48
|
end
|
|
44
49
|
|
|
45
50
|
# Attribute type mapping.
|
|
@@ -66,9 +71,10 @@ module NutanixClustermgmt
|
|
|
66
71
|
end
|
|
67
72
|
|
|
68
73
|
# check to see if the attribute exists and convert string to symbol for hash key
|
|
74
|
+
acceptable_attribute_map = self.class.acceptable_attribute_map
|
|
69
75
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
70
|
-
if (!
|
|
71
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `NutanixClustermgmt::ClustermgmtV40ConfigClusterNetwork`. Please check the name to make sure it's valid. List of attributes: " +
|
|
76
|
+
if (!acceptable_attribute_map.key?(k.to_sym))
|
|
77
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `NutanixClustermgmt::ClustermgmtV40ConfigClusterNetwork`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
|
|
72
78
|
end
|
|
73
79
|
h[k.to_sym] = v
|
|
74
80
|
}
|
|
@@ -232,61 +238,6 @@ module NutanixClustermgmt
|
|
|
232
238
|
new(transformed_hash)
|
|
233
239
|
end
|
|
234
240
|
|
|
235
|
-
# Deserializes the data based on type
|
|
236
|
-
# @param string type Data type
|
|
237
|
-
# @param string value Value to be deserialized
|
|
238
|
-
# @return [Object] Deserialized data
|
|
239
|
-
def self._deserialize(type, value)
|
|
240
|
-
case type.to_sym
|
|
241
|
-
when :Time
|
|
242
|
-
Time.parse(value)
|
|
243
|
-
when :Date
|
|
244
|
-
Date.parse(value)
|
|
245
|
-
when :String
|
|
246
|
-
value.to_s
|
|
247
|
-
when :Integer
|
|
248
|
-
value.to_i
|
|
249
|
-
when :Float
|
|
250
|
-
value.to_f
|
|
251
|
-
when :Boolean
|
|
252
|
-
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
253
|
-
true
|
|
254
|
-
else
|
|
255
|
-
false
|
|
256
|
-
end
|
|
257
|
-
when :Object
|
|
258
|
-
# generic object (usually a Hash), return directly
|
|
259
|
-
value
|
|
260
|
-
when /\AArray<(?<inner_type>.+)>\z/
|
|
261
|
-
inner_type = Regexp.last_match[:inner_type]
|
|
262
|
-
value.map { |v| _deserialize(inner_type, v) }
|
|
263
|
-
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
|
264
|
-
k_type = Regexp.last_match[:k_type]
|
|
265
|
-
v_type = Regexp.last_match[:v_type]
|
|
266
|
-
{}.tap do |hash|
|
|
267
|
-
value.each do |k, v|
|
|
268
|
-
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
|
269
|
-
end
|
|
270
|
-
end
|
|
271
|
-
else # model
|
|
272
|
-
# models (e.g. Pet) or oneOf
|
|
273
|
-
klass = NutanixClustermgmt.const_get(type)
|
|
274
|
-
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
275
|
-
end
|
|
276
|
-
end
|
|
277
|
-
|
|
278
|
-
# Returns the string representation of the object
|
|
279
|
-
# @return [String] String presentation of the object
|
|
280
|
-
def to_s
|
|
281
|
-
to_hash.to_s
|
|
282
|
-
end
|
|
283
|
-
|
|
284
|
-
# to_body is an alias to to_hash (backward compatibility)
|
|
285
|
-
# @return [Hash] Returns the object in the form of hash
|
|
286
|
-
def to_body
|
|
287
|
-
to_hash
|
|
288
|
-
end
|
|
289
|
-
|
|
290
241
|
# Returns the object in the form of hash
|
|
291
242
|
# @return [Hash] Returns the object in the form of hash
|
|
292
243
|
def to_hash
|
|
@@ -303,24 +254,6 @@ module NutanixClustermgmt
|
|
|
303
254
|
hash
|
|
304
255
|
end
|
|
305
256
|
|
|
306
|
-
# Outputs non-array value in the form of hash
|
|
307
|
-
# For object, use to_hash. Otherwise, just return the value
|
|
308
|
-
# @param [Object] value Any valid value
|
|
309
|
-
# @return [Hash] Returns the value in the form of hash
|
|
310
|
-
def _to_hash(value)
|
|
311
|
-
if value.is_a?(Array)
|
|
312
|
-
value.compact.map { |v| _to_hash(v) }
|
|
313
|
-
elsif value.is_a?(Hash)
|
|
314
|
-
{}.tap do |hash|
|
|
315
|
-
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
316
|
-
end
|
|
317
|
-
elsif value.respond_to? :to_hash
|
|
318
|
-
value.to_hash
|
|
319
|
-
else
|
|
320
|
-
value
|
|
321
|
-
end
|
|
322
|
-
end
|
|
323
|
-
|
|
324
257
|
end
|
|
325
258
|
|
|
326
259
|
end
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: 4.0.2
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
Generator version: 7.
|
|
9
|
+
Generator version: 7.17.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -15,7 +15,7 @@ require 'time'
|
|
|
15
15
|
|
|
16
16
|
module NutanixClustermgmt
|
|
17
17
|
# Network details of a cluster.
|
|
18
|
-
class ClustermgmtV40ConfigClusterNetworkReference
|
|
18
|
+
class ClustermgmtV40ConfigClusterNetworkReference < ApiModelBase
|
|
19
19
|
attr_accessor :external_address
|
|
20
20
|
|
|
21
21
|
attr_accessor :external_data_service_ip
|
|
@@ -101,9 +101,14 @@ module NutanixClustermgmt
|
|
|
101
101
|
}
|
|
102
102
|
end
|
|
103
103
|
|
|
104
|
+
# Returns attribute mapping this model knows about
|
|
105
|
+
def self.acceptable_attribute_map
|
|
106
|
+
attribute_map
|
|
107
|
+
end
|
|
108
|
+
|
|
104
109
|
# Returns all the JSON keys this model knows about
|
|
105
110
|
def self.acceptable_attributes
|
|
106
|
-
|
|
111
|
+
acceptable_attribute_map.values
|
|
107
112
|
end
|
|
108
113
|
|
|
109
114
|
# Attribute type mapping.
|
|
@@ -142,9 +147,10 @@ module NutanixClustermgmt
|
|
|
142
147
|
end
|
|
143
148
|
|
|
144
149
|
# check to see if the attribute exists and convert string to symbol for hash key
|
|
150
|
+
acceptable_attribute_map = self.class.acceptable_attribute_map
|
|
145
151
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
146
|
-
if (!
|
|
147
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `NutanixClustermgmt::ClustermgmtV40ConfigClusterNetworkReference`. Please check the name to make sure it's valid. List of attributes: " +
|
|
152
|
+
if (!acceptable_attribute_map.key?(k.to_sym))
|
|
153
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `NutanixClustermgmt::ClustermgmtV40ConfigClusterNetworkReference`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
|
|
148
154
|
end
|
|
149
155
|
h[k.to_sym] = v
|
|
150
156
|
}
|
|
@@ -458,61 +464,6 @@ module NutanixClustermgmt
|
|
|
458
464
|
new(transformed_hash)
|
|
459
465
|
end
|
|
460
466
|
|
|
461
|
-
# Deserializes the data based on type
|
|
462
|
-
# @param string type Data type
|
|
463
|
-
# @param string value Value to be deserialized
|
|
464
|
-
# @return [Object] Deserialized data
|
|
465
|
-
def self._deserialize(type, value)
|
|
466
|
-
case type.to_sym
|
|
467
|
-
when :Time
|
|
468
|
-
Time.parse(value)
|
|
469
|
-
when :Date
|
|
470
|
-
Date.parse(value)
|
|
471
|
-
when :String
|
|
472
|
-
value.to_s
|
|
473
|
-
when :Integer
|
|
474
|
-
value.to_i
|
|
475
|
-
when :Float
|
|
476
|
-
value.to_f
|
|
477
|
-
when :Boolean
|
|
478
|
-
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
479
|
-
true
|
|
480
|
-
else
|
|
481
|
-
false
|
|
482
|
-
end
|
|
483
|
-
when :Object
|
|
484
|
-
# generic object (usually a Hash), return directly
|
|
485
|
-
value
|
|
486
|
-
when /\AArray<(?<inner_type>.+)>\z/
|
|
487
|
-
inner_type = Regexp.last_match[:inner_type]
|
|
488
|
-
value.map { |v| _deserialize(inner_type, v) }
|
|
489
|
-
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
|
490
|
-
k_type = Regexp.last_match[:k_type]
|
|
491
|
-
v_type = Regexp.last_match[:v_type]
|
|
492
|
-
{}.tap do |hash|
|
|
493
|
-
value.each do |k, v|
|
|
494
|
-
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
|
495
|
-
end
|
|
496
|
-
end
|
|
497
|
-
else # model
|
|
498
|
-
# models (e.g. Pet) or oneOf
|
|
499
|
-
klass = NutanixClustermgmt.const_get(type)
|
|
500
|
-
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
501
|
-
end
|
|
502
|
-
end
|
|
503
|
-
|
|
504
|
-
# Returns the string representation of the object
|
|
505
|
-
# @return [String] String presentation of the object
|
|
506
|
-
def to_s
|
|
507
|
-
to_hash.to_s
|
|
508
|
-
end
|
|
509
|
-
|
|
510
|
-
# to_body is an alias to to_hash (backward compatibility)
|
|
511
|
-
# @return [Hash] Returns the object in the form of hash
|
|
512
|
-
def to_body
|
|
513
|
-
to_hash
|
|
514
|
-
end
|
|
515
|
-
|
|
516
467
|
# Returns the object in the form of hash
|
|
517
468
|
# @return [Hash] Returns the object in the form of hash
|
|
518
469
|
def to_hash
|
|
@@ -529,24 +480,6 @@ module NutanixClustermgmt
|
|
|
529
480
|
hash
|
|
530
481
|
end
|
|
531
482
|
|
|
532
|
-
# Outputs non-array value in the form of hash
|
|
533
|
-
# For object, use to_hash. Otherwise, just return the value
|
|
534
|
-
# @param [Object] value Any valid value
|
|
535
|
-
# @return [Hash] Returns the value in the form of hash
|
|
536
|
-
def _to_hash(value)
|
|
537
|
-
if value.is_a?(Array)
|
|
538
|
-
value.compact.map { |v| _to_hash(v) }
|
|
539
|
-
elsif value.is_a?(Hash)
|
|
540
|
-
{}.tap do |hash|
|
|
541
|
-
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
542
|
-
end
|
|
543
|
-
elsif value.respond_to? :to_hash
|
|
544
|
-
value.to_hash
|
|
545
|
-
else
|
|
546
|
-
value
|
|
547
|
-
end
|
|
548
|
-
end
|
|
549
|
-
|
|
550
483
|
end
|
|
551
484
|
|
|
552
485
|
end
|