vsphere-automation-vcenter 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Gemfile +3 -0
- data/Gemfile.lock +79 -0
- data/README.md +727 -0
- data/Rakefile +10 -0
- data/docs/CisTaskProgress.md +10 -0
- data/docs/CisTaskStatus.md +7 -0
- data/docs/ClusterApi.md +104 -0
- data/docs/DatacenterApi.md +193 -0
- data/docs/DatastoreApi.md +106 -0
- data/docs/DatastoreDefaultPolicyApi.md +52 -0
- data/docs/DeploymentApi.md +87 -0
- data/docs/DeploymentImportHistoryApi.md +210 -0
- data/docs/DeploymentInstallApi.md +174 -0
- data/docs/DeploymentInstallInitialConfigRemotePscThumbprintApi.md +56 -0
- data/docs/DeploymentInstallPscReplicatedApi.md +52 -0
- data/docs/DeploymentInstallPscStandaloneApi.md +52 -0
- data/docs/DeploymentInstallRemotePscApi.md +52 -0
- data/docs/DeploymentQuestionApi.md +91 -0
- data/docs/DeploymentUpgradeApi.md +174 -0
- data/docs/FolderApi.md +62 -0
- data/docs/GuestCustomizationSpecsApi.md +56 -0
- data/docs/HostApi.md +239 -0
- data/docs/InventoryDatastoreApi.md +52 -0
- data/docs/InventoryNetworkApi.md +52 -0
- data/docs/IsoImageApi.md +99 -0
- data/docs/NetworkApi.md +62 -0
- data/docs/OvfCapabilityApi.md +52 -0
- data/docs/OvfExportFlagApi.md +48 -0
- data/docs/OvfImportFlagApi.md +52 -0
- data/docs/OvfLibraryItemApi.md +144 -0
- data/docs/ResourcePoolApi.md +108 -0
- data/docs/ServicesServiceApi.md +266 -0
- data/docs/StoragePoliciesApi.md +100 -0
- data/docs/StoragePoliciesComplianceApi.md +54 -0
- data/docs/StoragePoliciesComplianceVMApi.md +56 -0
- data/docs/StoragePoliciesVMApi.md +52 -0
- data/docs/SystemConfigDeploymentTypeApi.md +91 -0
- data/docs/SystemConfigPscRegistrationApi.md +91 -0
- data/docs/VMApi.md +199 -0
- data/docs/VapiStdDynamicID.md +9 -0
- data/docs/VapiStdErrorsAlreadyExists.md +9 -0
- data/docs/VapiStdErrorsAlreadyExistsError.md +9 -0
- data/docs/VapiStdErrorsAlreadyInDesiredState.md +9 -0
- data/docs/VapiStdErrorsAlreadyInDesiredStateError.md +9 -0
- data/docs/VapiStdErrorsError.md +9 -0
- data/docs/VapiStdErrorsErrorError.md +9 -0
- data/docs/VapiStdErrorsInternalServerError.md +9 -0
- data/docs/VapiStdErrorsInternalServerErrorError.md +9 -0
- data/docs/VapiStdErrorsInvalidArgument.md +9 -0
- data/docs/VapiStdErrorsInvalidArgumentError.md +9 -0
- data/docs/VapiStdErrorsInvalidElementConfiguration.md +9 -0
- data/docs/VapiStdErrorsInvalidElementConfigurationError.md +9 -0
- data/docs/VapiStdErrorsInvalidElementType.md +9 -0
- data/docs/VapiStdErrorsInvalidElementTypeError.md +9 -0
- data/docs/VapiStdErrorsNotAllowedInCurrentState.md +9 -0
- data/docs/VapiStdErrorsNotAllowedInCurrentStateError.md +9 -0
- data/docs/VapiStdErrorsNotFound.md +9 -0
- data/docs/VapiStdErrorsNotFoundError.md +9 -0
- data/docs/VapiStdErrorsResourceBusy.md +9 -0
- data/docs/VapiStdErrorsResourceBusyError.md +9 -0
- data/docs/VapiStdErrorsResourceInUse.md +9 -0
- data/docs/VapiStdErrorsResourceInUseError.md +9 -0
- data/docs/VapiStdErrorsResourceInaccessible.md +9 -0
- data/docs/VapiStdErrorsResourceInaccessibleError.md +9 -0
- data/docs/VapiStdErrorsServiceUnavailable.md +9 -0
- data/docs/VapiStdErrorsServiceUnavailableError.md +9 -0
- data/docs/VapiStdErrorsTimedOut.md +9 -0
- data/docs/VapiStdErrorsTimedOutError.md +9 -0
- data/docs/VapiStdErrorsUnableToAllocateResource.md +9 -0
- data/docs/VapiStdErrorsUnableToAllocateResourceError.md +9 -0
- data/docs/VapiStdErrorsUnauthenticated.md +9 -0
- data/docs/VapiStdErrorsUnauthenticatedError.md +9 -0
- data/docs/VapiStdErrorsUnauthorized.md +9 -0
- data/docs/VapiStdErrorsUnauthorizedError.md +9 -0
- data/docs/VapiStdErrorsUnsupported.md +9 -0
- data/docs/VapiStdErrorsUnsupportedError.md +9 -0
- data/docs/VapiStdErrorsUnverifiedPeer.md +9 -0
- data/docs/VapiStdErrorsUnverifiedPeerError.md +9 -0
- data/docs/VapiStdLocalizableMessage.md +10 -0
- data/docs/VcenterClusterFilterSpec.md +11 -0
- data/docs/VcenterClusterInfo.md +9 -0
- data/docs/VcenterClusterListResult.md +8 -0
- data/docs/VcenterClusterResult.md +8 -0
- data/docs/VcenterClusterSummary.md +11 -0
- data/docs/VcenterDatacenterCreate.md +8 -0
- data/docs/VcenterDatacenterCreateResult.md +8 -0
- data/docs/VcenterDatacenterCreateSpec.md +9 -0
- data/docs/VcenterDatacenterFilterSpec.md +10 -0
- data/docs/VcenterDatacenterInfo.md +12 -0
- data/docs/VcenterDatacenterListResult.md +8 -0
- data/docs/VcenterDatacenterResult.md +8 -0
- data/docs/VcenterDatacenterSummary.md +9 -0
- data/docs/VcenterDatastoreDefaultPolicyResult.md +8 -0
- data/docs/VcenterDatastoreFilterSpec.md +12 -0
- data/docs/VcenterDatastoreInfo.md +13 -0
- data/docs/VcenterDatastoreListResult.md +8 -0
- data/docs/VcenterDatastoreResult.md +8 -0
- data/docs/VcenterDatastoreSummary.md +12 -0
- data/docs/VcenterDatastoreType.md +7 -0
- data/docs/VcenterDeploymentApplianceState.md +7 -0
- data/docs/VcenterDeploymentApplianceType.md +7 -0
- data/docs/VcenterDeploymentCheckInfo.md +9 -0
- data/docs/VcenterDeploymentCheckStatus.md +7 -0
- data/docs/VcenterDeploymentHistoryMigrationOption.md +7 -0
- data/docs/VcenterDeploymentHistoryMigrationSpec.md +9 -0
- data/docs/VcenterDeploymentImportHistoryCreateSpec.md +9 -0
- data/docs/VcenterDeploymentImportHistoryInfo.md +20 -0
- data/docs/VcenterDeploymentImportHistoryResult.md +8 -0
- data/docs/VcenterDeploymentImportHistoryStart.md +8 -0
- data/docs/VcenterDeploymentInfo.md +22 -0
- data/docs/VcenterDeploymentInfoSubtasks.md +9 -0
- data/docs/VcenterDeploymentInstallCheck.md +8 -0
- data/docs/VcenterDeploymentInstallCheckResult.md +8 -0
- data/docs/VcenterDeploymentInstallInitialConfigRemotePscThumbprintRemoteSpec.md +9 -0
- data/docs/VcenterDeploymentInstallInitialConfigRemotePscThumbprintResult.md +8 -0
- data/docs/VcenterDeploymentInstallInstallSpec.md +11 -0
- data/docs/VcenterDeploymentInstallPscReplicatedCheck.md +8 -0
- data/docs/VcenterDeploymentInstallPscReplicatedCheckResult.md +8 -0
- data/docs/VcenterDeploymentInstallPscSpec.md +10 -0
- data/docs/VcenterDeploymentInstallPscStandaloneCheck.md +8 -0
- data/docs/VcenterDeploymentInstallPscStandaloneCheckResult.md +8 -0
- data/docs/VcenterDeploymentInstallRemotePscCheck.md +8 -0
- data/docs/VcenterDeploymentInstallRemotePscCheckResult.md +8 -0
- data/docs/VcenterDeploymentInstallResult.md +8 -0
- data/docs/VcenterDeploymentInstallStart.md +8 -0
- data/docs/VcenterDeploymentInstallVcsaEmbeddedSpec.md +10 -0
- data/docs/VcenterDeploymentLocationSpec.md +13 -0
- data/docs/VcenterDeploymentNotification.md +11 -0
- data/docs/VcenterDeploymentNotifications.md +10 -0
- data/docs/VcenterDeploymentQuestionAnswer.md +8 -0
- data/docs/VcenterDeploymentQuestionAnswerSpec.md +9 -0
- data/docs/VcenterDeploymentQuestionInfo.md +8 -0
- data/docs/VcenterDeploymentQuestionQuestion.md +12 -0
- data/docs/VcenterDeploymentQuestionQuestionType.md +7 -0
- data/docs/VcenterDeploymentQuestionResult.md +8 -0
- data/docs/VcenterDeploymentRemotePscSpec.md +12 -0
- data/docs/VcenterDeploymentReplicatedPscSpec.md +13 -0
- data/docs/VcenterDeploymentReplicatedSpec.md +12 -0
- data/docs/VcenterDeploymentResult.md +8 -0
- data/docs/VcenterDeploymentStandalonePscSpec.md +10 -0
- data/docs/VcenterDeploymentStandaloneSpec.md +9 -0
- data/docs/VcenterDeploymentTask.md +20 -0
- data/docs/VcenterDeploymentUpgradeCheck.md +8 -0
- data/docs/VcenterDeploymentUpgradeCheckResult.md +8 -0
- data/docs/VcenterDeploymentUpgradePscSpec.md +8 -0
- data/docs/VcenterDeploymentUpgradeResult.md +8 -0
- data/docs/VcenterDeploymentUpgradeSourceApplianceSpec.md +16 -0
- data/docs/VcenterDeploymentUpgradeStart.md +8 -0
- data/docs/VcenterDeploymentUpgradeUpgradeSpec.md +13 -0
- data/docs/VcenterDeploymentUpgradeVcsaEmbeddedSpec.md +8 -0
- data/docs/VcenterFolderFilterSpec.md +12 -0
- data/docs/VcenterFolderListResult.md +8 -0
- data/docs/VcenterFolderSummary.md +10 -0
- data/docs/VcenterFolderType.md +7 -0
- data/docs/VcenterGuestCustomizationSpecsFilterSpec.md +9 -0
- data/docs/VcenterGuestCustomizationSpecsListResult.md +8 -0
- data/docs/VcenterGuestCustomizationSpecsOsType.md +7 -0
- data/docs/VcenterGuestCustomizationSpecsSummary.md +11 -0
- data/docs/VcenterHostConnectionState.md +7 -0
- data/docs/VcenterHostCreate.md +8 -0
- data/docs/VcenterHostCreateResult.md +8 -0
- data/docs/VcenterHostCreateSpec.md +15 -0
- data/docs/VcenterHostCreateSpecThumbprintVerification.md +7 -0
- data/docs/VcenterHostFilterSpec.md +14 -0
- data/docs/VcenterHostListResult.md +8 -0
- data/docs/VcenterHostPowerState.md +7 -0
- data/docs/VcenterHostSummary.md +11 -0
- data/docs/VcenterInventoryDatastoreFind.md +8 -0
- data/docs/VcenterInventoryDatastoreFindResult.md +8 -0
- data/docs/VcenterInventoryDatastoreFindResultValue.md +9 -0
- data/docs/VcenterInventoryDatastoreInfo.md +8 -0
- data/docs/VcenterInventoryNetworkFind.md +8 -0
- data/docs/VcenterInventoryNetworkFindResult.md +8 -0
- data/docs/VcenterInventoryNetworkFindResultValue.md +9 -0
- data/docs/VcenterInventoryNetworkInfo.md +8 -0
- data/docs/VcenterIsoImageMount.md +8 -0
- data/docs/VcenterIsoImageMountResult.md +8 -0
- data/docs/VcenterIsoImageUnmount.md +8 -0
- data/docs/VcenterNetworkFilterSpec.md +12 -0
- data/docs/VcenterNetworkListResult.md +8 -0
- data/docs/VcenterNetworkSummary.md +10 -0
- data/docs/VcenterNetworkType.md +7 -0
- data/docs/VcenterOvfCapabilityCapabilityInfo.md +9 -0
- data/docs/VcenterOvfCapabilityResult.md +8 -0
- data/docs/VcenterOvfDiskProvisioningType.md +7 -0
- data/docs/VcenterOvfExportFlagInfo.md +9 -0
- data/docs/VcenterOvfExportFlagListResult.md +8 -0
- data/docs/VcenterOvfImportFlagInfo.md +9 -0
- data/docs/VcenterOvfImportFlagListResult.md +8 -0
- data/docs/VcenterOvfLibraryItemCreate.md +11 -0
- data/docs/VcenterOvfLibraryItemCreateResult.md +10 -0
- data/docs/VcenterOvfLibraryItemCreateSpec.md +10 -0
- data/docs/VcenterOvfLibraryItemCreateTarget.md +9 -0
- data/docs/VcenterOvfLibraryItemDeploy.md +10 -0
- data/docs/VcenterOvfLibraryItemDeployResult.md +8 -0
- data/docs/VcenterOvfLibraryItemDeployableIdentity.md +9 -0
- data/docs/VcenterOvfLibraryItemDeploymentResult.md +10 -0
- data/docs/VcenterOvfLibraryItemDeploymentTarget.md +10 -0
- data/docs/VcenterOvfLibraryItemFilter.md +8 -0
- data/docs/VcenterOvfLibraryItemFilterResult.md +8 -0
- data/docs/VcenterOvfLibraryItemOvfSummary.md +13 -0
- data/docs/VcenterOvfLibraryItemResourcePoolDeploymentSpec.md +18 -0
- data/docs/VcenterOvfLibraryItemResourcePoolDeploymentSpecStorageMappings.md +9 -0
- data/docs/VcenterOvfLibraryItemResultInfo.md +10 -0
- data/docs/VcenterOvfLibraryItemStorageGroupMapping.md +11 -0
- data/docs/VcenterOvfLibraryItemStorageGroupMappingType.md +7 -0
- data/docs/VcenterOvfOvfError.md +13 -0
- data/docs/VcenterOvfOvfInfo.md +8 -0
- data/docs/VcenterOvfOvfMessageCategory.md +7 -0
- data/docs/VcenterOvfOvfWarning.md +13 -0
- data/docs/VcenterOvfParseIssue.md +12 -0
- data/docs/VcenterOvfParseIssueCategory.md +7 -0
- data/docs/VcenterResourcePoolFilterSpec.md +13 -0
- data/docs/VcenterResourcePoolInfo.md +9 -0
- data/docs/VcenterResourcePoolListResult.md +8 -0
- data/docs/VcenterResourcePoolResult.md +8 -0
- data/docs/VcenterResourcePoolSummary.md +9 -0
- data/docs/VcenterServicesServiceHealth.md +7 -0
- data/docs/VcenterServicesServiceInfo.md +13 -0
- data/docs/VcenterServicesServiceListDetailsResult.md +8 -0
- data/docs/VcenterServicesServiceListDetailsResultValue.md +9 -0
- data/docs/VcenterServicesServiceResult.md +8 -0
- data/docs/VcenterServicesServiceStartupType.md +7 -0
- data/docs/VcenterServicesServiceState.md +7 -0
- data/docs/VcenterServicesServiceUpdate.md +8 -0
- data/docs/VcenterServicesServiceUpdateSpec.md +8 -0
- data/docs/VcenterStoragePoliciesCheckCompatibility.md +8 -0
- data/docs/VcenterStoragePoliciesCheckCompatibilityResult.md +8 -0
- data/docs/VcenterStoragePoliciesCompatibilityInfo.md +8 -0
- data/docs/VcenterStoragePoliciesCompatibleDatastoreInfo.md +8 -0
- data/docs/VcenterStoragePoliciesComplianceFilterSpec.md +8 -0
- data/docs/VcenterStoragePoliciesComplianceListResult.md +8 -0
- data/docs/VcenterStoragePoliciesComplianceStatus.md +7 -0
- data/docs/VcenterStoragePoliciesComplianceSummary.md +10 -0
- data/docs/VcenterStoragePoliciesComplianceSummaryDisks.md +9 -0
- data/docs/VcenterStoragePoliciesComplianceVMFilterSpec.md +9 -0
- data/docs/VcenterStoragePoliciesComplianceVMInfo.md +9 -0
- data/docs/VcenterStoragePoliciesComplianceVMInfoDisks.md +9 -0
- data/docs/VcenterStoragePoliciesComplianceVMListResult.md +8 -0
- data/docs/VcenterStoragePoliciesComplianceVMListResultValue.md +9 -0
- data/docs/VcenterStoragePoliciesComplianceVMStatus.md +7 -0
- data/docs/VcenterStoragePoliciesFilterSpec.md +8 -0
- data/docs/VcenterStoragePoliciesListResult.md +8 -0
- data/docs/VcenterStoragePoliciesSummary.md +10 -0
- data/docs/VcenterStoragePoliciesVMInfo.md +9 -0
- data/docs/VcenterStoragePoliciesVMListResult.md +8 -0
- data/docs/VcenterStoragePoliciesVMListResultValue.md +9 -0
- data/docs/VcenterSystemConfigDeploymentTypeInfo.md +8 -0
- data/docs/VcenterSystemConfigDeploymentTypeReconfigure.md +8 -0
- data/docs/VcenterSystemConfigDeploymentTypeReconfigureSpec.md +9 -0
- data/docs/VcenterSystemConfigDeploymentTypeResult.md +8 -0
- data/docs/VcenterSystemConfigPscRegistrationInfo.md +10 -0
- data/docs/VcenterSystemConfigPscRegistrationRepoint.md +8 -0
- data/docs/VcenterSystemConfigPscRegistrationResult.md +8 -0
- data/docs/VcenterVMCreate.md +8 -0
- data/docs/VcenterVMCreateResult.md +8 -0
- data/docs/VcenterVMCreateSpec.md +24 -0
- data/docs/VcenterVMFilterSpec.md +15 -0
- data/docs/VcenterVMInfo.md +23 -0
- data/docs/VcenterVMInfoCdroms.md +9 -0
- data/docs/VcenterVMInfoDisks.md +9 -0
- data/docs/VcenterVMInfoFloppies.md +9 -0
- data/docs/VcenterVMInfoNics.md +9 -0
- data/docs/VcenterVMInfoParallelPorts.md +9 -0
- data/docs/VcenterVMInfoSataAdapters.md +9 -0
- data/docs/VcenterVMInfoScsiAdapters.md +9 -0
- data/docs/VcenterVMInfoSerialPorts.md +9 -0
- data/docs/VcenterVMListResult.md +8 -0
- data/docs/VcenterVMPlacementSpec.md +12 -0
- data/docs/VcenterVMResult.md +8 -0
- data/docs/VcenterVMStoragePolicySpec.md +8 -0
- data/docs/VcenterVMSummary.md +12 -0
- data/docs/VcenterVchaCapabilitiesInfo.md +10 -0
- data/docs/VcenterVchaCapabilitiesResult.md +8 -0
- data/docs/VcenterVchaClusterActiveGet.md +9 -0
- data/docs/VcenterVchaClusterActiveInfo.md +10 -0
- data/docs/VcenterVchaClusterActiveResult.md +8 -0
- data/docs/VcenterVchaClusterActiveSpec.md +10 -0
- data/docs/VcenterVchaClusterClusterMode.md +7 -0
- data/docs/VcenterVchaClusterClusterState.md +7 -0
- data/docs/VcenterVchaClusterConfigState.md +7 -0
- data/docs/VcenterVchaClusterDeploySpec.md +12 -0
- data/docs/VcenterVchaClusterDeploymentTypeInfo.md +8 -0
- data/docs/VcenterVchaClusterDeploymentTypeResult.md +8 -0
- data/docs/VcenterVchaClusterDeploymentTypeType.md +7 -0
- data/docs/VcenterVchaClusterDeploytask.md +8 -0
- data/docs/VcenterVchaClusterDeploytaskResult.md +8 -0
- data/docs/VcenterVchaClusterErrorCondition.md +9 -0
- data/docs/VcenterVchaClusterFailovertask.md +8 -0
- data/docs/VcenterVchaClusterFailovertaskResult.md +8 -0
- data/docs/VcenterVchaClusterGet.md +9 -0
- data/docs/VcenterVchaClusterInfo.md +17 -0
- data/docs/VcenterVchaClusterIpFamily.md +7 -0
- data/docs/VcenterVchaClusterIpInfo.md +11 -0
- data/docs/VcenterVchaClusterIpv4Info.md +10 -0
- data/docs/VcenterVchaClusterIpv6Info.md +9 -0
- data/docs/VcenterVchaClusterModeClusterMode.md +7 -0
- data/docs/VcenterVchaClusterModeInfo.md +8 -0
- data/docs/VcenterVchaClusterModeResult.md +8 -0
- data/docs/VcenterVchaClusterModeSettask.md +8 -0
- data/docs/VcenterVchaClusterModeSettaskResult.md +8 -0
- data/docs/VcenterVchaClusterNodeInfo.md +10 -0
- data/docs/VcenterVchaClusterNodeRole.md +7 -0
- data/docs/VcenterVchaClusterNodeRuntimeInfo.md +10 -0
- data/docs/VcenterVchaClusterNodeState.md +7 -0
- data/docs/VcenterVchaClusterNodeVmInfo.md +9 -0
- data/docs/VcenterVchaClusterPassiveCheck.md +8 -0
- data/docs/VcenterVchaClusterPassiveCheckResult.md +9 -0
- data/docs/VcenterVchaClusterPassiveCheckSpec.md +9 -0
- data/docs/VcenterVchaClusterPassiveRedeploySpec.md +11 -0
- data/docs/VcenterVchaClusterPassiveRedeploytask.md +8 -0
- data/docs/VcenterVchaClusterPassiveRedeploytaskResult.md +8 -0
- data/docs/VcenterVchaClusterPassiveSpec.md +10 -0
- data/docs/VcenterVchaClusterResult.md +8 -0
- data/docs/VcenterVchaClusterType.md +7 -0
- data/docs/VcenterVchaClusterUndeploySpec.md +10 -0
- data/docs/VcenterVchaClusterUndeploytask.md +8 -0
- data/docs/VcenterVchaClusterUndeploytaskResult.md +8 -0
- data/docs/VcenterVchaClusterVmInfo.md +9 -0
- data/docs/VcenterVchaClusterWitnessCheck.md +8 -0
- data/docs/VcenterVchaClusterWitnessCheckResult.md +9 -0
- data/docs/VcenterVchaClusterWitnessCheckSpec.md +9 -0
- data/docs/VcenterVchaClusterWitnessInfo.md +9 -0
- data/docs/VcenterVchaClusterWitnessRedeploySpec.md +10 -0
- data/docs/VcenterVchaClusterWitnessRedeploytask.md +8 -0
- data/docs/VcenterVchaClusterWitnessRedeploytaskResult.md +8 -0
- data/docs/VcenterVchaClusterWitnessSpec.md +9 -0
- data/docs/VcenterVchaConnectionSpec.md +12 -0
- data/docs/VcenterVchaCredentialsSpec.md +8 -0
- data/docs/VcenterVchaDiskInfo.md +9 -0
- data/docs/VcenterVchaDiskSpec.md +8 -0
- data/docs/VcenterVchaIpFamily.md +7 -0
- data/docs/VcenterVchaIpSpec.md +12 -0
- data/docs/VcenterVchaIpv4Spec.md +10 -0
- data/docs/VcenterVchaIpv6Spec.md +9 -0
- data/docs/VcenterVchaNetworkType.md +7 -0
- data/docs/VcenterVchaOperationsInfo.md +9 -0
- data/docs/VcenterVchaOperationsResult.md +8 -0
- data/docs/VcenterVchaPlacementInfo.md +23 -0
- data/docs/VcenterVchaPlacementSpec.md +16 -0
- data/docs/VcenterVchaVcCredentialsValidate.md +8 -0
- data/docs/VcenterVmGuestIdentityInfo.md +12 -0
- data/docs/VcenterVmGuestIdentityResult.md +8 -0
- data/docs/VcenterVmGuestLocalFilesystemInfo.md +9 -0
- data/docs/VcenterVmGuestLocalFilesystemResult.md +8 -0
- data/docs/VcenterVmGuestLocalFilesystemResultValue.md +9 -0
- data/docs/VcenterVmGuestOS.md +7 -0
- data/docs/VcenterVmGuestOSFamily.md +7 -0
- data/docs/VcenterVmGuestPowerInfo.md +9 -0
- data/docs/VcenterVmGuestPowerResult.md +8 -0
- data/docs/VcenterVmGuestPowerState.md +7 -0
- data/docs/VcenterVmHardwareAdapterSataCreate.md +8 -0
- data/docs/VcenterVmHardwareAdapterSataCreateResult.md +8 -0
- data/docs/VcenterVmHardwareAdapterSataCreateSpec.md +10 -0
- data/docs/VcenterVmHardwareAdapterSataInfo.md +11 -0
- data/docs/VcenterVmHardwareAdapterSataListResult.md +8 -0
- data/docs/VcenterVmHardwareAdapterSataResult.md +8 -0
- data/docs/VcenterVmHardwareAdapterSataSummary.md +8 -0
- data/docs/VcenterVmHardwareAdapterSataType.md +7 -0
- data/docs/VcenterVmHardwareAdapterScsiCreate.md +8 -0
- data/docs/VcenterVmHardwareAdapterScsiCreateResult.md +8 -0
- data/docs/VcenterVmHardwareAdapterScsiCreateSpec.md +11 -0
- data/docs/VcenterVmHardwareAdapterScsiInfo.md +12 -0
- data/docs/VcenterVmHardwareAdapterScsiListResult.md +8 -0
- data/docs/VcenterVmHardwareAdapterScsiResult.md +8 -0
- data/docs/VcenterVmHardwareAdapterScsiSharing.md +7 -0
- data/docs/VcenterVmHardwareAdapterScsiSummary.md +8 -0
- data/docs/VcenterVmHardwareAdapterScsiType.md +7 -0
- data/docs/VcenterVmHardwareAdapterScsiUpdate.md +8 -0
- data/docs/VcenterVmHardwareAdapterScsiUpdateSpec.md +8 -0
- data/docs/VcenterVmHardwareBootCreateSpec.md +14 -0
- data/docs/VcenterVmHardwareBootDeviceEntry.md +10 -0
- data/docs/VcenterVmHardwareBootDeviceEntryCreateSpec.md +8 -0
- data/docs/VcenterVmHardwareBootDeviceResult.md +8 -0
- data/docs/VcenterVmHardwareBootDeviceSet.md +8 -0
- data/docs/VcenterVmHardwareBootDeviceType.md +7 -0
- data/docs/VcenterVmHardwareBootInfo.md +14 -0
- data/docs/VcenterVmHardwareBootNetworkProtocol.md +7 -0
- data/docs/VcenterVmHardwareBootResult.md +8 -0
- data/docs/VcenterVmHardwareBootType.md +7 -0
- data/docs/VcenterVmHardwareBootUpdate.md +8 -0
- data/docs/VcenterVmHardwareBootUpdateSpec.md +14 -0
- data/docs/VcenterVmHardwareCdromBackingInfo.md +12 -0
- data/docs/VcenterVmHardwareCdromBackingSpec.md +11 -0
- data/docs/VcenterVmHardwareCdromBackingType.md +7 -0
- data/docs/VcenterVmHardwareCdromCreate.md +8 -0
- data/docs/VcenterVmHardwareCdromCreateResult.md +8 -0
- data/docs/VcenterVmHardwareCdromCreateSpec.md +13 -0
- data/docs/VcenterVmHardwareCdromDeviceAccessType.md +7 -0
- data/docs/VcenterVmHardwareCdromHostBusAdapterType.md +7 -0
- data/docs/VcenterVmHardwareCdromInfo.md +15 -0
- data/docs/VcenterVmHardwareCdromListResult.md +8 -0
- data/docs/VcenterVmHardwareCdromResult.md +8 -0
- data/docs/VcenterVmHardwareCdromSummary.md +8 -0
- data/docs/VcenterVmHardwareCdromUpdate.md +8 -0
- data/docs/VcenterVmHardwareCdromUpdateSpec.md +10 -0
- data/docs/VcenterVmHardwareConnectionState.md +7 -0
- data/docs/VcenterVmHardwareCpuInfo.md +11 -0
- data/docs/VcenterVmHardwareCpuResult.md +8 -0
- data/docs/VcenterVmHardwareCpuUpdate.md +8 -0
- data/docs/VcenterVmHardwareCpuUpdateSpec.md +11 -0
- data/docs/VcenterVmHardwareDiskBackingInfo.md +9 -0
- data/docs/VcenterVmHardwareDiskBackingSpec.md +9 -0
- data/docs/VcenterVmHardwareDiskBackingType.md +7 -0
- data/docs/VcenterVmHardwareDiskCreate.md +8 -0
- data/docs/VcenterVmHardwareDiskCreateResult.md +8 -0
- data/docs/VcenterVmHardwareDiskCreateSpec.md +13 -0
- data/docs/VcenterVmHardwareDiskHostBusAdapterType.md +7 -0
- data/docs/VcenterVmHardwareDiskInfo.md +14 -0
- data/docs/VcenterVmHardwareDiskListResult.md +8 -0
- data/docs/VcenterVmHardwareDiskResult.md +8 -0
- data/docs/VcenterVmHardwareDiskStoragePolicySpec.md +8 -0
- data/docs/VcenterVmHardwareDiskSummary.md +8 -0
- data/docs/VcenterVmHardwareDiskUpdate.md +8 -0
- data/docs/VcenterVmHardwareDiskUpdateSpec.md +8 -0
- data/docs/VcenterVmHardwareDiskVmdkCreateSpec.md +10 -0
- data/docs/VcenterVmHardwareEthernetBackingInfo.md +16 -0
- data/docs/VcenterVmHardwareEthernetBackingSpec.md +10 -0
- data/docs/VcenterVmHardwareEthernetBackingType.md +7 -0
- data/docs/VcenterVmHardwareEthernetCreate.md +8 -0
- data/docs/VcenterVmHardwareEthernetCreateResult.md +8 -0
- data/docs/VcenterVmHardwareEthernetCreateSpec.md +16 -0
- data/docs/VcenterVmHardwareEthernetEmulationType.md +7 -0
- data/docs/VcenterVmHardwareEthernetInfo.md +18 -0
- data/docs/VcenterVmHardwareEthernetListResult.md +8 -0
- data/docs/VcenterVmHardwareEthernetMacAddressType.md +7 -0
- data/docs/VcenterVmHardwareEthernetResult.md +8 -0
- data/docs/VcenterVmHardwareEthernetSummary.md +8 -0
- data/docs/VcenterVmHardwareEthernetUpdate.md +8 -0
- data/docs/VcenterVmHardwareEthernetUpdateSpec.md +14 -0
- data/docs/VcenterVmHardwareFloppyBackingInfo.md +11 -0
- data/docs/VcenterVmHardwareFloppyBackingSpec.md +10 -0
- data/docs/VcenterVmHardwareFloppyBackingType.md +7 -0
- data/docs/VcenterVmHardwareFloppyCreate.md +8 -0
- data/docs/VcenterVmHardwareFloppyCreateResult.md +8 -0
- data/docs/VcenterVmHardwareFloppyCreateSpec.md +10 -0
- data/docs/VcenterVmHardwareFloppyInfo.md +12 -0
- data/docs/VcenterVmHardwareFloppyListResult.md +8 -0
- data/docs/VcenterVmHardwareFloppyResult.md +8 -0
- data/docs/VcenterVmHardwareFloppySummary.md +8 -0
- data/docs/VcenterVmHardwareFloppyUpdate.md +8 -0
- data/docs/VcenterVmHardwareFloppyUpdateSpec.md +10 -0
- data/docs/VcenterVmHardwareIdeAddressInfo.md +9 -0
- data/docs/VcenterVmHardwareIdeAddressSpec.md +9 -0
- data/docs/VcenterVmHardwareInfo.md +12 -0
- data/docs/VcenterVmHardwareMemoryInfo.md +11 -0
- data/docs/VcenterVmHardwareMemoryResult.md +8 -0
- data/docs/VcenterVmHardwareMemoryUpdate.md +8 -0
- data/docs/VcenterVmHardwareMemoryUpdateSpec.md +9 -0
- data/docs/VcenterVmHardwareParallelBackingInfo.md +11 -0
- data/docs/VcenterVmHardwareParallelBackingSpec.md +10 -0
- data/docs/VcenterVmHardwareParallelBackingType.md +7 -0
- data/docs/VcenterVmHardwareParallelCreate.md +8 -0
- data/docs/VcenterVmHardwareParallelCreateResult.md +8 -0
- data/docs/VcenterVmHardwareParallelCreateSpec.md +10 -0
- data/docs/VcenterVmHardwareParallelInfo.md +12 -0
- data/docs/VcenterVmHardwareParallelListResult.md +8 -0
- data/docs/VcenterVmHardwareParallelResult.md +8 -0
- data/docs/VcenterVmHardwareParallelSummary.md +8 -0
- data/docs/VcenterVmHardwareParallelUpdate.md +8 -0
- data/docs/VcenterVmHardwareParallelUpdateSpec.md +10 -0
- data/docs/VcenterVmHardwareResult.md +8 -0
- data/docs/VcenterVmHardwareSataAddressInfo.md +9 -0
- data/docs/VcenterVmHardwareSataAddressSpec.md +9 -0
- data/docs/VcenterVmHardwareScsiAddressInfo.md +9 -0
- data/docs/VcenterVmHardwareScsiAddressSpec.md +9 -0
- data/docs/VcenterVmHardwareSerialBackingInfo.md +15 -0
- data/docs/VcenterVmHardwareSerialBackingSpec.md +14 -0
- data/docs/VcenterVmHardwareSerialBackingType.md +7 -0
- data/docs/VcenterVmHardwareSerialCreate.md +8 -0
- data/docs/VcenterVmHardwareSerialCreateResult.md +8 -0
- data/docs/VcenterVmHardwareSerialCreateSpec.md +11 -0
- data/docs/VcenterVmHardwareSerialInfo.md +13 -0
- data/docs/VcenterVmHardwareSerialListResult.md +8 -0
- data/docs/VcenterVmHardwareSerialResult.md +8 -0
- data/docs/VcenterVmHardwareSerialSummary.md +8 -0
- data/docs/VcenterVmHardwareSerialUpdate.md +8 -0
- data/docs/VcenterVmHardwareSerialUpdateSpec.md +11 -0
- data/docs/VcenterVmHardwareUpdate.md +8 -0
- data/docs/VcenterVmHardwareUpdateSpec.md +9 -0
- data/docs/VcenterVmHardwareUpgrade.md +8 -0
- data/docs/VcenterVmHardwareUpgradePolicy.md +7 -0
- data/docs/VcenterVmHardwareUpgradeStatus.md +7 -0
- data/docs/VcenterVmHardwareVersion.md +7 -0
- data/docs/VcenterVmPowerInfo.md +9 -0
- data/docs/VcenterVmPowerResult.md +8 -0
- data/docs/VcenterVmPowerState.md +7 -0
- data/docs/VcenterVmStoragePolicyComplianceCheck.md +8 -0
- data/docs/VcenterVmStoragePolicyComplianceCheckResult.md +8 -0
- data/docs/VcenterVmStoragePolicyComplianceCheckSpec.md +9 -0
- data/docs/VcenterVmStoragePolicyComplianceInfo.md +10 -0
- data/docs/VcenterVmStoragePolicyComplianceInfoDisks.md +9 -0
- data/docs/VcenterVmStoragePolicyComplianceResult.md +8 -0
- data/docs/VcenterVmStoragePolicyComplianceStatus.md +7 -0
- data/docs/VcenterVmStoragePolicyComplianceVmComplianceInfo.md +11 -0
- data/docs/VcenterVmStoragePolicyDiskPolicySpec.md +9 -0
- data/docs/VcenterVmStoragePolicyDiskPolicySpecPolicyType.md +7 -0
- data/docs/VcenterVmStoragePolicyInfo.md +9 -0
- data/docs/VcenterVmStoragePolicyInfoDisks.md +9 -0
- data/docs/VcenterVmStoragePolicyResult.md +8 -0
- data/docs/VcenterVmStoragePolicyUpdate.md +8 -0
- data/docs/VcenterVmStoragePolicyUpdateSpec.md +9 -0
- data/docs/VcenterVmStoragePolicyUpdateSpecDisks.md +9 -0
- data/docs/VcenterVmStoragePolicyVmHomePolicySpec.md +9 -0
- data/docs/VcenterVmStoragePolicyVmHomePolicySpecPolicyType.md +7 -0
- data/docs/VcenterVmTemplateLibraryItemsCpuInfo.md +9 -0
- data/docs/VcenterVmTemplateLibraryItemsCpuUpdateSpec.md +9 -0
- data/docs/VcenterVmTemplateLibraryItemsCreate.md +8 -0
- data/docs/VcenterVmTemplateLibraryItemsCreatePlacementSpec.md +11 -0
- data/docs/VcenterVmTemplateLibraryItemsCreateResult.md +8 -0
- data/docs/VcenterVmTemplateLibraryItemsCreateSpec.md +15 -0
- data/docs/VcenterVmTemplateLibraryItemsCreateSpecDiskStorage.md +9 -0
- data/docs/VcenterVmTemplateLibraryItemsCreateSpecDiskStorageOverrides.md +9 -0
- data/docs/VcenterVmTemplateLibraryItemsCreateSpecDiskStoragePolicy.md +9 -0
- data/docs/VcenterVmTemplateLibraryItemsCreateSpecDiskStoragePolicyType.md +7 -0
- data/docs/VcenterVmTemplateLibraryItemsCreateSpecVmHomeStorage.md +9 -0
- data/docs/VcenterVmTemplateLibraryItemsCreateSpecVmHomeStoragePolicy.md +9 -0
- data/docs/VcenterVmTemplateLibraryItemsCreateSpecVmHomeStoragePolicyType.md +7 -0
- data/docs/VcenterVmTemplateLibraryItemsDeploy.md +8 -0
- data/docs/VcenterVmTemplateLibraryItemsDeployPlacementSpec.md +11 -0
- data/docs/VcenterVmTemplateLibraryItemsDeployResult.md +8 -0
- data/docs/VcenterVmTemplateLibraryItemsDeploySpec.md +16 -0
- data/docs/VcenterVmTemplateLibraryItemsDeploySpecDiskStorage.md +9 -0
- data/docs/VcenterVmTemplateLibraryItemsDeploySpecDiskStorageOverrides.md +9 -0
- data/docs/VcenterVmTemplateLibraryItemsDeploySpecDiskStoragePolicy.md +9 -0
- data/docs/VcenterVmTemplateLibraryItemsDeploySpecDiskStoragePolicyType.md +7 -0
- data/docs/VcenterVmTemplateLibraryItemsDeploySpecVmHomeStorage.md +9 -0
- data/docs/VcenterVmTemplateLibraryItemsDeploySpecVmHomeStoragePolicy.md +9 -0
- data/docs/VcenterVmTemplateLibraryItemsDeploySpecVmHomeStoragePolicyType.md +7 -0
- data/docs/VcenterVmTemplateLibraryItemsDiskInfo.md +9 -0
- data/docs/VcenterVmTemplateLibraryItemsDiskStorageInfo.md +9 -0
- data/docs/VcenterVmTemplateLibraryItemsDiskUpdateSpec.md +8 -0
- data/docs/VcenterVmTemplateLibraryItemsEthernetInfo.md +10 -0
- data/docs/VcenterVmTemplateLibraryItemsEthernetInfoMacAddressType.md +7 -0
- data/docs/VcenterVmTemplateLibraryItemsEthernetInfoNetworkBackingType.md +7 -0
- data/docs/VcenterVmTemplateLibraryItemsEthernetUpdateSpec.md +8 -0
- data/docs/VcenterVmTemplateLibraryItemsGuestCustomizationSpec.md +8 -0
- data/docs/VcenterVmTemplateLibraryItemsHardwareCustomizationSpec.md +12 -0
- data/docs/VcenterVmTemplateLibraryItemsHardwareCustomizationSpecDisksToUpdate.md +9 -0
- data/docs/VcenterVmTemplateLibraryItemsHardwareCustomizationSpecNics.md +9 -0
- data/docs/VcenterVmTemplateLibraryItemsInfo.md +14 -0
- data/docs/VcenterVmTemplateLibraryItemsInfoDisks.md +9 -0
- data/docs/VcenterVmTemplateLibraryItemsInfoNics.md +9 -0
- data/docs/VcenterVmTemplateLibraryItemsMemoryInfo.md +8 -0
- data/docs/VcenterVmTemplateLibraryItemsMemoryUpdateSpec.md +8 -0
- data/docs/VcenterVmTemplateLibraryItemsResult.md +8 -0
- data/docs/VcenterVmTemplateLibraryItemsVmHomeStorageInfo.md +9 -0
- data/docs/VchaCapabilitiesApi.md +48 -0
- data/docs/VchaClusterActiveApi.md +54 -0
- data/docs/VchaClusterApi.md +186 -0
- data/docs/VchaClusterDeploymentTypeApi.md +48 -0
- data/docs/VchaClusterModeApi.md +92 -0
- data/docs/VchaClusterPassiveApi.md +96 -0
- data/docs/VchaClusterWitnessApi.md +96 -0
- data/docs/VchaOperationsApi.md +48 -0
- data/docs/VchaVcCredentialsApi.md +51 -0
- data/docs/VmGuestIdentityApi.md +52 -0
- data/docs/VmGuestLocalFilesystemApi.md +52 -0
- data/docs/VmGuestPowerApi.md +181 -0
- data/docs/VmHardwareAdapterSataApi.md +189 -0
- data/docs/VmHardwareAdapterScsiApi.md +236 -0
- data/docs/VmHardwareApi.md +144 -0
- data/docs/VmHardwareBootApi.md +97 -0
- data/docs/VmHardwareBootDeviceApi.md +97 -0
- data/docs/VmHardwareCdromApi.md +326 -0
- data/docs/VmHardwareCpuApi.md +97 -0
- data/docs/VmHardwareDiskApi.md +236 -0
- data/docs/VmHardwareEthernetApi.md +326 -0
- data/docs/VmHardwareFloppyApi.md +326 -0
- data/docs/VmHardwareMemoryApi.md +97 -0
- data/docs/VmHardwareParallelApi.md +326 -0
- data/docs/VmHardwareSerialApi.md +326 -0
- data/docs/VmPowerApi.md +224 -0
- data/docs/VmStoragePolicyApi.md +97 -0
- data/docs/VmStoragePolicyComplianceApi.md +100 -0
- data/docs/VmTemplateLibraryItemsApi.md +142 -0
- data/git_push.sh +55 -0
- data/lib/vsphere-automation-vcenter.rb +609 -0
- data/lib/vsphere-automation-vcenter/api/cluster_api.rb +143 -0
- data/lib/vsphere-automation-vcenter/api/datacenter_api.rb +254 -0
- data/lib/vsphere-automation-vcenter/api/datastore_api.rb +149 -0
- data/lib/vsphere-automation-vcenter/api/datastore_default_policy_api.rb +81 -0
- data/lib/vsphere-automation-vcenter/api/deployment_api.rb +116 -0
- data/lib/vsphere-automation-vcenter/api/deployment_import_history_api.rb +253 -0
- data/lib/vsphere-automation-vcenter/api/deployment_install_api.rb +225 -0
- data/lib/vsphere-automation-vcenter/api/deployment_install_initial_config_remote_psc_thumbprint_api.rb +82 -0
- data/lib/vsphere-automation-vcenter/api/deployment_install_psc_replicated_api.rb +80 -0
- data/lib/vsphere-automation-vcenter/api/deployment_install_psc_standalone_api.rb +80 -0
- data/lib/vsphere-automation-vcenter/api/deployment_install_remote_psc_api.rb +80 -0
- data/lib/vsphere-automation-vcenter/api/deployment_question_api.rb +125 -0
- data/lib/vsphere-automation-vcenter/api/deployment_upgrade_api.rb +225 -0
- data/lib/vsphere-automation-vcenter/api/folder_api.rb +92 -0
- data/lib/vsphere-automation-vcenter/api/guest_customization_specs_api.rb +83 -0
- data/lib/vsphere-automation-vcenter/api/host_api.rb +308 -0
- data/lib/vsphere-automation-vcenter/api/inventory_datastore_api.rb +79 -0
- data/lib/vsphere-automation-vcenter/api/inventory_network_api.rb +79 -0
- data/lib/vsphere-automation-vcenter/api/iso_image_api.rb +144 -0
- data/lib/vsphere-automation-vcenter/api/network_api.rb +92 -0
- data/lib/vsphere-automation-vcenter/api/ovf_capability_api.rb +77 -0
- data/lib/vsphere-automation-vcenter/api/ovf_export_flag_api.rb +70 -0
- data/lib/vsphere-automation-vcenter/api/ovf_import_flag_api.rb +78 -0
- data/lib/vsphere-automation-vcenter/api/ovf_library_item_api.rb +207 -0
- data/lib/vsphere-automation-vcenter/api/resource_pool_api.rb +149 -0
- data/lib/vsphere-automation-vcenter/api/services_service_api.rb +334 -0
- data/lib/vsphere-automation-vcenter/api/storage_policies_api.rb +143 -0
- data/lib/vsphere-automation-vcenter/api/storage_policies_compliance_api.rb +80 -0
- data/lib/vsphere-automation-vcenter/api/storage_policies_compliance_vm_api.rb +83 -0
- data/lib/vsphere-automation-vcenter/api/storage_policies_vm_api.rb +81 -0
- data/lib/vsphere-automation-vcenter/api/system_config_deployment_type_api.rb +124 -0
- data/lib/vsphere-automation-vcenter/api/system_config_psc_registration_api.rb +124 -0
- data/lib/vsphere-automation-vcenter/api/vcha_capabilities_api.rb +72 -0
- data/lib/vsphere-automation-vcenter/api/vcha_cluster_active_api.rb +77 -0
- data/lib/vsphere-automation-vcenter/api/vcha_cluster_api.rb +248 -0
- data/lib/vsphere-automation-vcenter/api/vcha_cluster_deployment_type_api.rb +72 -0
- data/lib/vsphere-automation-vcenter/api/vcha_cluster_mode_api.rb +129 -0
- data/lib/vsphere-automation-vcenter/api/vcha_cluster_passive_api.rb +138 -0
- data/lib/vsphere-automation-vcenter/api/vcha_cluster_witness_api.rb +138 -0
- data/lib/vsphere-automation-vcenter/api/vcha_operations_api.rb +72 -0
- data/lib/vsphere-automation-vcenter/api/vcha_vc_credentials_api.rb +75 -0
- data/lib/vsphere-automation-vcenter/api/vm_api.rb +269 -0
- data/lib/vsphere-automation-vcenter/api/vm_guest_identity_api.rb +79 -0
- data/lib/vsphere-automation-vcenter/api/vm_guest_local_filesystem_api.rb +79 -0
- data/lib/vsphere-automation-vcenter/api/vm_guest_power_api.rb +228 -0
- data/lib/vsphere-automation-vcenter/api/vm_hardware_adapter_sata_api.rb +267 -0
- data/lib/vsphere-automation-vcenter/api/vm_hardware_adapter_scsi_api.rb +331 -0
- data/lib/vsphere-automation-vcenter/api/vm_hardware_api.rb +193 -0
- data/lib/vsphere-automation-vcenter/api/vm_hardware_boot_api.rb +139 -0
- data/lib/vsphere-automation-vcenter/api/vm_hardware_boot_device_api.rb +139 -0
- data/lib/vsphere-automation-vcenter/api/vm_hardware_cdrom_api.rb +443 -0
- data/lib/vsphere-automation-vcenter/api/vm_hardware_cpu_api.rb +139 -0
- data/lib/vsphere-automation-vcenter/api/vm_hardware_disk_api.rb +331 -0
- data/lib/vsphere-automation-vcenter/api/vm_hardware_ethernet_api.rb +443 -0
- data/lib/vsphere-automation-vcenter/api/vm_hardware_floppy_api.rb +443 -0
- data/lib/vsphere-automation-vcenter/api/vm_hardware_memory_api.rb +139 -0
- data/lib/vsphere-automation-vcenter/api/vm_hardware_parallel_api.rb +443 -0
- data/lib/vsphere-automation-vcenter/api/vm_hardware_serial_api.rb +443 -0
- data/lib/vsphere-automation-vcenter/api/vm_power_api.rb +281 -0
- data/lib/vsphere-automation-vcenter/api/vm_storage_policy_api.rb +138 -0
- data/lib/vsphere-automation-vcenter/api/vm_storage_policy_compliance_api.rb +141 -0
- data/lib/vsphere-automation-vcenter/api/vm_template_library_items_api.rb +207 -0
- data/lib/vsphere-automation-vcenter/api_client.rb +386 -0
- data/lib/vsphere-automation-vcenter/api_error.rb +36 -0
- data/lib/vsphere-automation-vcenter/configuration.rb +200 -0
- data/lib/vsphere-automation-vcenter/models/cis_task_progress.rb +218 -0
- data/lib/vsphere-automation-vcenter/models/cis_task_status.rb +33 -0
- data/lib/vsphere-automation-vcenter/models/vapi_std_dynamic_id.rb +204 -0
- data/lib/vsphere-automation-vcenter/models/vapi_std_errors_already_exists.rb +201 -0
- data/lib/vsphere-automation-vcenter/models/vapi_std_errors_already_exists_error.rb +192 -0
- data/lib/vsphere-automation-vcenter/models/vapi_std_errors_already_in_desired_state.rb +201 -0
- data/lib/vsphere-automation-vcenter/models/vapi_std_errors_already_in_desired_state_error.rb +192 -0
- data/lib/vsphere-automation-vcenter/models/vapi_std_errors_error.rb +201 -0
- data/lib/vsphere-automation-vcenter/models/vapi_std_errors_error_error.rb +192 -0
- data/lib/vsphere-automation-vcenter/models/vapi_std_errors_internal_server_error.rb +201 -0
- data/lib/vsphere-automation-vcenter/models/vapi_std_errors_internal_server_error_error.rb +192 -0
- data/lib/vsphere-automation-vcenter/models/vapi_std_errors_invalid_argument.rb +201 -0
- data/lib/vsphere-automation-vcenter/models/vapi_std_errors_invalid_argument_error.rb +192 -0
- data/lib/vsphere-automation-vcenter/models/vapi_std_errors_invalid_element_configuration.rb +201 -0
- data/lib/vsphere-automation-vcenter/models/vapi_std_errors_invalid_element_configuration_error.rb +192 -0
- data/lib/vsphere-automation-vcenter/models/vapi_std_errors_invalid_element_type.rb +201 -0
- data/lib/vsphere-automation-vcenter/models/vapi_std_errors_invalid_element_type_error.rb +192 -0
- data/lib/vsphere-automation-vcenter/models/vapi_std_errors_not_allowed_in_current_state.rb +201 -0
- data/lib/vsphere-automation-vcenter/models/vapi_std_errors_not_allowed_in_current_state_error.rb +192 -0
- data/lib/vsphere-automation-vcenter/models/vapi_std_errors_not_found.rb +201 -0
- data/lib/vsphere-automation-vcenter/models/vapi_std_errors_not_found_error.rb +192 -0
- data/lib/vsphere-automation-vcenter/models/vapi_std_errors_resource_busy.rb +201 -0
- data/lib/vsphere-automation-vcenter/models/vapi_std_errors_resource_busy_error.rb +192 -0
- data/lib/vsphere-automation-vcenter/models/vapi_std_errors_resource_in_use.rb +201 -0
- data/lib/vsphere-automation-vcenter/models/vapi_std_errors_resource_in_use_error.rb +192 -0
- data/lib/vsphere-automation-vcenter/models/vapi_std_errors_resource_inaccessible.rb +201 -0
- data/lib/vsphere-automation-vcenter/models/vapi_std_errors_resource_inaccessible_error.rb +192 -0
- data/lib/vsphere-automation-vcenter/models/vapi_std_errors_service_unavailable.rb +201 -0
- data/lib/vsphere-automation-vcenter/models/vapi_std_errors_service_unavailable_error.rb +192 -0
- data/lib/vsphere-automation-vcenter/models/vapi_std_errors_timed_out.rb +201 -0
- data/lib/vsphere-automation-vcenter/models/vapi_std_errors_timed_out_error.rb +192 -0
- data/lib/vsphere-automation-vcenter/models/vapi_std_errors_unable_to_allocate_resource.rb +201 -0
- data/lib/vsphere-automation-vcenter/models/vapi_std_errors_unable_to_allocate_resource_error.rb +192 -0
- data/lib/vsphere-automation-vcenter/models/vapi_std_errors_unauthenticated.rb +201 -0
- data/lib/vsphere-automation-vcenter/models/vapi_std_errors_unauthenticated_error.rb +192 -0
- data/lib/vsphere-automation-vcenter/models/vapi_std_errors_unauthorized.rb +201 -0
- data/lib/vsphere-automation-vcenter/models/vapi_std_errors_unauthorized_error.rb +192 -0
- data/lib/vsphere-automation-vcenter/models/vapi_std_errors_unsupported.rb +201 -0
- data/lib/vsphere-automation-vcenter/models/vapi_std_errors_unsupported_error.rb +192 -0
- data/lib/vsphere-automation-vcenter/models/vapi_std_errors_unverified_peer.rb +201 -0
- data/lib/vsphere-automation-vcenter/models/vapi_std_errors_unverified_peer_error.rb +192 -0
- data/lib/vsphere-automation-vcenter/models/vapi_std_localizable_message.rb +221 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_cluster_filter_spec.rb +222 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_cluster_info.rb +204 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_cluster_list_result.rb +190 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_cluster_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_cluster_summary.rb +234 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_datacenter_create.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_datacenter_create_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_datacenter_create_spec.rb +199 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_datacenter_filter_spec.rb +210 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_datacenter_info.rb +249 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_datacenter_list_result.rb +190 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_datacenter_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_datacenter_summary.rb +204 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_datastore_default_policy_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_datastore_filter_spec.rb +234 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_datastore_info.rb +258 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_datastore_list_result.rb +190 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_datastore_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_datastore_summary.rb +238 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_datastore_type.rb +35 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_deployment_appliance_state.rb +34 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_deployment_appliance_type.rb +31 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_deployment_check_info.rb +197 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_deployment_check_status.rb +30 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_deployment_history_migration_option.rb +30 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_deployment_history_migration_spec.rb +198 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_deployment_import_history_create_spec.rb +204 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_deployment_import_history_info.rb +324 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_deployment_import_history_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_deployment_import_history_start.rb +183 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_deployment_info.rb +353 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_deployment_info_subtasks.rb +192 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_deployment_install_check.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_deployment_install_check_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_deployment_install_initial_config_remote_psc_thumbprint_remote_spec.rb +199 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_deployment_install_initial_config_remote_psc_thumbprint_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_deployment_install_install_spec.rb +211 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_deployment_install_psc_replicated_check.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_deployment_install_psc_replicated_check_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_deployment_install_psc_spec.rb +207 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_deployment_install_psc_standalone_check.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_deployment_install_psc_standalone_check_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_deployment_install_remote_psc_check.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_deployment_install_remote_psc_check_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_deployment_install_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_deployment_install_start.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_deployment_install_vcsa_embedded_spec.rb +207 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_deployment_location_spec.rb +249 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_deployment_notification.rb +222 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_deployment_notifications.rb +210 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_deployment_question_answer.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_deployment_question_answer_spec.rb +204 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_deployment_question_info.rb +191 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_deployment_question_question.rb +249 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_deployment_question_question_type.rb +31 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_deployment_question_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_deployment_remote_psc_spec.rb +234 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_deployment_replicated_psc_spec.rb +244 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_deployment_replicated_spec.rb +234 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_deployment_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_deployment_standalone_psc_spec.rb +209 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_deployment_standalone_spec.rb +199 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_deployment_task.rb +324 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_deployment_upgrade_check.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_deployment_upgrade_check_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_deployment_upgrade_psc_spec.rb +189 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_deployment_upgrade_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_deployment_upgrade_source_appliance_spec.rb +284 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_deployment_upgrade_start.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_deployment_upgrade_upgrade_spec.rb +239 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_deployment_upgrade_vcsa_embedded_spec.rb +189 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_folder_filter_spec.rb +231 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_folder_list_result.rb +190 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_folder_summary.rb +218 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_folder_type.rb +33 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_guest_customization_specs_filter_spec.rb +195 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_guest_customization_specs_list_result.rb +190 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_guest_customization_specs_os_type.rb +30 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_guest_customization_specs_summary.rb +233 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_host_connection_state.rb +31 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_host_create.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_host_create_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_host_create_spec.rb +273 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_host_create_spec_thumbprint_verification.rb +30 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_host_filter_spec.rb +256 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_host_list_result.rb +190 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_host_power_state.rb +31 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_host_summary.rb +227 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_inventory_datastore_find.rb +191 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_inventory_datastore_find_result.rb +190 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_inventory_datastore_find_result_value.rb +192 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_inventory_datastore_info.rb +189 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_inventory_network_find.rb +191 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_inventory_network_find_result.rb +190 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_inventory_network_find_result_value.rb +192 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_inventory_network_info.rb +189 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_iso_image_mount.rb +189 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_iso_image_mount_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_iso_image_unmount.rb +189 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_network_filter_spec.rb +234 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_network_list_result.rb +190 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_network_summary.rb +218 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_network_type.rb +31 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_ovf_capability_capability_info.rb +204 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_ovf_capability_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_ovf_disk_provisioning_type.rb +31 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_ovf_export_flag_info.rb +203 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_ovf_export_flag_list_result.rb +190 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_ovf_import_flag_info.rb +203 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_ovf_import_flag_list_result.rb +190 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_ovf_library_item_create.rb +226 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_ovf_library_item_create_result.rb +208 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_ovf_library_item_create_spec.rb +206 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_ovf_library_item_create_target.rb +194 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_ovf_library_item_deploy.rb +212 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_ovf_library_item_deploy_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_ovf_library_item_deployable_identity.rb +204 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_ovf_library_item_deployment_result.rb +207 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_ovf_library_item_deployment_target.rb +209 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_ovf_library_item_filter.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_ovf_library_item_filter_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_ovf_library_item_ovf_summary.rb +247 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_ovf_library_item_resource_pool_deployment_spec.rb +296 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_ovf_library_item_resource_pool_deployment_spec_storage_mappings.rb +192 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_ovf_library_item_result_info.rb +225 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_ovf_library_item_storage_group_mapping.rb +217 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_ovf_library_item_storage_group_mapping_type.rb +30 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_ovf_ovf_error.rb +239 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_ovf_ovf_info.rb +191 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_ovf_ovf_message_category.rb +31 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_ovf_ovf_warning.rb +239 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_ovf_parse_issue.rb +247 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_ovf_parse_issue_category.rb +41 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_resource_pool_filter_spec.rb +246 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_resource_pool_info.rb +206 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_resource_pool_list_result.rb +190 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_resource_pool_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_resource_pool_summary.rb +204 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_services_service_health.rb +31 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_services_service_info.rb +253 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_services_service_list_details_result.rb +190 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_services_service_list_details_result_value.rb +192 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_services_service_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_services_service_startup_type.rb +31 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_services_service_state.rb +32 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_services_service_update.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_services_service_update_spec.rb +183 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_storage_policies_check_compatibility.rb +191 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_storage_policies_check_compatibility_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_storage_policies_compatibility_info.rb +191 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_storage_policies_compatible_datastore_info.rb +189 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_storage_policies_compliance_filter_spec.rb +191 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_storage_policies_compliance_list_result.rb +190 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_storage_policies_compliance_status.rb +33 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_storage_policies_compliance_summary.rb +210 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_storage_policies_compliance_summary_disks.rb +192 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_storage_policies_compliance_vm_filter_spec.rb +203 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_storage_policies_compliance_vm_info.rb +200 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_storage_policies_compliance_vm_info_disks.rb +192 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_storage_policies_compliance_vm_list_result.rb +190 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_storage_policies_compliance_vm_list_result_value.rb +192 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_storage_policies_compliance_vm_status.rb +33 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_storage_policies_filter_spec.rb +186 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_storage_policies_list_result.rb +190 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_storage_policies_summary.rb +219 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_storage_policies_vm_info.rb +206 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_storage_policies_vm_list_result.rb +190 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_storage_policies_vm_list_result_value.rb +192 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_system_config_deployment_type_info.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_system_config_deployment_type_reconfigure.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_system_config_deployment_type_reconfigure_spec.rb +197 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_system_config_deployment_type_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_system_config_psc_registration_info.rb +219 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_system_config_psc_registration_repoint.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_system_config_psc_registration_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_capabilities_info.rb +219 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_capabilities_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_active_get.rb +193 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_active_info.rb +206 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_active_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_active_spec.rb +207 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_cluster_mode.rb +31 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_cluster_state.rb +31 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_config_state.rb +32 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_deploy_spec.rb +239 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_deploy_task.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_deploy_task_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_deployment_type_info.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_deployment_type_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_deployment_type_type.rb +31 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_deploytask.rb +190 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_deploytask_result.rb +190 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_error_condition.rb +197 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_failover_task.rb +189 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_failover_task_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_failovertask.rb +191 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_failovertask_result.rb +190 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_get.rb +193 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_info.rb +272 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_ip_family.rb +30 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_ip_info.rb +216 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_ipv4_info.rb +214 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_ipv6_info.rb +204 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_mode_cluster_mode.rb +31 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_mode_info.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_mode_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_mode_set_task.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_mode_set_task_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_mode_settask.rb +190 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_mode_settask_result.rb +190 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_node_info.rb +206 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_node_role.rb +31 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_node_runtime_info.rb +201 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_node_state.rb +30 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_node_vm_info.rb +204 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_passive_check.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_passive_check_result.rb +208 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_passive_check_spec.rb +197 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_passive_redeploy_spec.rb +215 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_passive_redeploy_task.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_passive_redeploy_task_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_passive_redeploytask.rb +190 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_passive_redeploytask_result.rb +190 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_passive_spec.rb +206 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_type.rb +30 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_undeploy_spec.rb +202 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_undeploy_task.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_undeploy_task_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_undeploytask.rb +190 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_undeploytask_result.rb +190 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_vm_info.rb +202 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_witness_check.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_witness_check_result.rb +208 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_witness_check_spec.rb +197 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_witness_info.rb +197 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_witness_redeploy_spec.rb +206 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_witness_redeploy_task.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_witness_redeploy_task_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_witness_redeploytask.rb +190 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_witness_redeploytask_result.rb +190 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_witness_spec.rb +197 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_connection_spec.rb +229 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_credentials_spec.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_disk_info.rb +204 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_disk_spec.rb +184 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_ip_family.rb +30 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_ip_spec.rb +228 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_ipv4_spec.rb +209 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_ipv6_spec.rb +204 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_network_type.rb +30 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_operations_info.rb +208 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_operations_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_placement_info.rb +381 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_placement_spec.rb +271 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vcha_vc_credentials_validate.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_create.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_create_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_create_spec.rb +360 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_filter_spec.rb +270 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_guest_identity_info.rb +241 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_guest_identity_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_guest_local_filesystem_info.rb +204 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_guest_local_filesystem_result.rb +190 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_guest_local_filesystem_result_value.rb +192 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_guest_os.rb +190 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_guest_os_family.rb +34 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_guest_power_info.rb +203 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_guest_power_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_guest_power_state.rb +34 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_adapter_sata_create.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_adapter_sata_create_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_adapter_sata_create_spec.rb +203 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_adapter_sata_info.rb +228 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_adapter_sata_list_result.rb +190 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_adapter_sata_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_adapter_sata_summary.rb +189 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_adapter_sata_type.rb +29 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_adapter_scsi_create.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_adapter_scsi_create_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_adapter_scsi_create_spec.rb +212 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_adapter_scsi_info.rb +241 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_adapter_scsi_list_result.rb +190 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_adapter_scsi_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_adapter_scsi_sharing.rb +31 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_adapter_scsi_summary.rb +189 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_adapter_scsi_type.rb +32 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_adapter_scsi_update.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_adapter_scsi_update_spec.rb +183 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_boot_create_spec.rb +242 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_boot_device_entry.rb +210 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_boot_device_entry_create_spec.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_boot_device_result.rb +190 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_boot_device_set.rb +191 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_boot_device_type.rb +32 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_boot_info.rb +267 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_boot_network_protocol.rb +30 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_boot_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_boot_type.rb +30 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_boot_update.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_boot_update_spec.rb +242 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_cdrom_backing_info.rb +227 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_cdrom_backing_spec.rb +217 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_cdrom_backing_type.rb +31 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_cdrom_create.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_cdrom_create_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_cdrom_create_spec.rb +230 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_cdrom_device_access_type.rb +31 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_cdrom_host_bus_adapter_type.rb +30 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_cdrom_info.rb +279 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_cdrom_list_result.rb +190 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_cdrom_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_cdrom_summary.rb +189 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_cdrom_update.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_cdrom_update_spec.rb +203 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_connection_state.rb +33 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_cpu_info.rb +234 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_cpu_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_cpu_update.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_cpu_update_spec.rb +214 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_disk_backing_info.rb +198 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_disk_backing_spec.rb +198 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_disk_backing_type.rb +29 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_disk_create.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_disk_create_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_disk_create_spec.rb +228 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_disk_host_bus_adapter_type.rb +31 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_disk_info.rb +254 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_disk_list_result.rb +190 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_disk_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_disk_storage_policy_spec.rb +189 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_disk_summary.rb +189 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_disk_update.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_disk_update_spec.rb +183 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_disk_vmdk_create_spec.rb +203 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_ethernet_backing_info.rb +268 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_ethernet_backing_spec.rb +208 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_ethernet_backing_type.rb +32 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_ethernet_create.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_ethernet_create_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_ethernet_create_spec.rb +261 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_ethernet_emulation_type.rb +34 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_ethernet_info.rb +320 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_ethernet_list_result.rb +190 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_ethernet_mac_address_type.rb +31 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_ethernet_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_ethernet_summary.rb +189 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_ethernet_update.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_ethernet_update_spec.rb +242 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_floppy_backing_info.rb +218 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_floppy_backing_spec.rb +208 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_floppy_backing_type.rb +31 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_floppy_create.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_floppy_create_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_floppy_create_spec.rb +203 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_floppy_info.rb +247 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_floppy_list_result.rb +190 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_floppy_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_floppy_summary.rb +189 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_floppy_update.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_floppy_update_spec.rb +203 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_ide_address_info.rb +204 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_ide_address_spec.rb +194 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_info.rb +235 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_memory_info.rb +224 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_memory_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_memory_update.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_memory_update_spec.rb +194 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_parallel_backing_info.rb +218 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_parallel_backing_spec.rb +208 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_parallel_backing_type.rb +30 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_parallel_create.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_parallel_create_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_parallel_create_spec.rb +203 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_parallel_info.rb +247 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_parallel_list_result.rb +190 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_parallel_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_parallel_summary.rb +189 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_parallel_update.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_parallel_update_spec.rb +203 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_sata_address_info.rb +204 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_sata_address_spec.rb +199 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_scsi_address_info.rb +204 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_scsi_address_spec.rb +199 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_serial_backing_info.rb +258 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_serial_backing_spec.rb +248 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_serial_backing_type.rb +34 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_serial_create.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_serial_create_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_serial_create_spec.rb +213 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_serial_info.rb +262 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_serial_list_result.rb +190 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_serial_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_serial_summary.rb +189 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_serial_update.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_serial_update_spec.rb +213 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_update.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_update_spec.rb +192 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_upgrade.rb +183 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_upgrade_policy.rb +31 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_upgrade_status.rb +32 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_version.rb +39 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_info.rb +426 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_info_cdroms.rb +192 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_info_disks.rb +192 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_info_floppies.rb +192 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_info_nics.rb +192 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_info_parallel_ports.rb +192 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_info_sata_adapters.rb +192 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_info_scsi_adapters.rb +192 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_info_serial_ports.rb +192 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_list_result.rb +190 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_placement_spec.rb +224 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_power_info.rb +198 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_power_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_power_state.rb +31 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_storage_policy_compliance_check.rb +183 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_storage_policy_compliance_check_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_storage_policy_compliance_check_spec.rb +201 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_storage_policy_compliance_info.rb +214 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_storage_policy_compliance_info_disks.rb +192 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_storage_policy_compliance_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_storage_policy_compliance_status.rb +33 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_storage_policy_compliance_vm_compliance_info.rb +230 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_storage_policy_disk_policy_spec.rb +198 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_storage_policy_disk_policy_spec_policy_type.rb +30 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_storage_policy_info.rb +201 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_storage_policy_info_disks.rb +192 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_storage_policy_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_storage_policy_spec.rb +189 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_storage_policy_update.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_storage_policy_update_spec.rb +195 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_storage_policy_update_spec_disks.rb +192 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_storage_policy_vm_home_policy_spec.rb +198 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_storage_policy_vm_home_policy_spec_policy_type.rb +30 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_summary.rb +238 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_cpu_info.rb +204 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_cpu_update_spec.rb +194 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_create.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_create_placement_spec.rb +214 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_create_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_create_spec.rb +268 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_create_spec_disk_storage.rb +193 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_create_spec_disk_storage_overrides.rb +192 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_create_spec_disk_storage_policy.rb +198 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_create_spec_disk_storage_policy_type.rb +29 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_create_spec_vm_home_storage.rb +193 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_create_spec_vm_home_storage_policy.rb +198 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_create_spec_vm_home_storage_policy_type.rb +29 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_deploy.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_deploy_placement_spec.rb +214 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_deploy_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_deploy_spec.rb +266 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_deploy_spec_disk_storage.rb +193 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_deploy_spec_disk_storage_overrides.rb +192 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_deploy_spec_disk_storage_policy.rb +198 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_deploy_spec_disk_storage_policy_type.rb +30 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_deploy_spec_vm_home_storage.rb +193 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_deploy_spec_vm_home_storage_policy.rb +198 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_deploy_spec_vm_home_storage_policy_type.rb +30 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_disk_info.rb +198 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_disk_storage_info.rb +199 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_disk_update_spec.rb +189 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_ethernet_info.rb +212 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_ethernet_info_mac_address_type.rb +31 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_ethernet_info_network_backing_type.rb +32 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_ethernet_update_spec.rb +184 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_guest_customization_spec.rb +184 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_hardware_customization_spec.rb +228 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_hardware_customization_spec_disks_to_update.rb +192 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_hardware_customization_spec_nics.rb +192 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_info.rb +279 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_info_disks.rb +192 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_info_nics.rb +192 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_memory_info.rb +189 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_memory_update_spec.rb +184 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_result.rb +188 -0
- data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_vm_home_storage_info.rb +199 -0
- data/lib/vsphere-automation-vcenter/version.rb +15 -0
- data/spec/api/cluster_api_spec.rb +58 -0
- data/spec/api/datacenter_api_spec.rb +80 -0
- data/spec/api/datastore_api_spec.rb +59 -0
- data/spec/api/datastore_default_policy_api_spec.rb +44 -0
- data/spec/api/deployment_api_spec.rb +53 -0
- data/spec/api/deployment_import_history_api_spec.rb +84 -0
- data/spec/api/deployment_install_api_spec.rb +75 -0
- data/spec/api/deployment_install_initial_config_remote_psc_thumbprint_api_spec.rb +45 -0
- data/spec/api/deployment_install_psc_replicated_api_spec.rb +44 -0
- data/spec/api/deployment_install_psc_standalone_api_spec.rb +44 -0
- data/spec/api/deployment_install_remote_psc_api_spec.rb +44 -0
- data/spec/api/deployment_question_api_spec.rb +54 -0
- data/spec/api/deployment_upgrade_api_spec.rb +75 -0
- data/spec/api/folder_api_spec.rb +48 -0
- data/spec/api/guest_customization_specs_api_spec.rb +45 -0
- data/spec/api/host_api_spec.rb +94 -0
- data/spec/api/inventory_datastore_api_spec.rb +44 -0
- data/spec/api/inventory_network_api_spec.rb +44 -0
- data/spec/api/iso_image_api_spec.rb +57 -0
- data/spec/api/network_api_spec.rb +48 -0
- data/spec/api/ovf_capability_api_spec.rb +44 -0
- data/spec/api/ovf_export_flag_api_spec.rb +43 -0
- data/spec/api/ovf_import_flag_api_spec.rb +44 -0
- data/spec/api/ovf_library_item_api_spec.rb +68 -0
- data/spec/api/resource_pool_api_spec.rb +60 -0
- data/spec/api/services_service_api_spec.rb +99 -0
- data/spec/api/storage_policies_api_spec.rb +56 -0
- data/spec/api/storage_policies_compliance_api_spec.rb +44 -0
- data/spec/api/storage_policies_compliance_vm_api_spec.rb +45 -0
- data/spec/api/storage_policies_vm_api_spec.rb +44 -0
- data/spec/api/system_config_deployment_type_api_spec.rb +54 -0
- data/spec/api/system_config_psc_registration_api_spec.rb +54 -0
- data/spec/api/vcha_capabilities_api_spec.rb +43 -0
- data/spec/api/vcha_cluster_active_api_spec.rb +44 -0
- data/spec/api/vcha_cluster_api_spec.rb +77 -0
- data/spec/api/vcha_cluster_deployment_type_api_spec.rb +43 -0
- data/spec/api/vcha_cluster_mode_api_spec.rb +54 -0
- data/spec/api/vcha_cluster_passive_api_spec.rb +55 -0
- data/spec/api/vcha_cluster_witness_api_spec.rb +55 -0
- data/spec/api/vcha_operations_api_spec.rb +43 -0
- data/spec/api/vcha_vc_credentials_api_spec.rb +44 -0
- data/spec/api/vm_api_spec.rb +84 -0
- data/spec/api/vm_guest_identity_api_spec.rb +44 -0
- data/spec/api/vm_guest_local_filesystem_api_spec.rb +44 -0
- data/spec/api/vm_guest_power_api_spec.rb +77 -0
- data/spec/api/vm_hardware_adapter_sata_api_spec.rb +80 -0
- data/spec/api/vm_hardware_adapter_scsi_api_spec.rb +93 -0
- data/spec/api/vm_hardware_api_spec.rb +68 -0
- data/spec/api/vm_hardware_boot_api_spec.rb +56 -0
- data/spec/api/vm_hardware_boot_device_api_spec.rb +56 -0
- data/spec/api/vm_hardware_cdrom_api_spec.rb +117 -0
- data/spec/api/vm_hardware_cpu_api_spec.rb +56 -0
- data/spec/api/vm_hardware_disk_api_spec.rb +93 -0
- data/spec/api/vm_hardware_ethernet_api_spec.rb +117 -0
- data/spec/api/vm_hardware_floppy_api_spec.rb +117 -0
- data/spec/api/vm_hardware_memory_api_spec.rb +56 -0
- data/spec/api/vm_hardware_parallel_api_spec.rb +117 -0
- data/spec/api/vm_hardware_serial_api_spec.rb +117 -0
- data/spec/api/vm_power_api_spec.rb +88 -0
- data/spec/api/vm_storage_policy_api_spec.rb +56 -0
- data/spec/api/vm_storage_policy_compliance_api_spec.rb +56 -0
- data/spec/api/vm_template_library_items_api_spec.rb +67 -0
- data/spec/api_client_spec.rb +224 -0
- data/spec/configuration_spec.rb +40 -0
- data/spec/models/cis_task_progress_spec.rb +51 -0
- data/spec/models/cis_task_status_spec.rb +33 -0
- data/spec/models/vapi_std_dynamic_id_spec.rb +45 -0
- data/spec/models/vapi_std_errors_already_exists_error_spec.rb +45 -0
- data/spec/models/vapi_std_errors_already_exists_spec.rb +45 -0
- data/spec/models/vapi_std_errors_already_in_desired_state_error_spec.rb +45 -0
- data/spec/models/vapi_std_errors_already_in_desired_state_spec.rb +45 -0
- data/spec/models/vapi_std_errors_error_error_spec.rb +45 -0
- data/spec/models/vapi_std_errors_error_spec.rb +45 -0
- data/spec/models/vapi_std_errors_internal_server_error_error_spec.rb +45 -0
- data/spec/models/vapi_std_errors_internal_server_error_spec.rb +45 -0
- data/spec/models/vapi_std_errors_invalid_argument_error_spec.rb +45 -0
- data/spec/models/vapi_std_errors_invalid_argument_spec.rb +45 -0
- data/spec/models/vapi_std_errors_invalid_element_configuration_error_spec.rb +45 -0
- data/spec/models/vapi_std_errors_invalid_element_configuration_spec.rb +45 -0
- data/spec/models/vapi_std_errors_invalid_element_type_error_spec.rb +45 -0
- data/spec/models/vapi_std_errors_invalid_element_type_spec.rb +45 -0
- data/spec/models/vapi_std_errors_not_allowed_in_current_state_error_spec.rb +45 -0
- data/spec/models/vapi_std_errors_not_allowed_in_current_state_spec.rb +45 -0
- data/spec/models/vapi_std_errors_not_found_error_spec.rb +45 -0
- data/spec/models/vapi_std_errors_not_found_spec.rb +45 -0
- data/spec/models/vapi_std_errors_resource_busy_error_spec.rb +45 -0
- data/spec/models/vapi_std_errors_resource_busy_spec.rb +45 -0
- data/spec/models/vapi_std_errors_resource_in_use_error_spec.rb +45 -0
- data/spec/models/vapi_std_errors_resource_in_use_spec.rb +45 -0
- data/spec/models/vapi_std_errors_resource_inaccessible_error_spec.rb +45 -0
- data/spec/models/vapi_std_errors_resource_inaccessible_spec.rb +45 -0
- data/spec/models/vapi_std_errors_service_unavailable_error_spec.rb +45 -0
- data/spec/models/vapi_std_errors_service_unavailable_spec.rb +45 -0
- data/spec/models/vapi_std_errors_timed_out_error_spec.rb +45 -0
- data/spec/models/vapi_std_errors_timed_out_spec.rb +45 -0
- data/spec/models/vapi_std_errors_unable_to_allocate_resource_error_spec.rb +45 -0
- data/spec/models/vapi_std_errors_unable_to_allocate_resource_spec.rb +45 -0
- data/spec/models/vapi_std_errors_unauthenticated_error_spec.rb +45 -0
- data/spec/models/vapi_std_errors_unauthenticated_spec.rb +45 -0
- data/spec/models/vapi_std_errors_unauthorized_error_spec.rb +45 -0
- data/spec/models/vapi_std_errors_unauthorized_spec.rb +45 -0
- data/spec/models/vapi_std_errors_unsupported_error_spec.rb +45 -0
- data/spec/models/vapi_std_errors_unsupported_spec.rb +45 -0
- data/spec/models/vapi_std_errors_unverified_peer_error_spec.rb +45 -0
- data/spec/models/vapi_std_errors_unverified_peer_spec.rb +45 -0
- data/spec/models/vapi_std_localizable_message_spec.rb +51 -0
- data/spec/models/vcenter_cluster_filter_spec_spec.rb +57 -0
- data/spec/models/vcenter_cluster_info_spec.rb +45 -0
- data/spec/models/vcenter_cluster_list_result_spec.rb +39 -0
- data/spec/models/vcenter_cluster_result_spec.rb +39 -0
- data/spec/models/vcenter_cluster_summary_spec.rb +57 -0
- data/spec/models/vcenter_datacenter_create_result_spec.rb +39 -0
- data/spec/models/vcenter_datacenter_create_spec.rb +39 -0
- data/spec/models/vcenter_datacenter_create_spec_spec.rb +45 -0
- data/spec/models/vcenter_datacenter_filter_spec_spec.rb +51 -0
- data/spec/models/vcenter_datacenter_info_spec.rb +63 -0
- data/spec/models/vcenter_datacenter_list_result_spec.rb +39 -0
- data/spec/models/vcenter_datacenter_result_spec.rb +39 -0
- data/spec/models/vcenter_datacenter_summary_spec.rb +45 -0
- data/spec/models/vcenter_datastore_default_policy_result_spec.rb +39 -0
- data/spec/models/vcenter_datastore_filter_spec_spec.rb +63 -0
- data/spec/models/vcenter_datastore_info_spec.rb +69 -0
- data/spec/models/vcenter_datastore_list_result_spec.rb +39 -0
- data/spec/models/vcenter_datastore_result_spec.rb +39 -0
- data/spec/models/vcenter_datastore_summary_spec.rb +63 -0
- data/spec/models/vcenter_datastore_type_spec.rb +33 -0
- data/spec/models/vcenter_deployment_appliance_state_spec.rb +33 -0
- data/spec/models/vcenter_deployment_appliance_type_spec.rb +33 -0
- data/spec/models/vcenter_deployment_check_info_spec.rb +45 -0
- data/spec/models/vcenter_deployment_check_status_spec.rb +33 -0
- data/spec/models/vcenter_deployment_history_migration_option_spec.rb +33 -0
- data/spec/models/vcenter_deployment_history_migration_spec_spec.rb +45 -0
- data/spec/models/vcenter_deployment_import_history_create_spec_spec.rb +45 -0
- data/spec/models/vcenter_deployment_import_history_info_spec.rb +111 -0
- data/spec/models/vcenter_deployment_import_history_result_spec.rb +39 -0
- data/spec/models/vcenter_deployment_import_history_start_spec.rb +39 -0
- data/spec/models/vcenter_deployment_info_spec.rb +123 -0
- data/spec/models/vcenter_deployment_info_subtasks_spec.rb +45 -0
- data/spec/models/vcenter_deployment_install_check_result_spec.rb +39 -0
- data/spec/models/vcenter_deployment_install_check_spec.rb +39 -0
- data/spec/models/vcenter_deployment_install_initial_config_remote_psc_thumbprint_remote_spec_spec.rb +45 -0
- data/spec/models/vcenter_deployment_install_initial_config_remote_psc_thumbprint_result_spec.rb +39 -0
- data/spec/models/vcenter_deployment_install_install_spec_spec.rb +57 -0
- data/spec/models/vcenter_deployment_install_psc_replicated_check_result_spec.rb +39 -0
- data/spec/models/vcenter_deployment_install_psc_replicated_check_spec.rb +39 -0
- data/spec/models/vcenter_deployment_install_psc_spec_spec.rb +51 -0
- data/spec/models/vcenter_deployment_install_psc_standalone_check_result_spec.rb +39 -0
- data/spec/models/vcenter_deployment_install_psc_standalone_check_spec.rb +39 -0
- data/spec/models/vcenter_deployment_install_remote_psc_check_result_spec.rb +39 -0
- data/spec/models/vcenter_deployment_install_remote_psc_check_spec.rb +39 -0
- data/spec/models/vcenter_deployment_install_result_spec.rb +39 -0
- data/spec/models/vcenter_deployment_install_start_spec.rb +39 -0
- data/spec/models/vcenter_deployment_install_vcsa_embedded_spec_spec.rb +51 -0
- data/spec/models/vcenter_deployment_location_spec_spec.rb +69 -0
- data/spec/models/vcenter_deployment_notification_spec.rb +57 -0
- data/spec/models/vcenter_deployment_notifications_spec.rb +51 -0
- data/spec/models/vcenter_deployment_question_answer_spec.rb +39 -0
- data/spec/models/vcenter_deployment_question_answer_spec_spec.rb +45 -0
- data/spec/models/vcenter_deployment_question_info_spec.rb +39 -0
- data/spec/models/vcenter_deployment_question_question_spec.rb +63 -0
- data/spec/models/vcenter_deployment_question_question_type_spec.rb +33 -0
- data/spec/models/vcenter_deployment_question_result_spec.rb +39 -0
- data/spec/models/vcenter_deployment_remote_psc_spec_spec.rb +63 -0
- data/spec/models/vcenter_deployment_replicated_psc_spec_spec.rb +69 -0
- data/spec/models/vcenter_deployment_replicated_spec_spec.rb +63 -0
- data/spec/models/vcenter_deployment_result_spec.rb +39 -0
- data/spec/models/vcenter_deployment_standalone_psc_spec_spec.rb +51 -0
- data/spec/models/vcenter_deployment_standalone_spec_spec.rb +45 -0
- data/spec/models/vcenter_deployment_task_spec.rb +111 -0
- data/spec/models/vcenter_deployment_upgrade_check_result_spec.rb +39 -0
- data/spec/models/vcenter_deployment_upgrade_check_spec.rb +39 -0
- data/spec/models/vcenter_deployment_upgrade_psc_spec_spec.rb +39 -0
- data/spec/models/vcenter_deployment_upgrade_result_spec.rb +39 -0
- data/spec/models/vcenter_deployment_upgrade_source_appliance_spec_spec.rb +87 -0
- data/spec/models/vcenter_deployment_upgrade_start_spec.rb +39 -0
- data/spec/models/vcenter_deployment_upgrade_upgrade_spec_spec.rb +69 -0
- data/spec/models/vcenter_deployment_upgrade_vcsa_embedded_spec_spec.rb +39 -0
- data/spec/models/vcenter_folder_filter_spec_spec.rb +63 -0
- data/spec/models/vcenter_folder_list_result_spec.rb +39 -0
- data/spec/models/vcenter_folder_summary_spec.rb +51 -0
- data/spec/models/vcenter_folder_type_spec.rb +33 -0
- data/spec/models/vcenter_guest_customization_specs_filter_spec_spec.rb +45 -0
- data/spec/models/vcenter_guest_customization_specs_list_result_spec.rb +39 -0
- data/spec/models/vcenter_guest_customization_specs_os_type_spec.rb +33 -0
- data/spec/models/vcenter_guest_customization_specs_summary_spec.rb +57 -0
- data/spec/models/vcenter_host_connection_state_spec.rb +33 -0
- data/spec/models/vcenter_host_create_result_spec.rb +39 -0
- data/spec/models/vcenter_host_create_spec.rb +39 -0
- data/spec/models/vcenter_host_create_spec_spec.rb +81 -0
- data/spec/models/vcenter_host_create_spec_thumbprint_verification_spec.rb +33 -0
- data/spec/models/vcenter_host_filter_spec_spec.rb +75 -0
- data/spec/models/vcenter_host_list_result_spec.rb +39 -0
- data/spec/models/vcenter_host_power_state_spec.rb +33 -0
- data/spec/models/vcenter_host_summary_spec.rb +57 -0
- data/spec/models/vcenter_inventory_datastore_find_result_spec.rb +39 -0
- data/spec/models/vcenter_inventory_datastore_find_result_value_spec.rb +45 -0
- data/spec/models/vcenter_inventory_datastore_find_spec.rb +39 -0
- data/spec/models/vcenter_inventory_datastore_info_spec.rb +39 -0
- data/spec/models/vcenter_inventory_network_find_result_spec.rb +39 -0
- data/spec/models/vcenter_inventory_network_find_result_value_spec.rb +45 -0
- data/spec/models/vcenter_inventory_network_find_spec.rb +39 -0
- data/spec/models/vcenter_inventory_network_info_spec.rb +39 -0
- data/spec/models/vcenter_iso_image_mount_result_spec.rb +39 -0
- data/spec/models/vcenter_iso_image_mount_spec.rb +39 -0
- data/spec/models/vcenter_iso_image_unmount_spec.rb +39 -0
- data/spec/models/vcenter_network_filter_spec_spec.rb +63 -0
- data/spec/models/vcenter_network_list_result_spec.rb +39 -0
- data/spec/models/vcenter_network_summary_spec.rb +51 -0
- data/spec/models/vcenter_network_type_spec.rb +33 -0
- data/spec/models/vcenter_ovf_capability_capability_info_spec.rb +45 -0
- data/spec/models/vcenter_ovf_capability_result_spec.rb +39 -0
- data/spec/models/vcenter_ovf_disk_provisioning_type_spec.rb +33 -0
- data/spec/models/vcenter_ovf_export_flag_info_spec.rb +45 -0
- data/spec/models/vcenter_ovf_export_flag_list_result_spec.rb +39 -0
- data/spec/models/vcenter_ovf_import_flag_info_spec.rb +45 -0
- data/spec/models/vcenter_ovf_import_flag_list_result_spec.rb +39 -0
- data/spec/models/vcenter_ovf_library_item_create_result_spec.rb +51 -0
- data/spec/models/vcenter_ovf_library_item_create_spec.rb +57 -0
- data/spec/models/vcenter_ovf_library_item_create_spec_spec.rb +51 -0
- data/spec/models/vcenter_ovf_library_item_create_target_spec.rb +45 -0
- data/spec/models/vcenter_ovf_library_item_deploy_result_spec.rb +39 -0
- data/spec/models/vcenter_ovf_library_item_deploy_spec.rb +51 -0
- data/spec/models/vcenter_ovf_library_item_deployable_identity_spec.rb +45 -0
- data/spec/models/vcenter_ovf_library_item_deployment_result_spec.rb +51 -0
- data/spec/models/vcenter_ovf_library_item_deployment_target_spec.rb +51 -0
- data/spec/models/vcenter_ovf_library_item_filter_result_spec.rb +39 -0
- data/spec/models/vcenter_ovf_library_item_filter_spec.rb +39 -0
- data/spec/models/vcenter_ovf_library_item_ovf_summary_spec.rb +69 -0
- data/spec/models/vcenter_ovf_library_item_resource_pool_deployment_spec_spec.rb +99 -0
- data/spec/models/vcenter_ovf_library_item_resource_pool_deployment_spec_storage_mappings_spec.rb +45 -0
- data/spec/models/vcenter_ovf_library_item_result_info_spec.rb +51 -0
- data/spec/models/vcenter_ovf_library_item_storage_group_mapping_spec.rb +57 -0
- data/spec/models/vcenter_ovf_library_item_storage_group_mapping_type_spec.rb +33 -0
- data/spec/models/vcenter_ovf_ovf_error_spec.rb +69 -0
- data/spec/models/vcenter_ovf_ovf_info_spec.rb +39 -0
- data/spec/models/vcenter_ovf_ovf_message_category_spec.rb +33 -0
- data/spec/models/vcenter_ovf_ovf_warning_spec.rb +69 -0
- data/spec/models/vcenter_ovf_parse_issue_category_spec.rb +33 -0
- data/spec/models/vcenter_ovf_parse_issue_spec.rb +63 -0
- data/spec/models/vcenter_resource_pool_filter_spec_spec.rb +69 -0
- data/spec/models/vcenter_resource_pool_info_spec.rb +45 -0
- data/spec/models/vcenter_resource_pool_list_result_spec.rb +39 -0
- data/spec/models/vcenter_resource_pool_result_spec.rb +39 -0
- data/spec/models/vcenter_resource_pool_summary_spec.rb +45 -0
- data/spec/models/vcenter_services_service_health_spec.rb +33 -0
- data/spec/models/vcenter_services_service_info_spec.rb +69 -0
- data/spec/models/vcenter_services_service_list_details_result_spec.rb +39 -0
- data/spec/models/vcenter_services_service_list_details_result_value_spec.rb +45 -0
- data/spec/models/vcenter_services_service_result_spec.rb +39 -0
- data/spec/models/vcenter_services_service_startup_type_spec.rb +33 -0
- data/spec/models/vcenter_services_service_state_spec.rb +33 -0
- data/spec/models/vcenter_services_service_update_spec.rb +39 -0
- data/spec/models/vcenter_services_service_update_spec_spec.rb +39 -0
- data/spec/models/vcenter_storage_policies_check_compatibility_result_spec.rb +39 -0
- data/spec/models/vcenter_storage_policies_check_compatibility_spec.rb +39 -0
- data/spec/models/vcenter_storage_policies_compatibility_info_spec.rb +39 -0
- data/spec/models/vcenter_storage_policies_compatible_datastore_info_spec.rb +39 -0
- data/spec/models/vcenter_storage_policies_compliance_filter_spec_spec.rb +39 -0
- data/spec/models/vcenter_storage_policies_compliance_list_result_spec.rb +39 -0
- data/spec/models/vcenter_storage_policies_compliance_status_spec.rb +33 -0
- data/spec/models/vcenter_storage_policies_compliance_summary_disks_spec.rb +45 -0
- data/spec/models/vcenter_storage_policies_compliance_summary_spec.rb +51 -0
- data/spec/models/vcenter_storage_policies_compliance_vm_filter_spec_spec.rb +45 -0
- data/spec/models/vcenter_storage_policies_compliance_vm_info_disks_spec.rb +45 -0
- data/spec/models/vcenter_storage_policies_compliance_vm_info_spec.rb +45 -0
- data/spec/models/vcenter_storage_policies_compliance_vm_list_result_spec.rb +39 -0
- data/spec/models/vcenter_storage_policies_compliance_vm_list_result_value_spec.rb +45 -0
- data/spec/models/vcenter_storage_policies_compliance_vm_status_spec.rb +33 -0
- data/spec/models/vcenter_storage_policies_filter_spec_spec.rb +39 -0
- data/spec/models/vcenter_storage_policies_list_result_spec.rb +39 -0
- data/spec/models/vcenter_storage_policies_summary_spec.rb +51 -0
- data/spec/models/vcenter_storage_policies_vm_info_spec.rb +45 -0
- data/spec/models/vcenter_storage_policies_vm_list_result_spec.rb +39 -0
- data/spec/models/vcenter_storage_policies_vm_list_result_value_spec.rb +45 -0
- data/spec/models/vcenter_system_config_deployment_type_info_spec.rb +39 -0
- data/spec/models/vcenter_system_config_deployment_type_reconfigure_spec.rb +39 -0
- data/spec/models/vcenter_system_config_deployment_type_reconfigure_spec_spec.rb +45 -0
- data/spec/models/vcenter_system_config_deployment_type_result_spec.rb +39 -0
- data/spec/models/vcenter_system_config_psc_registration_info_spec.rb +51 -0
- data/spec/models/vcenter_system_config_psc_registration_repoint_spec.rb +39 -0
- data/spec/models/vcenter_system_config_psc_registration_result_spec.rb +39 -0
- data/spec/models/vcenter_vcha_capabilities_info_spec.rb +51 -0
- data/spec/models/vcenter_vcha_capabilities_result_spec.rb +39 -0
- data/spec/models/vcenter_vcha_cluster_active_get_spec.rb +45 -0
- data/spec/models/vcenter_vcha_cluster_active_info_spec.rb +51 -0
- data/spec/models/vcenter_vcha_cluster_active_result_spec.rb +39 -0
- data/spec/models/vcenter_vcha_cluster_active_spec_spec.rb +51 -0
- data/spec/models/vcenter_vcha_cluster_cluster_mode_spec.rb +33 -0
- data/spec/models/vcenter_vcha_cluster_cluster_state_spec.rb +33 -0
- data/spec/models/vcenter_vcha_cluster_config_state_spec.rb +33 -0
- data/spec/models/vcenter_vcha_cluster_deploy_spec_spec.rb +63 -0
- data/spec/models/vcenter_vcha_cluster_deploy_task_result_spec.rb +39 -0
- data/spec/models/vcenter_vcha_cluster_deploy_task_spec.rb +39 -0
- data/spec/models/vcenter_vcha_cluster_deployment_type_info_spec.rb +39 -0
- data/spec/models/vcenter_vcha_cluster_deployment_type_result_spec.rb +39 -0
- data/spec/models/vcenter_vcha_cluster_deployment_type_type_spec.rb +33 -0
- data/spec/models/vcenter_vcha_cluster_deploytask_result_spec.rb +41 -0
- data/spec/models/vcenter_vcha_cluster_deploytask_spec.rb +41 -0
- data/spec/models/vcenter_vcha_cluster_error_condition_spec.rb +45 -0
- data/spec/models/vcenter_vcha_cluster_failover_task_result_spec.rb +39 -0
- data/spec/models/vcenter_vcha_cluster_failover_task_spec.rb +39 -0
- data/spec/models/vcenter_vcha_cluster_failovertask_result_spec.rb +41 -0
- data/spec/models/vcenter_vcha_cluster_failovertask_spec.rb +41 -0
- data/spec/models/vcenter_vcha_cluster_get_spec.rb +45 -0
- data/spec/models/vcenter_vcha_cluster_info_spec.rb +93 -0
- data/spec/models/vcenter_vcha_cluster_ip_family_spec.rb +33 -0
- data/spec/models/vcenter_vcha_cluster_ip_info_spec.rb +57 -0
- data/spec/models/vcenter_vcha_cluster_ipv4_info_spec.rb +51 -0
- data/spec/models/vcenter_vcha_cluster_ipv6_info_spec.rb +45 -0
- data/spec/models/vcenter_vcha_cluster_mode_cluster_mode_spec.rb +33 -0
- data/spec/models/vcenter_vcha_cluster_mode_info_spec.rb +39 -0
- data/spec/models/vcenter_vcha_cluster_mode_result_spec.rb +39 -0
- data/spec/models/vcenter_vcha_cluster_mode_set_task_result_spec.rb +39 -0
- data/spec/models/vcenter_vcha_cluster_mode_set_task_spec.rb +39 -0
- data/spec/models/vcenter_vcha_cluster_mode_settask_result_spec.rb +41 -0
- data/spec/models/vcenter_vcha_cluster_mode_settask_spec.rb +41 -0
- data/spec/models/vcenter_vcha_cluster_node_info_spec.rb +51 -0
- data/spec/models/vcenter_vcha_cluster_node_role_spec.rb +33 -0
- data/spec/models/vcenter_vcha_cluster_node_runtime_info_spec.rb +51 -0
- data/spec/models/vcenter_vcha_cluster_node_state_spec.rb +33 -0
- data/spec/models/vcenter_vcha_cluster_node_vm_info_spec.rb +45 -0
- data/spec/models/vcenter_vcha_cluster_passive_check_result_spec.rb +45 -0
- data/spec/models/vcenter_vcha_cluster_passive_check_spec.rb +39 -0
- data/spec/models/vcenter_vcha_cluster_passive_check_spec_spec.rb +45 -0
- data/spec/models/vcenter_vcha_cluster_passive_redeploy_spec_spec.rb +57 -0
- data/spec/models/vcenter_vcha_cluster_passive_redeploy_task_result_spec.rb +39 -0
- data/spec/models/vcenter_vcha_cluster_passive_redeploy_task_spec.rb +39 -0
- data/spec/models/vcenter_vcha_cluster_passive_redeploytask_result_spec.rb +41 -0
- data/spec/models/vcenter_vcha_cluster_passive_redeploytask_spec.rb +41 -0
- data/spec/models/vcenter_vcha_cluster_passive_spec_spec.rb +51 -0
- data/spec/models/vcenter_vcha_cluster_result_spec.rb +39 -0
- data/spec/models/vcenter_vcha_cluster_type_spec.rb +33 -0
- data/spec/models/vcenter_vcha_cluster_undeploy_spec_spec.rb +51 -0
- data/spec/models/vcenter_vcha_cluster_undeploy_task_result_spec.rb +39 -0
- data/spec/models/vcenter_vcha_cluster_undeploy_task_spec.rb +39 -0
- data/spec/models/vcenter_vcha_cluster_undeploytask_result_spec.rb +41 -0
- data/spec/models/vcenter_vcha_cluster_undeploytask_spec.rb +41 -0
- data/spec/models/vcenter_vcha_cluster_vm_info_spec.rb +45 -0
- data/spec/models/vcenter_vcha_cluster_witness_check_result_spec.rb +45 -0
- data/spec/models/vcenter_vcha_cluster_witness_check_spec.rb +39 -0
- data/spec/models/vcenter_vcha_cluster_witness_check_spec_spec.rb +45 -0
- data/spec/models/vcenter_vcha_cluster_witness_info_spec.rb +45 -0
- data/spec/models/vcenter_vcha_cluster_witness_redeploy_spec_spec.rb +51 -0
- data/spec/models/vcenter_vcha_cluster_witness_redeploy_task_result_spec.rb +39 -0
- data/spec/models/vcenter_vcha_cluster_witness_redeploy_task_spec.rb +39 -0
- data/spec/models/vcenter_vcha_cluster_witness_redeploytask_result_spec.rb +41 -0
- data/spec/models/vcenter_vcha_cluster_witness_redeploytask_spec.rb +41 -0
- data/spec/models/vcenter_vcha_cluster_witness_spec_spec.rb +45 -0
- data/spec/models/vcenter_vcha_connection_spec_spec.rb +63 -0
- data/spec/models/vcenter_vcha_credentials_spec_spec.rb +39 -0
- data/spec/models/vcenter_vcha_disk_info_spec.rb +45 -0
- data/spec/models/vcenter_vcha_disk_spec_spec.rb +39 -0
- data/spec/models/vcenter_vcha_ip_family_spec.rb +33 -0
- data/spec/models/vcenter_vcha_ip_spec_spec.rb +63 -0
- data/spec/models/vcenter_vcha_ipv4_spec_spec.rb +51 -0
- data/spec/models/vcenter_vcha_ipv6_spec_spec.rb +45 -0
- data/spec/models/vcenter_vcha_network_type_spec.rb +33 -0
- data/spec/models/vcenter_vcha_operations_info_spec.rb +45 -0
- data/spec/models/vcenter_vcha_operations_result_spec.rb +39 -0
- data/spec/models/vcenter_vcha_placement_info_spec.rb +129 -0
- data/spec/models/vcenter_vcha_placement_spec_spec.rb +87 -0
- data/spec/models/vcenter_vcha_vc_credentials_validate_spec.rb +39 -0
- data/spec/models/vcenter_vm_create_result_spec.rb +39 -0
- data/spec/models/vcenter_vm_create_spec.rb +39 -0
- data/spec/models/vcenter_vm_create_spec_spec.rb +135 -0
- data/spec/models/vcenter_vm_filter_spec_spec.rb +81 -0
- data/spec/models/vcenter_vm_guest_identity_info_spec.rb +63 -0
- data/spec/models/vcenter_vm_guest_identity_result_spec.rb +39 -0
- data/spec/models/vcenter_vm_guest_local_filesystem_info_spec.rb +45 -0
- data/spec/models/vcenter_vm_guest_local_filesystem_result_spec.rb +39 -0
- data/spec/models/vcenter_vm_guest_local_filesystem_result_value_spec.rb +45 -0
- data/spec/models/vcenter_vm_guest_os_family_spec.rb +33 -0
- data/spec/models/vcenter_vm_guest_os_spec.rb +33 -0
- data/spec/models/vcenter_vm_guest_power_info_spec.rb +45 -0
- data/spec/models/vcenter_vm_guest_power_result_spec.rb +39 -0
- data/spec/models/vcenter_vm_guest_power_state_spec.rb +33 -0
- data/spec/models/vcenter_vm_hardware_adapter_sata_create_result_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_adapter_sata_create_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_adapter_sata_create_spec_spec.rb +51 -0
- data/spec/models/vcenter_vm_hardware_adapter_sata_info_spec.rb +57 -0
- data/spec/models/vcenter_vm_hardware_adapter_sata_list_result_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_adapter_sata_result_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_adapter_sata_summary_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_adapter_sata_type_spec.rb +33 -0
- data/spec/models/vcenter_vm_hardware_adapter_scsi_create_result_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_adapter_scsi_create_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_adapter_scsi_create_spec_spec.rb +57 -0
- data/spec/models/vcenter_vm_hardware_adapter_scsi_info_spec.rb +63 -0
- data/spec/models/vcenter_vm_hardware_adapter_scsi_list_result_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_adapter_scsi_result_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_adapter_scsi_sharing_spec.rb +33 -0
- data/spec/models/vcenter_vm_hardware_adapter_scsi_summary_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_adapter_scsi_type_spec.rb +33 -0
- data/spec/models/vcenter_vm_hardware_adapter_scsi_update_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_adapter_scsi_update_spec_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_boot_create_spec_spec.rb +75 -0
- data/spec/models/vcenter_vm_hardware_boot_device_entry_create_spec_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_boot_device_entry_spec.rb +51 -0
- data/spec/models/vcenter_vm_hardware_boot_device_result_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_boot_device_set_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_boot_device_type_spec.rb +33 -0
- data/spec/models/vcenter_vm_hardware_boot_info_spec.rb +75 -0
- data/spec/models/vcenter_vm_hardware_boot_network_protocol_spec.rb +33 -0
- data/spec/models/vcenter_vm_hardware_boot_result_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_boot_type_spec.rb +33 -0
- data/spec/models/vcenter_vm_hardware_boot_update_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_boot_update_spec_spec.rb +75 -0
- data/spec/models/vcenter_vm_hardware_cdrom_backing_info_spec.rb +63 -0
- data/spec/models/vcenter_vm_hardware_cdrom_backing_spec_spec.rb +57 -0
- data/spec/models/vcenter_vm_hardware_cdrom_backing_type_spec.rb +33 -0
- data/spec/models/vcenter_vm_hardware_cdrom_create_result_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_cdrom_create_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_cdrom_create_spec_spec.rb +69 -0
- data/spec/models/vcenter_vm_hardware_cdrom_device_access_type_spec.rb +33 -0
- data/spec/models/vcenter_vm_hardware_cdrom_host_bus_adapter_type_spec.rb +33 -0
- data/spec/models/vcenter_vm_hardware_cdrom_info_spec.rb +81 -0
- data/spec/models/vcenter_vm_hardware_cdrom_list_result_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_cdrom_result_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_cdrom_summary_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_cdrom_update_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_cdrom_update_spec_spec.rb +51 -0
- data/spec/models/vcenter_vm_hardware_connection_state_spec.rb +33 -0
- data/spec/models/vcenter_vm_hardware_cpu_info_spec.rb +57 -0
- data/spec/models/vcenter_vm_hardware_cpu_result_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_cpu_update_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_cpu_update_spec_spec.rb +57 -0
- data/spec/models/vcenter_vm_hardware_disk_backing_info_spec.rb +45 -0
- data/spec/models/vcenter_vm_hardware_disk_backing_spec_spec.rb +45 -0
- data/spec/models/vcenter_vm_hardware_disk_backing_type_spec.rb +33 -0
- data/spec/models/vcenter_vm_hardware_disk_create_result_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_disk_create_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_disk_create_spec_spec.rb +69 -0
- data/spec/models/vcenter_vm_hardware_disk_host_bus_adapter_type_spec.rb +33 -0
- data/spec/models/vcenter_vm_hardware_disk_info_spec.rb +75 -0
- data/spec/models/vcenter_vm_hardware_disk_list_result_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_disk_result_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_disk_storage_policy_spec_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_disk_summary_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_disk_update_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_disk_update_spec_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_disk_vmdk_create_spec_spec.rb +51 -0
- data/spec/models/vcenter_vm_hardware_ethernet_backing_info_spec.rb +87 -0
- data/spec/models/vcenter_vm_hardware_ethernet_backing_spec_spec.rb +51 -0
- data/spec/models/vcenter_vm_hardware_ethernet_backing_type_spec.rb +33 -0
- data/spec/models/vcenter_vm_hardware_ethernet_create_result_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_ethernet_create_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_ethernet_create_spec_spec.rb +87 -0
- data/spec/models/vcenter_vm_hardware_ethernet_emulation_type_spec.rb +33 -0
- data/spec/models/vcenter_vm_hardware_ethernet_info_spec.rb +99 -0
- data/spec/models/vcenter_vm_hardware_ethernet_list_result_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_ethernet_mac_address_type_spec.rb +33 -0
- data/spec/models/vcenter_vm_hardware_ethernet_result_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_ethernet_summary_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_ethernet_update_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_ethernet_update_spec_spec.rb +75 -0
- data/spec/models/vcenter_vm_hardware_floppy_backing_info_spec.rb +57 -0
- data/spec/models/vcenter_vm_hardware_floppy_backing_spec_spec.rb +51 -0
- data/spec/models/vcenter_vm_hardware_floppy_backing_type_spec.rb +33 -0
- data/spec/models/vcenter_vm_hardware_floppy_create_result_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_floppy_create_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_floppy_create_spec_spec.rb +51 -0
- data/spec/models/vcenter_vm_hardware_floppy_info_spec.rb +63 -0
- data/spec/models/vcenter_vm_hardware_floppy_list_result_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_floppy_result_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_floppy_summary_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_floppy_update_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_floppy_update_spec_spec.rb +51 -0
- data/spec/models/vcenter_vm_hardware_ide_address_info_spec.rb +45 -0
- data/spec/models/vcenter_vm_hardware_ide_address_spec_spec.rb +45 -0
- data/spec/models/vcenter_vm_hardware_info_spec.rb +63 -0
- data/spec/models/vcenter_vm_hardware_memory_info_spec.rb +57 -0
- data/spec/models/vcenter_vm_hardware_memory_result_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_memory_update_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_memory_update_spec_spec.rb +45 -0
- data/spec/models/vcenter_vm_hardware_parallel_backing_info_spec.rb +57 -0
- data/spec/models/vcenter_vm_hardware_parallel_backing_spec_spec.rb +51 -0
- data/spec/models/vcenter_vm_hardware_parallel_backing_type_spec.rb +33 -0
- data/spec/models/vcenter_vm_hardware_parallel_create_result_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_parallel_create_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_parallel_create_spec_spec.rb +51 -0
- data/spec/models/vcenter_vm_hardware_parallel_info_spec.rb +63 -0
- data/spec/models/vcenter_vm_hardware_parallel_list_result_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_parallel_result_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_parallel_summary_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_parallel_update_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_parallel_update_spec_spec.rb +51 -0
- data/spec/models/vcenter_vm_hardware_result_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_sata_address_info_spec.rb +45 -0
- data/spec/models/vcenter_vm_hardware_sata_address_spec_spec.rb +45 -0
- data/spec/models/vcenter_vm_hardware_scsi_address_info_spec.rb +45 -0
- data/spec/models/vcenter_vm_hardware_scsi_address_spec_spec.rb +45 -0
- data/spec/models/vcenter_vm_hardware_serial_backing_info_spec.rb +81 -0
- data/spec/models/vcenter_vm_hardware_serial_backing_spec_spec.rb +75 -0
- data/spec/models/vcenter_vm_hardware_serial_backing_type_spec.rb +33 -0
- data/spec/models/vcenter_vm_hardware_serial_create_result_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_serial_create_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_serial_create_spec_spec.rb +57 -0
- data/spec/models/vcenter_vm_hardware_serial_info_spec.rb +69 -0
- data/spec/models/vcenter_vm_hardware_serial_list_result_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_serial_result_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_serial_summary_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_serial_update_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_serial_update_spec_spec.rb +57 -0
- data/spec/models/vcenter_vm_hardware_update_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_update_spec_spec.rb +45 -0
- data/spec/models/vcenter_vm_hardware_upgrade_policy_spec.rb +33 -0
- data/spec/models/vcenter_vm_hardware_upgrade_spec.rb +39 -0
- data/spec/models/vcenter_vm_hardware_upgrade_status_spec.rb +33 -0
- data/spec/models/vcenter_vm_hardware_version_spec.rb +33 -0
- data/spec/models/vcenter_vm_info_cdroms_spec.rb +45 -0
- data/spec/models/vcenter_vm_info_disks_spec.rb +45 -0
- data/spec/models/vcenter_vm_info_floppies_spec.rb +45 -0
- data/spec/models/vcenter_vm_info_nics_spec.rb +45 -0
- data/spec/models/vcenter_vm_info_parallel_ports_spec.rb +45 -0
- data/spec/models/vcenter_vm_info_sata_adapters_spec.rb +45 -0
- data/spec/models/vcenter_vm_info_scsi_adapters_spec.rb +45 -0
- data/spec/models/vcenter_vm_info_serial_ports_spec.rb +45 -0
- data/spec/models/vcenter_vm_info_spec.rb +129 -0
- data/spec/models/vcenter_vm_list_result_spec.rb +39 -0
- data/spec/models/vcenter_vm_placement_spec_spec.rb +63 -0
- data/spec/models/vcenter_vm_power_info_spec.rb +45 -0
- data/spec/models/vcenter_vm_power_result_spec.rb +39 -0
- data/spec/models/vcenter_vm_power_state_spec.rb +33 -0
- data/spec/models/vcenter_vm_result_spec.rb +39 -0
- data/spec/models/vcenter_vm_storage_policy_compliance_check_result_spec.rb +39 -0
- data/spec/models/vcenter_vm_storage_policy_compliance_check_spec.rb +39 -0
- data/spec/models/vcenter_vm_storage_policy_compliance_check_spec_spec.rb +45 -0
- data/spec/models/vcenter_vm_storage_policy_compliance_info_disks_spec.rb +45 -0
- data/spec/models/vcenter_vm_storage_policy_compliance_info_spec.rb +51 -0
- data/spec/models/vcenter_vm_storage_policy_compliance_result_spec.rb +39 -0
- data/spec/models/vcenter_vm_storage_policy_compliance_status_spec.rb +33 -0
- data/spec/models/vcenter_vm_storage_policy_compliance_vm_compliance_info_spec.rb +57 -0
- data/spec/models/vcenter_vm_storage_policy_disk_policy_spec_policy_type_spec.rb +33 -0
- data/spec/models/vcenter_vm_storage_policy_disk_policy_spec_spec.rb +45 -0
- data/spec/models/vcenter_vm_storage_policy_info_disks_spec.rb +45 -0
- data/spec/models/vcenter_vm_storage_policy_info_spec.rb +45 -0
- data/spec/models/vcenter_vm_storage_policy_result_spec.rb +39 -0
- data/spec/models/vcenter_vm_storage_policy_spec_spec.rb +39 -0
- data/spec/models/vcenter_vm_storage_policy_update_spec.rb +39 -0
- data/spec/models/vcenter_vm_storage_policy_update_spec_disks_spec.rb +45 -0
- data/spec/models/vcenter_vm_storage_policy_update_spec_spec.rb +45 -0
- data/spec/models/vcenter_vm_storage_policy_vm_home_policy_spec_policy_type_spec.rb +33 -0
- data/spec/models/vcenter_vm_storage_policy_vm_home_policy_spec_spec.rb +45 -0
- data/spec/models/vcenter_vm_summary_spec.rb +63 -0
- data/spec/models/vcenter_vm_template_library_items_cpu_info_spec.rb +45 -0
- data/spec/models/vcenter_vm_template_library_items_cpu_update_spec_spec.rb +45 -0
- data/spec/models/vcenter_vm_template_library_items_create_placement_spec_spec.rb +57 -0
- data/spec/models/vcenter_vm_template_library_items_create_result_spec.rb +39 -0
- data/spec/models/vcenter_vm_template_library_items_create_spec.rb +39 -0
- data/spec/models/vcenter_vm_template_library_items_create_spec_disk_storage_overrides_spec.rb +45 -0
- data/spec/models/vcenter_vm_template_library_items_create_spec_disk_storage_policy_spec.rb +45 -0
- data/spec/models/vcenter_vm_template_library_items_create_spec_disk_storage_policy_type_spec.rb +33 -0
- data/spec/models/vcenter_vm_template_library_items_create_spec_disk_storage_spec.rb +45 -0
- data/spec/models/vcenter_vm_template_library_items_create_spec_spec.rb +81 -0
- data/spec/models/vcenter_vm_template_library_items_create_spec_vm_home_storage_policy_spec.rb +45 -0
- data/spec/models/vcenter_vm_template_library_items_create_spec_vm_home_storage_policy_type_spec.rb +33 -0
- data/spec/models/vcenter_vm_template_library_items_create_spec_vm_home_storage_spec.rb +45 -0
- data/spec/models/vcenter_vm_template_library_items_deploy_placement_spec_spec.rb +57 -0
- data/spec/models/vcenter_vm_template_library_items_deploy_result_spec.rb +39 -0
- data/spec/models/vcenter_vm_template_library_items_deploy_spec.rb +39 -0
- data/spec/models/vcenter_vm_template_library_items_deploy_spec_disk_storage_overrides_spec.rb +45 -0
- data/spec/models/vcenter_vm_template_library_items_deploy_spec_disk_storage_policy_spec.rb +45 -0
- data/spec/models/vcenter_vm_template_library_items_deploy_spec_disk_storage_policy_type_spec.rb +33 -0
- data/spec/models/vcenter_vm_template_library_items_deploy_spec_disk_storage_spec.rb +45 -0
- data/spec/models/vcenter_vm_template_library_items_deploy_spec_spec.rb +87 -0
- data/spec/models/vcenter_vm_template_library_items_deploy_spec_vm_home_storage_policy_spec.rb +45 -0
- data/spec/models/vcenter_vm_template_library_items_deploy_spec_vm_home_storage_policy_type_spec.rb +33 -0
- data/spec/models/vcenter_vm_template_library_items_deploy_spec_vm_home_storage_spec.rb +45 -0
- data/spec/models/vcenter_vm_template_library_items_disk_info_spec.rb +45 -0
- data/spec/models/vcenter_vm_template_library_items_disk_storage_info_spec.rb +45 -0
- data/spec/models/vcenter_vm_template_library_items_disk_update_spec_spec.rb +39 -0
- data/spec/models/vcenter_vm_template_library_items_ethernet_info_mac_address_type_spec.rb +33 -0
- data/spec/models/vcenter_vm_template_library_items_ethernet_info_network_backing_type_spec.rb +33 -0
- data/spec/models/vcenter_vm_template_library_items_ethernet_info_spec.rb +51 -0
- data/spec/models/vcenter_vm_template_library_items_ethernet_update_spec_spec.rb +39 -0
- data/spec/models/vcenter_vm_template_library_items_guest_customization_spec_spec.rb +39 -0
- data/spec/models/vcenter_vm_template_library_items_hardware_customization_spec_disks_to_update_spec.rb +45 -0
- data/spec/models/vcenter_vm_template_library_items_hardware_customization_spec_nics_spec.rb +45 -0
- data/spec/models/vcenter_vm_template_library_items_hardware_customization_spec_spec.rb +63 -0
- data/spec/models/vcenter_vm_template_library_items_info_disks_spec.rb +45 -0
- data/spec/models/vcenter_vm_template_library_items_info_nics_spec.rb +45 -0
- data/spec/models/vcenter_vm_template_library_items_info_spec.rb +75 -0
- data/spec/models/vcenter_vm_template_library_items_memory_info_spec.rb +39 -0
- data/spec/models/vcenter_vm_template_library_items_memory_update_spec_spec.rb +39 -0
- data/spec/models/vcenter_vm_template_library_items_result_spec.rb +39 -0
- data/spec/models/vcenter_vm_template_library_items_vm_home_storage_info_spec.rb +45 -0
- data/spec/spec_helper.rb +109 -0
- data/vsphere-automation-vcenter.gemspec +44 -0
- metadata +2525 -0
@@ -0,0 +1,9 @@
|
|
1
|
+
# VSphereAutomation::VCenter::VapiStdDynamicID
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**type** | **String** | The type of resource being identified (for example {@code com.acme.Person}). <p> {@term Services} that contain {@term operations} for creating and deleting resources typically contain a {@term constant} specifying the resource type for the resources being created and deleted. The API metamodel metadata {@term services} include a {@term service} that allows retrieving all the known resource types. |
|
7
|
+
**id** | **String** | The identifier for a resource whose type is specified by {@link #type}. |
|
8
|
+
|
9
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# VSphereAutomation::VCenter::VapiStdErrorsAlreadyExists
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**messages** | [**Array<VapiStdLocalizableMessage>**](VapiStdLocalizableMessage.md) | Stack of one or more localizable messages for human {@term error} consumers. <p> The message at the top of the stack (first in the list) describes the {@term error} from the perspective of the {@term operation} the client invoked. Each subsequent message in the stack describes the \"cause\" of the prior message. |
|
7
|
+
**data** | [**Object**](.md) | Data to facilitate clients responding to the {@term operation} reporting a standard {@term error} to indicating that it was unable to complete successfully. <p> {@term Operations} may provide data that clients can use when responding to {@term errors}. Since the data that clients need may be specific to the context of the {@term operation} reporting the {@term error}, different {@term operations} that report the same {@term error} may provide different data in the {@term error}. The documentation for each each {@term operation} will describe what, if any, data it provides for each {@term error} it reports. The {@link ArgumentLocations}, {@link FileLocations}, and {@link TransientIndication} {@term structures} are intended as possible values for this {@term field}. {@link vapi.std.DynamicID} may also be useful as a value for this {@term field} (although that is not its primary purpose). Some {@term services} may provide their own specific {@term structures} for use as the value of this {@term field} when reporting {@term errors} from their {@term operations}. | [optional]
|
8
|
+
|
9
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# VSphereAutomation::VCenter::VapiStdErrorsAlreadyExistsError
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**type** | **String** | | [optional]
|
7
|
+
**value** | [**VapiStdErrorsAlreadyExists**](VapiStdErrorsAlreadyExists.md) | | [optional]
|
8
|
+
|
9
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# VSphereAutomation::VCenter::VapiStdErrorsAlreadyInDesiredState
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**messages** | [**Array<VapiStdLocalizableMessage>**](VapiStdLocalizableMessage.md) | Stack of one or more localizable messages for human {@term error} consumers. <p> The message at the top of the stack (first in the list) describes the {@term error} from the perspective of the {@term operation} the client invoked. Each subsequent message in the stack describes the \"cause\" of the prior message. |
|
7
|
+
**data** | [**Object**](.md) | Data to facilitate clients responding to the {@term operation} reporting a standard {@term error} to indicating that it was unable to complete successfully. <p> {@term Operations} may provide data that clients can use when responding to {@term errors}. Since the data that clients need may be specific to the context of the {@term operation} reporting the {@term error}, different {@term operations} that report the same {@term error} may provide different data in the {@term error}. The documentation for each each {@term operation} will describe what, if any, data it provides for each {@term error} it reports. The {@link ArgumentLocations}, {@link FileLocations}, and {@link TransientIndication} {@term structures} are intended as possible values for this {@term field}. {@link vapi.std.DynamicID} may also be useful as a value for this {@term field} (although that is not its primary purpose). Some {@term services} may provide their own specific {@term structures} for use as the value of this {@term field} when reporting {@term errors} from their {@term operations}. | [optional]
|
8
|
+
|
9
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# VSphereAutomation::VCenter::VapiStdErrorsAlreadyInDesiredStateError
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**type** | **String** | | [optional]
|
7
|
+
**value** | [**VapiStdErrorsAlreadyInDesiredState**](VapiStdErrorsAlreadyInDesiredState.md) | | [optional]
|
8
|
+
|
9
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# VSphereAutomation::VCenter::VapiStdErrorsError
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**messages** | [**Array<VapiStdLocalizableMessage>**](VapiStdLocalizableMessage.md) | Stack of one or more localizable messages for human {@term error} consumers. <p> The message at the top of the stack (first in the list) describes the {@term error} from the perspective of the {@term operation} the client invoked. Each subsequent message in the stack describes the \"cause\" of the prior message. |
|
7
|
+
**data** | [**Object**](.md) | Data to facilitate clients responding to the {@term operation} reporting a standard {@term error} to indicating that it was unable to complete successfully. <p> {@term Operations} may provide data that clients can use when responding to {@term errors}. Since the data that clients need may be specific to the context of the {@term operation} reporting the {@term error}, different {@term operations} that report the same {@term error} may provide different data in the {@term error}. The documentation for each each {@term operation} will describe what, if any, data it provides for each {@term error} it reports. The {@link ArgumentLocations}, {@link FileLocations}, and {@link TransientIndication} {@term structures} are intended as possible values for this {@term field}. {@link vapi.std.DynamicID} may also be useful as a value for this {@term field} (although that is not its primary purpose). Some {@term services} may provide their own specific {@term structures} for use as the value of this {@term field} when reporting {@term errors} from their {@term operations}. | [optional]
|
8
|
+
|
9
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# VSphereAutomation::VCenter::VapiStdErrorsErrorError
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**type** | **String** | | [optional]
|
7
|
+
**value** | [**VapiStdErrorsError**](VapiStdErrorsError.md) | | [optional]
|
8
|
+
|
9
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# VSphereAutomation::VCenter::VapiStdErrorsInternalServerError
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**messages** | [**Array<VapiStdLocalizableMessage>**](VapiStdLocalizableMessage.md) | Stack of one or more localizable messages for human {@term error} consumers. <p> The message at the top of the stack (first in the list) describes the {@term error} from the perspective of the {@term operation} the client invoked. Each subsequent message in the stack describes the \"cause\" of the prior message. |
|
7
|
+
**data** | [**Object**](.md) | Data to facilitate clients responding to the {@term operation} reporting a standard {@term error} to indicating that it was unable to complete successfully. <p> {@term Operations} may provide data that clients can use when responding to {@term errors}. Since the data that clients need may be specific to the context of the {@term operation} reporting the {@term error}, different {@term operations} that report the same {@term error} may provide different data in the {@term error}. The documentation for each each {@term operation} will describe what, if any, data it provides for each {@term error} it reports. The {@link ArgumentLocations}, {@link FileLocations}, and {@link TransientIndication} {@term structures} are intended as possible values for this {@term field}. {@link vapi.std.DynamicID} may also be useful as a value for this {@term field} (although that is not its primary purpose). Some {@term services} may provide their own specific {@term structures} for use as the value of this {@term field} when reporting {@term errors} from their {@term operations}. | [optional]
|
8
|
+
|
9
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# VSphereAutomation::VCenter::VapiStdErrorsInternalServerErrorError
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**type** | **String** | | [optional]
|
7
|
+
**value** | [**VapiStdErrorsInternalServerError**](VapiStdErrorsInternalServerError.md) | | [optional]
|
8
|
+
|
9
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# VSphereAutomation::VCenter::VapiStdErrorsInvalidArgument
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**messages** | [**Array<VapiStdLocalizableMessage>**](VapiStdLocalizableMessage.md) | Stack of one or more localizable messages for human {@term error} consumers. <p> The message at the top of the stack (first in the list) describes the {@term error} from the perspective of the {@term operation} the client invoked. Each subsequent message in the stack describes the \"cause\" of the prior message. |
|
7
|
+
**data** | [**Object**](.md) | Data to facilitate clients responding to the {@term operation} reporting a standard {@term error} to indicating that it was unable to complete successfully. <p> {@term Operations} may provide data that clients can use when responding to {@term errors}. Since the data that clients need may be specific to the context of the {@term operation} reporting the {@term error}, different {@term operations} that report the same {@term error} may provide different data in the {@term error}. The documentation for each each {@term operation} will describe what, if any, data it provides for each {@term error} it reports. The {@link ArgumentLocations}, {@link FileLocations}, and {@link TransientIndication} {@term structures} are intended as possible values for this {@term field}. {@link vapi.std.DynamicID} may also be useful as a value for this {@term field} (although that is not its primary purpose). Some {@term services} may provide their own specific {@term structures} for use as the value of this {@term field} when reporting {@term errors} from their {@term operations}. | [optional]
|
8
|
+
|
9
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# VSphereAutomation::VCenter::VapiStdErrorsInvalidArgumentError
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**type** | **String** | | [optional]
|
7
|
+
**value** | [**VapiStdErrorsInvalidArgument**](VapiStdErrorsInvalidArgument.md) | | [optional]
|
8
|
+
|
9
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# VSphereAutomation::VCenter::VapiStdErrorsInvalidElementConfiguration
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**messages** | [**Array<VapiStdLocalizableMessage>**](VapiStdLocalizableMessage.md) | Stack of one or more localizable messages for human {@term error} consumers. <p> The message at the top of the stack (first in the list) describes the {@term error} from the perspective of the {@term operation} the client invoked. Each subsequent message in the stack describes the \"cause\" of the prior message. |
|
7
|
+
**data** | [**Object**](.md) | Data to facilitate clients responding to the {@term operation} reporting a standard {@term error} to indicating that it was unable to complete successfully. <p> {@term Operations} may provide data that clients can use when responding to {@term errors}. Since the data that clients need may be specific to the context of the {@term operation} reporting the {@term error}, different {@term operations} that report the same {@term error} may provide different data in the {@term error}. The documentation for each each {@term operation} will describe what, if any, data it provides for each {@term error} it reports. The {@link ArgumentLocations}, {@link FileLocations}, and {@link TransientIndication} {@term structures} are intended as possible values for this {@term field}. {@link vapi.std.DynamicID} may also be useful as a value for this {@term field} (although that is not its primary purpose). Some {@term services} may provide their own specific {@term structures} for use as the value of this {@term field} when reporting {@term errors} from their {@term operations}. | [optional]
|
8
|
+
|
9
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# VSphereAutomation::VCenter::VapiStdErrorsInvalidElementConfigurationError
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**type** | **String** | | [optional]
|
7
|
+
**value** | [**VapiStdErrorsInvalidElementConfiguration**](VapiStdErrorsInvalidElementConfiguration.md) | | [optional]
|
8
|
+
|
9
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# VSphereAutomation::VCenter::VapiStdErrorsInvalidElementType
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**messages** | [**Array<VapiStdLocalizableMessage>**](VapiStdLocalizableMessage.md) | Stack of one or more localizable messages for human {@term error} consumers. <p> The message at the top of the stack (first in the list) describes the {@term error} from the perspective of the {@term operation} the client invoked. Each subsequent message in the stack describes the \"cause\" of the prior message. |
|
7
|
+
**data** | [**Object**](.md) | Data to facilitate clients responding to the {@term operation} reporting a standard {@term error} to indicating that it was unable to complete successfully. <p> {@term Operations} may provide data that clients can use when responding to {@term errors}. Since the data that clients need may be specific to the context of the {@term operation} reporting the {@term error}, different {@term operations} that report the same {@term error} may provide different data in the {@term error}. The documentation for each each {@term operation} will describe what, if any, data it provides for each {@term error} it reports. The {@link ArgumentLocations}, {@link FileLocations}, and {@link TransientIndication} {@term structures} are intended as possible values for this {@term field}. {@link vapi.std.DynamicID} may also be useful as a value for this {@term field} (although that is not its primary purpose). Some {@term services} may provide their own specific {@term structures} for use as the value of this {@term field} when reporting {@term errors} from their {@term operations}. | [optional]
|
8
|
+
|
9
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# VSphereAutomation::VCenter::VapiStdErrorsInvalidElementTypeError
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**type** | **String** | | [optional]
|
7
|
+
**value** | [**VapiStdErrorsInvalidElementType**](VapiStdErrorsInvalidElementType.md) | | [optional]
|
8
|
+
|
9
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# VSphereAutomation::VCenter::VapiStdErrorsNotAllowedInCurrentState
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**messages** | [**Array<VapiStdLocalizableMessage>**](VapiStdLocalizableMessage.md) | Stack of one or more localizable messages for human {@term error} consumers. <p> The message at the top of the stack (first in the list) describes the {@term error} from the perspective of the {@term operation} the client invoked. Each subsequent message in the stack describes the \"cause\" of the prior message. |
|
7
|
+
**data** | [**Object**](.md) | Data to facilitate clients responding to the {@term operation} reporting a standard {@term error} to indicating that it was unable to complete successfully. <p> {@term Operations} may provide data that clients can use when responding to {@term errors}. Since the data that clients need may be specific to the context of the {@term operation} reporting the {@term error}, different {@term operations} that report the same {@term error} may provide different data in the {@term error}. The documentation for each each {@term operation} will describe what, if any, data it provides for each {@term error} it reports. The {@link ArgumentLocations}, {@link FileLocations}, and {@link TransientIndication} {@term structures} are intended as possible values for this {@term field}. {@link vapi.std.DynamicID} may also be useful as a value for this {@term field} (although that is not its primary purpose). Some {@term services} may provide their own specific {@term structures} for use as the value of this {@term field} when reporting {@term errors} from their {@term operations}. | [optional]
|
8
|
+
|
9
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# VSphereAutomation::VCenter::VapiStdErrorsNotAllowedInCurrentStateError
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**type** | **String** | | [optional]
|
7
|
+
**value** | [**VapiStdErrorsNotAllowedInCurrentState**](VapiStdErrorsNotAllowedInCurrentState.md) | | [optional]
|
8
|
+
|
9
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# VSphereAutomation::VCenter::VapiStdErrorsNotFound
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**messages** | [**Array<VapiStdLocalizableMessage>**](VapiStdLocalizableMessage.md) | Stack of one or more localizable messages for human {@term error} consumers. <p> The message at the top of the stack (first in the list) describes the {@term error} from the perspective of the {@term operation} the client invoked. Each subsequent message in the stack describes the \"cause\" of the prior message. |
|
7
|
+
**data** | [**Object**](.md) | Data to facilitate clients responding to the {@term operation} reporting a standard {@term error} to indicating that it was unable to complete successfully. <p> {@term Operations} may provide data that clients can use when responding to {@term errors}. Since the data that clients need may be specific to the context of the {@term operation} reporting the {@term error}, different {@term operations} that report the same {@term error} may provide different data in the {@term error}. The documentation for each each {@term operation} will describe what, if any, data it provides for each {@term error} it reports. The {@link ArgumentLocations}, {@link FileLocations}, and {@link TransientIndication} {@term structures} are intended as possible values for this {@term field}. {@link vapi.std.DynamicID} may also be useful as a value for this {@term field} (although that is not its primary purpose). Some {@term services} may provide their own specific {@term structures} for use as the value of this {@term field} when reporting {@term errors} from their {@term operations}. | [optional]
|
8
|
+
|
9
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# VSphereAutomation::VCenter::VapiStdErrorsNotFoundError
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**type** | **String** | | [optional]
|
7
|
+
**value** | [**VapiStdErrorsNotFound**](VapiStdErrorsNotFound.md) | | [optional]
|
8
|
+
|
9
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# VSphereAutomation::VCenter::VapiStdErrorsResourceBusy
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**messages** | [**Array<VapiStdLocalizableMessage>**](VapiStdLocalizableMessage.md) | Stack of one or more localizable messages for human {@term error} consumers. <p> The message at the top of the stack (first in the list) describes the {@term error} from the perspective of the {@term operation} the client invoked. Each subsequent message in the stack describes the \"cause\" of the prior message. |
|
7
|
+
**data** | [**Object**](.md) | Data to facilitate clients responding to the {@term operation} reporting a standard {@term error} to indicating that it was unable to complete successfully. <p> {@term Operations} may provide data that clients can use when responding to {@term errors}. Since the data that clients need may be specific to the context of the {@term operation} reporting the {@term error}, different {@term operations} that report the same {@term error} may provide different data in the {@term error}. The documentation for each each {@term operation} will describe what, if any, data it provides for each {@term error} it reports. The {@link ArgumentLocations}, {@link FileLocations}, and {@link TransientIndication} {@term structures} are intended as possible values for this {@term field}. {@link vapi.std.DynamicID} may also be useful as a value for this {@term field} (although that is not its primary purpose). Some {@term services} may provide their own specific {@term structures} for use as the value of this {@term field} when reporting {@term errors} from their {@term operations}. | [optional]
|
8
|
+
|
9
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# VSphereAutomation::VCenter::VapiStdErrorsResourceBusyError
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**type** | **String** | | [optional]
|
7
|
+
**value** | [**VapiStdErrorsResourceBusy**](VapiStdErrorsResourceBusy.md) | | [optional]
|
8
|
+
|
9
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# VSphereAutomation::VCenter::VapiStdErrorsResourceInUse
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**messages** | [**Array<VapiStdLocalizableMessage>**](VapiStdLocalizableMessage.md) | Stack of one or more localizable messages for human {@term error} consumers. <p> The message at the top of the stack (first in the list) describes the {@term error} from the perspective of the {@term operation} the client invoked. Each subsequent message in the stack describes the \"cause\" of the prior message. |
|
7
|
+
**data** | [**Object**](.md) | Data to facilitate clients responding to the {@term operation} reporting a standard {@term error} to indicating that it was unable to complete successfully. <p> {@term Operations} may provide data that clients can use when responding to {@term errors}. Since the data that clients need may be specific to the context of the {@term operation} reporting the {@term error}, different {@term operations} that report the same {@term error} may provide different data in the {@term error}. The documentation for each each {@term operation} will describe what, if any, data it provides for each {@term error} it reports. The {@link ArgumentLocations}, {@link FileLocations}, and {@link TransientIndication} {@term structures} are intended as possible values for this {@term field}. {@link vapi.std.DynamicID} may also be useful as a value for this {@term field} (although that is not its primary purpose). Some {@term services} may provide their own specific {@term structures} for use as the value of this {@term field} when reporting {@term errors} from their {@term operations}. | [optional]
|
8
|
+
|
9
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# VSphereAutomation::VCenter::VapiStdErrorsResourceInUseError
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**type** | **String** | | [optional]
|
7
|
+
**value** | [**VapiStdErrorsResourceInUse**](VapiStdErrorsResourceInUse.md) | | [optional]
|
8
|
+
|
9
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# VSphereAutomation::VCenter::VapiStdErrorsResourceInaccessible
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**messages** | [**Array<VapiStdLocalizableMessage>**](VapiStdLocalizableMessage.md) | Stack of one or more localizable messages for human {@term error} consumers. <p> The message at the top of the stack (first in the list) describes the {@term error} from the perspective of the {@term operation} the client invoked. Each subsequent message in the stack describes the \"cause\" of the prior message. |
|
7
|
+
**data** | [**Object**](.md) | Data to facilitate clients responding to the {@term operation} reporting a standard {@term error} to indicating that it was unable to complete successfully. <p> {@term Operations} may provide data that clients can use when responding to {@term errors}. Since the data that clients need may be specific to the context of the {@term operation} reporting the {@term error}, different {@term operations} that report the same {@term error} may provide different data in the {@term error}. The documentation for each each {@term operation} will describe what, if any, data it provides for each {@term error} it reports. The {@link ArgumentLocations}, {@link FileLocations}, and {@link TransientIndication} {@term structures} are intended as possible values for this {@term field}. {@link vapi.std.DynamicID} may also be useful as a value for this {@term field} (although that is not its primary purpose). Some {@term services} may provide their own specific {@term structures} for use as the value of this {@term field} when reporting {@term errors} from their {@term operations}. | [optional]
|
8
|
+
|
9
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# VSphereAutomation::VCenter::VapiStdErrorsResourceInaccessibleError
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**type** | **String** | | [optional]
|
7
|
+
**value** | [**VapiStdErrorsResourceInaccessible**](VapiStdErrorsResourceInaccessible.md) | | [optional]
|
8
|
+
|
9
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# VSphereAutomation::VCenter::VapiStdErrorsServiceUnavailable
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**messages** | [**Array<VapiStdLocalizableMessage>**](VapiStdLocalizableMessage.md) | Stack of one or more localizable messages for human {@term error} consumers. <p> The message at the top of the stack (first in the list) describes the {@term error} from the perspective of the {@term operation} the client invoked. Each subsequent message in the stack describes the \"cause\" of the prior message. |
|
7
|
+
**data** | [**Object**](.md) | Data to facilitate clients responding to the {@term operation} reporting a standard {@term error} to indicating that it was unable to complete successfully. <p> {@term Operations} may provide data that clients can use when responding to {@term errors}. Since the data that clients need may be specific to the context of the {@term operation} reporting the {@term error}, different {@term operations} that report the same {@term error} may provide different data in the {@term error}. The documentation for each each {@term operation} will describe what, if any, data it provides for each {@term error} it reports. The {@link ArgumentLocations}, {@link FileLocations}, and {@link TransientIndication} {@term structures} are intended as possible values for this {@term field}. {@link vapi.std.DynamicID} may also be useful as a value for this {@term field} (although that is not its primary purpose). Some {@term services} may provide their own specific {@term structures} for use as the value of this {@term field} when reporting {@term errors} from their {@term operations}. | [optional]
|
8
|
+
|
9
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# VSphereAutomation::VCenter::VapiStdErrorsServiceUnavailableError
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**type** | **String** | | [optional]
|
7
|
+
**value** | [**VapiStdErrorsServiceUnavailable**](VapiStdErrorsServiceUnavailable.md) | | [optional]
|
8
|
+
|
9
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# VSphereAutomation::VCenter::VapiStdErrorsTimedOut
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**messages** | [**Array<VapiStdLocalizableMessage>**](VapiStdLocalizableMessage.md) | Stack of one or more localizable messages for human {@term error} consumers. <p> The message at the top of the stack (first in the list) describes the {@term error} from the perspective of the {@term operation} the client invoked. Each subsequent message in the stack describes the \"cause\" of the prior message. |
|
7
|
+
**data** | [**Object**](.md) | Data to facilitate clients responding to the {@term operation} reporting a standard {@term error} to indicating that it was unable to complete successfully. <p> {@term Operations} may provide data that clients can use when responding to {@term errors}. Since the data that clients need may be specific to the context of the {@term operation} reporting the {@term error}, different {@term operations} that report the same {@term error} may provide different data in the {@term error}. The documentation for each each {@term operation} will describe what, if any, data it provides for each {@term error} it reports. The {@link ArgumentLocations}, {@link FileLocations}, and {@link TransientIndication} {@term structures} are intended as possible values for this {@term field}. {@link vapi.std.DynamicID} may also be useful as a value for this {@term field} (although that is not its primary purpose). Some {@term services} may provide their own specific {@term structures} for use as the value of this {@term field} when reporting {@term errors} from their {@term operations}. | [optional]
|
8
|
+
|
9
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# VSphereAutomation::VCenter::VapiStdErrorsTimedOutError
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**type** | **String** | | [optional]
|
7
|
+
**value** | [**VapiStdErrorsTimedOut**](VapiStdErrorsTimedOut.md) | | [optional]
|
8
|
+
|
9
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# VSphereAutomation::VCenter::VapiStdErrorsUnableToAllocateResource
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**messages** | [**Array<VapiStdLocalizableMessage>**](VapiStdLocalizableMessage.md) | Stack of one or more localizable messages for human {@term error} consumers. <p> The message at the top of the stack (first in the list) describes the {@term error} from the perspective of the {@term operation} the client invoked. Each subsequent message in the stack describes the \"cause\" of the prior message. |
|
7
|
+
**data** | [**Object**](.md) | Data to facilitate clients responding to the {@term operation} reporting a standard {@term error} to indicating that it was unable to complete successfully. <p> {@term Operations} may provide data that clients can use when responding to {@term errors}. Since the data that clients need may be specific to the context of the {@term operation} reporting the {@term error}, different {@term operations} that report the same {@term error} may provide different data in the {@term error}. The documentation for each each {@term operation} will describe what, if any, data it provides for each {@term error} it reports. The {@link ArgumentLocations}, {@link FileLocations}, and {@link TransientIndication} {@term structures} are intended as possible values for this {@term field}. {@link vapi.std.DynamicID} may also be useful as a value for this {@term field} (although that is not its primary purpose). Some {@term services} may provide their own specific {@term structures} for use as the value of this {@term field} when reporting {@term errors} from their {@term operations}. | [optional]
|
8
|
+
|
9
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# VSphereAutomation::VCenter::VapiStdErrorsUnableToAllocateResourceError
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**type** | **String** | | [optional]
|
7
|
+
**value** | [**VapiStdErrorsUnableToAllocateResource**](VapiStdErrorsUnableToAllocateResource.md) | | [optional]
|
8
|
+
|
9
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# VSphereAutomation::VCenter::VapiStdErrorsUnauthenticated
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**messages** | [**Array<VapiStdLocalizableMessage>**](VapiStdLocalizableMessage.md) | Stack of one or more localizable messages for human {@term error} consumers. <p> The message at the top of the stack (first in the list) describes the {@term error} from the perspective of the {@term operation} the client invoked. Each subsequent message in the stack describes the \"cause\" of the prior message. |
|
7
|
+
**data** | [**Object**](.md) | Data to facilitate clients responding to the {@term operation} reporting a standard {@term error} to indicating that it was unable to complete successfully. <p> {@term Operations} may provide data that clients can use when responding to {@term errors}. Since the data that clients need may be specific to the context of the {@term operation} reporting the {@term error}, different {@term operations} that report the same {@term error} may provide different data in the {@term error}. The documentation for each each {@term operation} will describe what, if any, data it provides for each {@term error} it reports. The {@link ArgumentLocations}, {@link FileLocations}, and {@link TransientIndication} {@term structures} are intended as possible values for this {@term field}. {@link vapi.std.DynamicID} may also be useful as a value for this {@term field} (although that is not its primary purpose). Some {@term services} may provide their own specific {@term structures} for use as the value of this {@term field} when reporting {@term errors} from their {@term operations}. | [optional]
|
8
|
+
|
9
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# VSphereAutomation::VCenter::VapiStdErrorsUnauthenticatedError
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**type** | **String** | | [optional]
|
7
|
+
**value** | [**VapiStdErrorsUnauthenticated**](VapiStdErrorsUnauthenticated.md) | | [optional]
|
8
|
+
|
9
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# VSphereAutomation::VCenter::VapiStdErrorsUnauthorized
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**messages** | [**Array<VapiStdLocalizableMessage>**](VapiStdLocalizableMessage.md) | Stack of one or more localizable messages for human {@term error} consumers. <p> The message at the top of the stack (first in the list) describes the {@term error} from the perspective of the {@term operation} the client invoked. Each subsequent message in the stack describes the \"cause\" of the prior message. |
|
7
|
+
**data** | [**Object**](.md) | Data to facilitate clients responding to the {@term operation} reporting a standard {@term error} to indicating that it was unable to complete successfully. <p> {@term Operations} may provide data that clients can use when responding to {@term errors}. Since the data that clients need may be specific to the context of the {@term operation} reporting the {@term error}, different {@term operations} that report the same {@term error} may provide different data in the {@term error}. The documentation for each each {@term operation} will describe what, if any, data it provides for each {@term error} it reports. The {@link ArgumentLocations}, {@link FileLocations}, and {@link TransientIndication} {@term structures} are intended as possible values for this {@term field}. {@link vapi.std.DynamicID} may also be useful as a value for this {@term field} (although that is not its primary purpose). Some {@term services} may provide their own specific {@term structures} for use as the value of this {@term field} when reporting {@term errors} from their {@term operations}. | [optional]
|
8
|
+
|
9
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# VSphereAutomation::VCenter::VapiStdErrorsUnauthorizedError
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**type** | **String** | | [optional]
|
7
|
+
**value** | [**VapiStdErrorsUnauthorized**](VapiStdErrorsUnauthorized.md) | | [optional]
|
8
|
+
|
9
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# VSphereAutomation::VCenter::VapiStdErrorsUnsupported
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**messages** | [**Array<VapiStdLocalizableMessage>**](VapiStdLocalizableMessage.md) | Stack of one or more localizable messages for human {@term error} consumers. <p> The message at the top of the stack (first in the list) describes the {@term error} from the perspective of the {@term operation} the client invoked. Each subsequent message in the stack describes the \"cause\" of the prior message. |
|
7
|
+
**data** | [**Object**](.md) | Data to facilitate clients responding to the {@term operation} reporting a standard {@term error} to indicating that it was unable to complete successfully. <p> {@term Operations} may provide data that clients can use when responding to {@term errors}. Since the data that clients need may be specific to the context of the {@term operation} reporting the {@term error}, different {@term operations} that report the same {@term error} may provide different data in the {@term error}. The documentation for each each {@term operation} will describe what, if any, data it provides for each {@term error} it reports. The {@link ArgumentLocations}, {@link FileLocations}, and {@link TransientIndication} {@term structures} are intended as possible values for this {@term field}. {@link vapi.std.DynamicID} may also be useful as a value for this {@term field} (although that is not its primary purpose). Some {@term services} may provide their own specific {@term structures} for use as the value of this {@term field} when reporting {@term errors} from their {@term operations}. | [optional]
|
8
|
+
|
9
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# VSphereAutomation::VCenter::VapiStdErrorsUnsupportedError
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**type** | **String** | | [optional]
|
7
|
+
**value** | [**VapiStdErrorsUnsupported**](VapiStdErrorsUnsupported.md) | | [optional]
|
8
|
+
|
9
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# VSphereAutomation::VCenter::VapiStdErrorsUnverifiedPeer
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**messages** | [**Array<VapiStdLocalizableMessage>**](VapiStdLocalizableMessage.md) | Stack of one or more localizable messages for human {@term error} consumers. <p> The message at the top of the stack (first in the list) describes the {@term error} from the perspective of the {@term operation} the client invoked. Each subsequent message in the stack describes the \"cause\" of the prior message. |
|
7
|
+
**data** | [**Object**](.md) | Data to facilitate clients responding to the {@term operation} reporting a standard {@term error} to indicating that it was unable to complete successfully. <p> {@term Operations} may provide data that clients can use when responding to {@term errors}. Since the data that clients need may be specific to the context of the {@term operation} reporting the {@term error}, different {@term operations} that report the same {@term error} may provide different data in the {@term error}. The documentation for each each {@term operation} will describe what, if any, data it provides for each {@term error} it reports. The {@link ArgumentLocations}, {@link FileLocations}, and {@link TransientIndication} {@term structures} are intended as possible values for this {@term field}. {@link vapi.std.DynamicID} may also be useful as a value for this {@term field} (although that is not its primary purpose). Some {@term services} may provide their own specific {@term structures} for use as the value of this {@term field} when reporting {@term errors} from their {@term operations}. | [optional]
|
8
|
+
|
9
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# VSphereAutomation::VCenter::VapiStdErrorsUnverifiedPeerError
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**type** | **String** | | [optional]
|
7
|
+
**value** | [**VapiStdErrorsUnverifiedPeer**](VapiStdErrorsUnverifiedPeer.md) | | [optional]
|
8
|
+
|
9
|
+
|
@@ -0,0 +1,10 @@
|
|
1
|
+
# VSphereAutomation::VCenter::VapiStdLocalizableMessage
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**id** | **String** | Unique identifier of the localizable string or message template. <p> This identifier is typically used to retrieve a locale-specific string or message template from a message catalog. |
|
7
|
+
**default_message** | **String** | The value of this localizable string or message template in the {@code en_US} (English) locale. If {@link #id} refers to a message template, the default message will contain the substituted arguments. This value can be used by clients that do not need to display strings and messages in the native language of the user. It could also be used as a fallback if a client is unable to access the appropriate message catalog. |
|
8
|
+
**args** | **Array<String>** | Arguments to be substituted into a message template. |
|
9
|
+
|
10
|
+
|
@@ -0,0 +1,11 @@
|
|
1
|
+
# VSphereAutomation::VCenter::VcenterClusterFilterSpec
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**clusters** | **Array<String>** | Identifiers of clusters that can match the filter. If unset or empty, clusters with any identifier match the filter. When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: ClusterComputeResource. When operations return a value of this structure as a result, the field will contain identifiers for the resource type: ClusterComputeResource. | [optional]
|
7
|
+
**names** | **Array<String>** | Names that clusters must have to match the filter (see Cluster.Info.name). If unset or empty, clusters with any name match the filter. | [optional]
|
8
|
+
**folders** | **Array<String>** | Folders that must contain the cluster for the cluster to match the filter. If unset or empty, clusters in any folder match the filter. When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: Folder. When operations return a value of this structure as a result, the field will contain identifiers for the resource type: Folder. | [optional]
|
9
|
+
**datacenters** | **Array<String>** | Datacenters that must contain the cluster for the cluster to match the filter. If unset or empty, clusters in any datacenter match the filter. When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: Datacenter. When operations return a value of this structure as a result, the field will contain identifiers for the resource type: Datacenter. | [optional]
|
10
|
+
|
11
|
+
|