@nutanix-scratch/multidomain-js-client 4.2.1 → 4.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -6
- package/dist/Ntnx-Multidomain-js-client-prod.js +1 -1
- package/dist/Ntnx-Multidomain-js-client.js +730 -48
- package/dist/es/ApiClient.d.ts +1 -1
- package/dist/es/ApiClient.js +6 -6
- package/dist/es/Paginable.d.ts +1 -1
- package/dist/es/Paginable.js +3 -3
- package/dist/es/apis/externalrepositories-endpoints.d.ts +15 -15
- package/dist/es/apis/externalrepositories-endpoints.js +27 -27
- package/dist/es/apis/localdomain-endpoints.d.ts +49 -0
- package/dist/es/apis/localdomain-endpoints.js +153 -0
- package/dist/es/apis/locations-endpoints.d.ts +46 -0
- package/dist/es/apis/locations-endpoints.js +107 -0
- package/dist/es/apis/registereddomains-endpoints.d.ts +90 -0
- package/dist/es/apis/registereddomains-endpoints.js +278 -0
- package/dist/es/index.d.ts +125 -1
- package/dist/es/index.js +496 -0
- package/dist/es/models/common/v1/config/FQDN.d.ts +1 -1
- package/dist/es/models/common/v1/config/FQDN.js +3 -3
- package/dist/es/models/common/v1/config/Flag.d.ts +1 -1
- package/dist/es/models/common/v1/config/Flag.js +3 -3
- package/dist/es/models/common/v1/config/IPAddressOrFQDN.d.ts +1 -1
- package/dist/es/models/common/v1/config/IPAddressOrFQDN.js +3 -3
- package/dist/es/models/common/v1/config/IPv4Address.d.ts +1 -1
- package/dist/es/models/common/v1/config/IPv4Address.js +3 -3
- package/dist/es/models/common/v1/config/IPv6Address.d.ts +1 -1
- package/dist/es/models/common/v1/config/IPv6Address.js +3 -3
- package/dist/es/models/common/v1/config/KVPair.d.ts +1 -1
- package/dist/es/models/common/v1/config/KVPair.js +3 -3
- package/dist/es/models/common/v1/config/MapOfStringWrapper.d.ts +1 -1
- package/dist/es/models/common/v1/config/MapOfStringWrapper.js +3 -3
- package/dist/es/models/common/v1/config/Message.d.ts +1 -1
- package/dist/es/models/common/v1/config/Message.js +3 -3
- package/dist/es/models/common/v1/config/MessageSeverity.js +2 -2
- package/dist/es/models/common/v1/config/TenantAwareModel.d.ts +1 -1
- package/dist/es/models/common/v1/config/TenantAwareModel.js +3 -3
- package/dist/es/models/common/v1/response/ApiLink.d.ts +1 -1
- package/dist/es/models/common/v1/response/ApiLink.js +3 -3
- package/dist/es/models/common/v1/response/ApiResponseMetadata.d.ts +1 -1
- package/dist/es/models/common/v1/response/ApiResponseMetadata.js +3 -3
- package/dist/es/models/common/v1/response/ExternalizableAbstractModel.d.ts +1 -1
- package/dist/es/models/common/v1/response/ExternalizableAbstractModel.js +3 -3
- package/dist/es/models/multidomain/v4/common/ActionBaseResponse.d.ts +57 -0
- package/dist/es/models/multidomain/v4/common/ActionBaseResponse.js +240 -0
- package/dist/es/models/multidomain/v4/common/DomainError.d.ts +69 -0
- package/dist/es/models/multidomain/v4/common/DomainError.js +334 -0
- package/dist/es/models/multidomain/v4/common/DomainInformation.d.ts +58 -0
- package/dist/es/models/multidomain/v4/common/DomainInformation.js +283 -0
- package/dist/es/models/multidomain/v4/common/RegistrationCredentials.d.ts +72 -0
- package/dist/es/models/multidomain/v4/common/RegistrationCredentials.js +293 -0
- package/dist/es/models/multidomain/v4/common/RegistrationState.d.ts +19 -0
- package/dist/es/models/multidomain/v4/common/RegistrationState.js +113 -0
- package/dist/es/models/multidomain/v4/common/TenantInfo.d.ts +58 -0
- package/dist/es/models/multidomain/v4/common/TenantInfo.js +283 -0
- package/dist/es/models/multidomain/v4/common/TunnelProvider.d.ts +19 -0
- package/dist/es/models/multidomain/v4/common/TunnelProvider.js +77 -0
- package/dist/es/models/multidomain/v4/config/ApiCredentialStatus.d.ts +19 -0
- package/dist/es/models/multidomain/v4/config/ApiCredentialStatus.js +89 -0
- package/dist/es/models/multidomain/v4/config/Application.d.ts +65 -0
- package/dist/es/models/multidomain/v4/config/Application.js +403 -0
- package/dist/es/models/multidomain/v4/config/ApplicationProjection.d.ts +10 -0
- package/dist/es/models/multidomain/v4/config/ApplicationProjection.js +124 -0
- package/dist/es/models/multidomain/v4/config/ApplicationState.d.ts +19 -0
- package/dist/es/models/multidomain/v4/config/ApplicationState.js +83 -0
- package/dist/es/models/multidomain/v4/config/ClusterAttributeName.d.ts +19 -0
- package/dist/es/models/multidomain/v4/config/ClusterAttributeName.js +233 -0
- package/dist/es/models/multidomain/v4/config/CreateExternalRepositoryApiResponse.d.ts +1 -1
- package/dist/es/models/multidomain/v4/config/CreateExternalRepositoryApiResponse.js +5 -5
- package/dist/es/models/multidomain/v4/config/CreateRegisteredDomainApiResponse.d.ts +58 -0
- package/dist/es/models/multidomain/v4/config/CreateRegisteredDomainApiResponse.js +288 -0
- package/dist/es/models/multidomain/v4/config/DeleteExternalRepositoryApiResponse.d.ts +1 -1
- package/dist/es/models/multidomain/v4/config/DeleteExternalRepositoryApiResponse.js +5 -5
- package/dist/es/models/multidomain/v4/config/DeleteRegisteredDomainApiResponse.d.ts +58 -0
- package/dist/es/models/multidomain/v4/config/DeleteRegisteredDomainApiResponse.js +288 -0
- package/dist/es/models/multidomain/v4/config/DomainAttributeName.d.ts +19 -0
- package/dist/es/models/multidomain/v4/config/DomainAttributeName.js +227 -0
- package/dist/es/models/multidomain/v4/config/DomainPlatformData.d.ts +328 -0
- package/dist/es/models/multidomain/v4/config/DomainPlatformData.js +1123 -0
- package/dist/es/models/multidomain/v4/config/DomainPlatformDataProjection.d.ts +21 -0
- package/dist/es/models/multidomain/v4/config/DomainPlatformDataProjection.js +424 -0
- package/dist/es/models/multidomain/v4/config/DomainTunnel.d.ts +57 -0
- package/dist/es/models/multidomain/v4/config/DomainTunnel.js +272 -0
- package/dist/es/models/multidomain/v4/config/ExternalRepository.d.ts +6 -6
- package/dist/es/models/multidomain/v4/config/ExternalRepository.js +10 -10
- package/dist/es/models/multidomain/v4/config/GeographicCoordinates.d.ts +58 -0
- package/dist/es/models/multidomain/v4/config/GeographicCoordinates.js +271 -0
- package/dist/es/models/multidomain/v4/config/GetExternalRepositoryApiResponse.d.ts +1 -1
- package/dist/es/models/multidomain/v4/config/GetExternalRepositoryApiResponse.js +5 -5
- package/dist/es/models/multidomain/v4/config/GetRegisteredDomainApiResponse.d.ts +58 -0
- package/dist/es/models/multidomain/v4/config/GetRegisteredDomainApiResponse.js +288 -0
- package/dist/es/models/multidomain/v4/config/GroupView.d.ts +44 -0
- package/dist/es/models/multidomain/v4/config/GroupView.js +323 -0
- package/dist/es/models/multidomain/v4/config/GroupViewAttribute.d.ts +92 -0
- package/dist/es/models/multidomain/v4/config/GroupViewAttribute.js +399 -0
- package/dist/es/models/multidomain/v4/config/GroupViewEntityType.d.ts +19 -0
- package/dist/es/models/multidomain/v4/config/GroupViewEntityType.js +83 -0
- package/dist/es/models/multidomain/v4/config/ListExternalRepositoriesApiResponse.d.ts +1 -1
- package/dist/es/models/multidomain/v4/config/ListExternalRepositoriesApiResponse.js +5 -5
- package/dist/es/models/multidomain/v4/config/ListLocationsApiResponse.d.ts +58 -0
- package/dist/es/models/multidomain/v4/config/ListLocationsApiResponse.js +315 -0
- package/dist/es/models/multidomain/v4/config/ListRegisteredDomainsApiResponse.d.ts +59 -0
- package/dist/es/models/multidomain/v4/config/ListRegisteredDomainsApiResponse.js +315 -0
- package/dist/es/models/multidomain/v4/config/Location.d.ts +54 -0
- package/dist/es/models/multidomain/v4/config/Location.js +364 -0
- package/dist/es/models/multidomain/v4/config/LocationProjection.d.ts +32 -0
- package/dist/es/models/multidomain/v4/config/LocationProjection.js +124 -0
- package/dist/es/models/multidomain/v4/config/NFSServerAddress.d.ts +1 -1
- package/dist/es/models/multidomain/v4/config/NFSServerAddress.js +4 -4
- package/dist/es/models/multidomain/v4/config/NfsRepository.d.ts +1 -1
- package/dist/es/models/multidomain/v4/config/NfsRepository.js +4 -4
- package/dist/es/models/multidomain/v4/config/PCSize.d.ts +19 -0
- package/dist/es/models/multidomain/v4/config/PCSize.js +95 -0
- package/dist/es/models/multidomain/v4/config/PlatformData.d.ts +91 -0
- package/dist/es/models/multidomain/v4/config/PlatformData.js +373 -0
- package/dist/es/models/multidomain/v4/config/RegisteredDomain.d.ts +149 -0
- package/dist/es/models/multidomain/v4/config/RegisteredDomain.js +700 -0
- package/dist/es/models/multidomain/v4/config/RegisteredDomainChangeStateSpec.d.ts +56 -0
- package/dist/es/models/multidomain/v4/config/RegisteredDomainChangeStateSpec.js +238 -0
- package/dist/es/models/multidomain/v4/config/RegisteredDomainProjection.d.ts +21 -0
- package/dist/es/models/multidomain/v4/config/RegisteredDomainProjection.js +372 -0
- package/dist/es/models/multidomain/v4/config/RegisteredDomainTrustSpec.d.ts +57 -0
- package/dist/es/models/multidomain/v4/config/RegisteredDomainTrustSpec.js +249 -0
- package/dist/es/models/multidomain/v4/config/RegistrationConfig.d.ts +79 -0
- package/dist/es/models/multidomain/v4/config/RegistrationConfig.js +350 -0
- package/dist/es/models/multidomain/v4/config/UpdateExternalRepositoryApiResponse.d.ts +1 -1
- package/dist/es/models/multidomain/v4/config/UpdateExternalRepositoryApiResponse.js +5 -5
- package/dist/es/models/multidomain/v4/config/UpdateRegisteredDomainApiResponse.d.ts +58 -0
- package/dist/es/models/multidomain/v4/config/UpdateRegisteredDomainApiResponse.js +288 -0
- package/dist/es/models/multidomain/v4/error/AppMessage.d.ts +1 -1
- package/dist/es/models/multidomain/v4/error/AppMessage.js +4 -4
- package/dist/es/models/multidomain/v4/error/ErrorResponse.d.ts +1 -1
- package/dist/es/models/multidomain/v4/error/ErrorResponse.js +15 -6
- package/dist/es/models/multidomain/v4/error/SchemaValidationError.d.ts +1 -1
- package/dist/es/models/multidomain/v4/error/SchemaValidationError.js +4 -4
- package/dist/es/models/multidomain/v4/error/SchemaValidationErrorMessage.d.ts +1 -1
- package/dist/es/models/multidomain/v4/error/SchemaValidationErrorMessage.js +4 -4
- package/dist/es/models/multidomain/v4/management/ConnectionStatus.d.ts +19 -0
- package/dist/es/models/multidomain/v4/management/ConnectionStatus.js +83 -0
- package/dist/es/models/multidomain/v4/management/GetLocalDomainApiResponse.d.ts +58 -0
- package/dist/es/models/multidomain/v4/management/GetLocalDomainApiResponse.js +288 -0
- package/dist/es/models/multidomain/v4/management/LocalDomain.d.ts +76 -0
- package/dist/es/models/multidomain/v4/management/LocalDomain.js +348 -0
- package/dist/es/models/multidomain/v4/management/LocalDomainConnectionStatus.d.ts +56 -0
- package/dist/es/models/multidomain/v4/management/LocalDomainConnectionStatus.js +276 -0
- package/dist/es/models/multidomain/v4/management/LocalDomainRegistrationSpec.d.ts +116 -0
- package/dist/es/models/multidomain/v4/management/LocalDomainRegistrationSpec.js +414 -0
- package/dist/es/models/multidomain/v4/management/LocalDomainRegistrationStatus.d.ts +56 -0
- package/dist/es/models/multidomain/v4/management/LocalDomainRegistrationStatus.js +267 -0
- package/dist/es/models/multidomain/v4/management/OperationStage.d.ts +19 -0
- package/dist/es/models/multidomain/v4/management/OperationStage.js +125 -0
- package/dist/es/models/multidomain/v4/management/RegisterLocalDomainApiResponse.d.ts +58 -0
- package/dist/es/models/multidomain/v4/management/RegisterLocalDomainApiResponse.js +288 -0
- package/dist/es/models/multidomain/v4/management/ServiceName.d.ts +19 -0
- package/dist/es/models/multidomain/v4/management/ServiceName.js +83 -0
- package/dist/es/models/multidomain/v4/management/ServiceStatus.d.ts +56 -0
- package/dist/es/models/multidomain/v4/management/ServiceStatus.js +267 -0
- package/dist/es/models/multidomain/v4/management/UnregisterLocalDomainApiResponse.d.ts +58 -0
- package/dist/es/models/multidomain/v4/management/UnregisterLocalDomainApiResponse.js +288 -0
- package/dist/es/models/multidomain/v4/resources/Domain.d.ts +95 -0
- package/dist/es/models/multidomain/v4/resources/Domain.js +484 -0
- package/dist/es/models/multidomain/v4/resources/DomainAuditTrail.d.ts +69 -0
- package/dist/es/models/multidomain/v4/resources/DomainAuditTrail.js +317 -0
- package/dist/es/models/multidomain/v4/resources/DomainChangeStateRequest.d.ts +56 -0
- package/dist/es/models/multidomain/v4/resources/DomainChangeStateRequest.js +238 -0
- package/dist/es/models/multidomain/v4/resources/DomainChangeStateResponse.d.ts +12 -0
- package/dist/es/models/multidomain/v4/resources/DomainChangeStateResponse.js +126 -0
- package/dist/es/models/multidomain/v4/resources/DomainDeleteResponse.d.ts +69 -0
- package/dist/es/models/multidomain/v4/resources/DomainDeleteResponse.js +315 -0
- package/dist/es/models/multidomain/v4/resources/DomainDetails.d.ts +69 -0
- package/dist/es/models/multidomain/v4/resources/DomainDetails.js +319 -0
- package/dist/es/models/multidomain/v4/resources/DomainExportResponse.d.ts +47 -0
- package/dist/es/models/multidomain/v4/resources/DomainExportResponse.js +235 -0
- package/dist/es/models/multidomain/v4/resources/DomainProjection.d.ts +10 -0
- package/dist/es/models/multidomain/v4/resources/DomainProjection.js +123 -0
- package/dist/es/models/multidomain/v4/resources/DomainRegisterRequest.d.ts +57 -0
- package/dist/es/models/multidomain/v4/resources/DomainRegisterRequest.js +240 -0
- package/dist/es/models/multidomain/v4/resources/DomainRegisterResponse.d.ts +130 -0
- package/dist/es/models/multidomain/v4/resources/DomainRegisterResponse.js +455 -0
- package/dist/es/models/multidomain/v4/resources/DomainRegistrationState.d.ts +19 -0
- package/dist/es/models/multidomain/v4/resources/DomainRegistrationState.js +107 -0
- package/dist/es/models/multidomain/v4/resources/Location.d.ts +94 -0
- package/dist/es/models/multidomain/v4/resources/Location.js +380 -0
- package/dist/es/models/multidomain/v4/resources/PrismCentral.d.ts +58 -0
- package/dist/es/models/multidomain/v4/resources/PrismCentral.js +268 -0
- package/dist/es/models/prism/v4/config/TaskReference.d.ts +1 -1
- package/dist/es/models/prism/v4/config/TaskReference.js +10 -5
- package/dist/es/models/validation/ValidationError.js +2 -2
- package/dist/es/utils/ValidationUtils.js +2 -2
- package/dist/lib/ApiClient.d.ts +1 -1
- package/dist/lib/ApiClient.js +6 -6
- package/dist/lib/Paginable.d.ts +1 -1
- package/dist/lib/Paginable.js +3 -3
- package/dist/lib/apis/externalrepositories-endpoints.d.ts +15 -15
- package/dist/lib/apis/externalrepositories-endpoints.js +27 -27
- package/dist/lib/apis/localdomain-endpoints.d.ts +49 -0
- package/dist/lib/apis/localdomain-endpoints.js +153 -0
- package/dist/lib/apis/locations-endpoints.d.ts +46 -0
- package/dist/lib/apis/locations-endpoints.js +107 -0
- package/dist/lib/apis/registereddomains-endpoints.d.ts +90 -0
- package/dist/lib/apis/registereddomains-endpoints.js +278 -0
- package/dist/lib/index.d.ts +125 -1
- package/dist/lib/index.js +496 -0
- package/dist/lib/models/common/v1/config/FQDN.d.ts +1 -1
- package/dist/lib/models/common/v1/config/FQDN.js +3 -3
- package/dist/lib/models/common/v1/config/Flag.d.ts +1 -1
- package/dist/lib/models/common/v1/config/Flag.js +3 -3
- package/dist/lib/models/common/v1/config/IPAddressOrFQDN.d.ts +1 -1
- package/dist/lib/models/common/v1/config/IPAddressOrFQDN.js +3 -3
- package/dist/lib/models/common/v1/config/IPv4Address.d.ts +1 -1
- package/dist/lib/models/common/v1/config/IPv4Address.js +3 -3
- package/dist/lib/models/common/v1/config/IPv6Address.d.ts +1 -1
- package/dist/lib/models/common/v1/config/IPv6Address.js +3 -3
- package/dist/lib/models/common/v1/config/KVPair.d.ts +1 -1
- package/dist/lib/models/common/v1/config/KVPair.js +3 -3
- package/dist/lib/models/common/v1/config/MapOfStringWrapper.d.ts +1 -1
- package/dist/lib/models/common/v1/config/MapOfStringWrapper.js +3 -3
- package/dist/lib/models/common/v1/config/Message.d.ts +1 -1
- package/dist/lib/models/common/v1/config/Message.js +3 -3
- package/dist/lib/models/common/v1/config/MessageSeverity.js +2 -2
- package/dist/lib/models/common/v1/config/TenantAwareModel.d.ts +1 -1
- package/dist/lib/models/common/v1/config/TenantAwareModel.js +3 -3
- package/dist/lib/models/common/v1/response/ApiLink.d.ts +1 -1
- package/dist/lib/models/common/v1/response/ApiLink.js +3 -3
- package/dist/lib/models/common/v1/response/ApiResponseMetadata.d.ts +1 -1
- package/dist/lib/models/common/v1/response/ApiResponseMetadata.js +3 -3
- package/dist/lib/models/common/v1/response/ExternalizableAbstractModel.d.ts +1 -1
- package/dist/lib/models/common/v1/response/ExternalizableAbstractModel.js +3 -3
- package/dist/lib/models/multidomain/v4/common/ActionBaseResponse.d.ts +57 -0
- package/dist/lib/models/multidomain/v4/common/ActionBaseResponse.js +240 -0
- package/dist/lib/models/multidomain/v4/common/DomainError.d.ts +69 -0
- package/dist/lib/models/multidomain/v4/common/DomainError.js +334 -0
- package/dist/lib/models/multidomain/v4/common/DomainInformation.d.ts +58 -0
- package/dist/lib/models/multidomain/v4/common/DomainInformation.js +283 -0
- package/dist/lib/models/multidomain/v4/common/RegistrationCredentials.d.ts +72 -0
- package/dist/lib/models/multidomain/v4/common/RegistrationCredentials.js +293 -0
- package/dist/lib/models/multidomain/v4/common/RegistrationState.d.ts +19 -0
- package/dist/lib/models/multidomain/v4/common/RegistrationState.js +113 -0
- package/dist/lib/models/multidomain/v4/common/TenantInfo.d.ts +58 -0
- package/dist/lib/models/multidomain/v4/common/TenantInfo.js +283 -0
- package/dist/lib/models/multidomain/v4/common/TunnelProvider.d.ts +19 -0
- package/dist/lib/models/multidomain/v4/common/TunnelProvider.js +77 -0
- package/dist/lib/models/multidomain/v4/config/ApiCredentialStatus.d.ts +19 -0
- package/dist/lib/models/multidomain/v4/config/ApiCredentialStatus.js +89 -0
- package/dist/lib/models/multidomain/v4/config/Application.d.ts +65 -0
- package/dist/lib/models/multidomain/v4/config/Application.js +403 -0
- package/dist/lib/models/multidomain/v4/config/ApplicationProjection.d.ts +10 -0
- package/dist/lib/models/multidomain/v4/config/ApplicationProjection.js +124 -0
- package/dist/lib/models/multidomain/v4/config/ApplicationState.d.ts +19 -0
- package/dist/lib/models/multidomain/v4/config/ApplicationState.js +83 -0
- package/dist/lib/models/multidomain/v4/config/ClusterAttributeName.d.ts +19 -0
- package/dist/lib/models/multidomain/v4/config/ClusterAttributeName.js +233 -0
- package/dist/lib/models/multidomain/v4/config/CreateExternalRepositoryApiResponse.d.ts +1 -1
- package/dist/lib/models/multidomain/v4/config/CreateExternalRepositoryApiResponse.js +5 -5
- package/dist/lib/models/multidomain/v4/config/CreateRegisteredDomainApiResponse.d.ts +58 -0
- package/dist/lib/models/multidomain/v4/config/CreateRegisteredDomainApiResponse.js +288 -0
- package/dist/lib/models/multidomain/v4/config/DeleteExternalRepositoryApiResponse.d.ts +1 -1
- package/dist/lib/models/multidomain/v4/config/DeleteExternalRepositoryApiResponse.js +5 -5
- package/dist/lib/models/multidomain/v4/config/DeleteRegisteredDomainApiResponse.d.ts +58 -0
- package/dist/lib/models/multidomain/v4/config/DeleteRegisteredDomainApiResponse.js +288 -0
- package/dist/lib/models/multidomain/v4/config/DomainAttributeName.d.ts +19 -0
- package/dist/lib/models/multidomain/v4/config/DomainAttributeName.js +227 -0
- package/dist/lib/models/multidomain/v4/config/DomainPlatformData.d.ts +328 -0
- package/dist/lib/models/multidomain/v4/config/DomainPlatformData.js +1123 -0
- package/dist/lib/models/multidomain/v4/config/DomainPlatformDataProjection.d.ts +21 -0
- package/dist/lib/models/multidomain/v4/config/DomainPlatformDataProjection.js +424 -0
- package/dist/lib/models/multidomain/v4/config/DomainTunnel.d.ts +57 -0
- package/dist/lib/models/multidomain/v4/config/DomainTunnel.js +272 -0
- package/dist/lib/models/multidomain/v4/config/ExternalRepository.d.ts +6 -6
- package/dist/lib/models/multidomain/v4/config/ExternalRepository.js +10 -10
- package/dist/lib/models/multidomain/v4/config/GeographicCoordinates.d.ts +58 -0
- package/dist/lib/models/multidomain/v4/config/GeographicCoordinates.js +271 -0
- package/dist/lib/models/multidomain/v4/config/GetExternalRepositoryApiResponse.d.ts +1 -1
- package/dist/lib/models/multidomain/v4/config/GetExternalRepositoryApiResponse.js +5 -5
- package/dist/lib/models/multidomain/v4/config/GetRegisteredDomainApiResponse.d.ts +58 -0
- package/dist/lib/models/multidomain/v4/config/GetRegisteredDomainApiResponse.js +288 -0
- package/dist/lib/models/multidomain/v4/config/GroupView.d.ts +44 -0
- package/dist/lib/models/multidomain/v4/config/GroupView.js +323 -0
- package/dist/lib/models/multidomain/v4/config/GroupViewAttribute.d.ts +92 -0
- package/dist/lib/models/multidomain/v4/config/GroupViewAttribute.js +399 -0
- package/dist/lib/models/multidomain/v4/config/GroupViewEntityType.d.ts +19 -0
- package/dist/lib/models/multidomain/v4/config/GroupViewEntityType.js +83 -0
- package/dist/lib/models/multidomain/v4/config/ListExternalRepositoriesApiResponse.d.ts +1 -1
- package/dist/lib/models/multidomain/v4/config/ListExternalRepositoriesApiResponse.js +5 -5
- package/dist/lib/models/multidomain/v4/config/ListLocationsApiResponse.d.ts +58 -0
- package/dist/lib/models/multidomain/v4/config/ListLocationsApiResponse.js +315 -0
- package/dist/lib/models/multidomain/v4/config/ListRegisteredDomainsApiResponse.d.ts +59 -0
- package/dist/lib/models/multidomain/v4/config/ListRegisteredDomainsApiResponse.js +315 -0
- package/dist/lib/models/multidomain/v4/config/Location.d.ts +54 -0
- package/dist/lib/models/multidomain/v4/config/Location.js +364 -0
- package/dist/lib/models/multidomain/v4/config/LocationProjection.d.ts +32 -0
- package/dist/lib/models/multidomain/v4/config/LocationProjection.js +124 -0
- package/dist/lib/models/multidomain/v4/config/NFSServerAddress.d.ts +1 -1
- package/dist/lib/models/multidomain/v4/config/NFSServerAddress.js +4 -4
- package/dist/lib/models/multidomain/v4/config/NfsRepository.d.ts +1 -1
- package/dist/lib/models/multidomain/v4/config/NfsRepository.js +4 -4
- package/dist/lib/models/multidomain/v4/config/PCSize.d.ts +19 -0
- package/dist/lib/models/multidomain/v4/config/PCSize.js +95 -0
- package/dist/lib/models/multidomain/v4/config/PlatformData.d.ts +91 -0
- package/dist/lib/models/multidomain/v4/config/PlatformData.js +373 -0
- package/dist/lib/models/multidomain/v4/config/RegisteredDomain.d.ts +149 -0
- package/dist/lib/models/multidomain/v4/config/RegisteredDomain.js +700 -0
- package/dist/lib/models/multidomain/v4/config/RegisteredDomainChangeStateSpec.d.ts +56 -0
- package/dist/lib/models/multidomain/v4/config/RegisteredDomainChangeStateSpec.js +238 -0
- package/dist/lib/models/multidomain/v4/config/RegisteredDomainProjection.d.ts +21 -0
- package/dist/lib/models/multidomain/v4/config/RegisteredDomainProjection.js +372 -0
- package/dist/lib/models/multidomain/v4/config/RegisteredDomainTrustSpec.d.ts +57 -0
- package/dist/lib/models/multidomain/v4/config/RegisteredDomainTrustSpec.js +249 -0
- package/dist/lib/models/multidomain/v4/config/RegistrationConfig.d.ts +79 -0
- package/dist/lib/models/multidomain/v4/config/RegistrationConfig.js +350 -0
- package/dist/lib/models/multidomain/v4/config/UpdateExternalRepositoryApiResponse.d.ts +1 -1
- package/dist/lib/models/multidomain/v4/config/UpdateExternalRepositoryApiResponse.js +5 -5
- package/dist/lib/models/multidomain/v4/config/UpdateRegisteredDomainApiResponse.d.ts +58 -0
- package/dist/lib/models/multidomain/v4/config/UpdateRegisteredDomainApiResponse.js +288 -0
- package/dist/lib/models/multidomain/v4/error/AppMessage.d.ts +1 -1
- package/dist/lib/models/multidomain/v4/error/AppMessage.js +4 -4
- package/dist/lib/models/multidomain/v4/error/ErrorResponse.d.ts +1 -1
- package/dist/lib/models/multidomain/v4/error/ErrorResponse.js +15 -6
- package/dist/lib/models/multidomain/v4/error/SchemaValidationError.d.ts +1 -1
- package/dist/lib/models/multidomain/v4/error/SchemaValidationError.js +4 -4
- package/dist/lib/models/multidomain/v4/error/SchemaValidationErrorMessage.d.ts +1 -1
- package/dist/lib/models/multidomain/v4/error/SchemaValidationErrorMessage.js +4 -4
- package/dist/lib/models/multidomain/v4/management/ConnectionStatus.d.ts +19 -0
- package/dist/lib/models/multidomain/v4/management/ConnectionStatus.js +83 -0
- package/dist/lib/models/multidomain/v4/management/GetLocalDomainApiResponse.d.ts +58 -0
- package/dist/lib/models/multidomain/v4/management/GetLocalDomainApiResponse.js +288 -0
- package/dist/lib/models/multidomain/v4/management/LocalDomain.d.ts +76 -0
- package/dist/lib/models/multidomain/v4/management/LocalDomain.js +348 -0
- package/dist/lib/models/multidomain/v4/management/LocalDomainConnectionStatus.d.ts +56 -0
- package/dist/lib/models/multidomain/v4/management/LocalDomainConnectionStatus.js +276 -0
- package/dist/lib/models/multidomain/v4/management/LocalDomainRegistrationSpec.d.ts +116 -0
- package/dist/lib/models/multidomain/v4/management/LocalDomainRegistrationSpec.js +414 -0
- package/dist/lib/models/multidomain/v4/management/LocalDomainRegistrationStatus.d.ts +56 -0
- package/dist/lib/models/multidomain/v4/management/LocalDomainRegistrationStatus.js +267 -0
- package/dist/lib/models/multidomain/v4/management/OperationStage.d.ts +19 -0
- package/dist/lib/models/multidomain/v4/management/OperationStage.js +125 -0
- package/dist/lib/models/multidomain/v4/management/RegisterLocalDomainApiResponse.d.ts +58 -0
- package/dist/lib/models/multidomain/v4/management/RegisterLocalDomainApiResponse.js +288 -0
- package/dist/lib/models/multidomain/v4/management/ServiceName.d.ts +19 -0
- package/dist/lib/models/multidomain/v4/management/ServiceName.js +83 -0
- package/dist/lib/models/multidomain/v4/management/ServiceStatus.d.ts +56 -0
- package/dist/lib/models/multidomain/v4/management/ServiceStatus.js +267 -0
- package/dist/lib/models/multidomain/v4/management/UnregisterLocalDomainApiResponse.d.ts +58 -0
- package/dist/lib/models/multidomain/v4/management/UnregisterLocalDomainApiResponse.js +288 -0
- package/dist/lib/models/multidomain/v4/resources/Domain.d.ts +95 -0
- package/dist/lib/models/multidomain/v4/resources/Domain.js +484 -0
- package/dist/lib/models/multidomain/v4/resources/DomainAuditTrail.d.ts +69 -0
- package/dist/lib/models/multidomain/v4/resources/DomainAuditTrail.js +317 -0
- package/dist/lib/models/multidomain/v4/resources/DomainChangeStateRequest.d.ts +56 -0
- package/dist/lib/models/multidomain/v4/resources/DomainChangeStateRequest.js +238 -0
- package/dist/lib/models/multidomain/v4/resources/DomainChangeStateResponse.d.ts +12 -0
- package/dist/lib/models/multidomain/v4/resources/DomainChangeStateResponse.js +126 -0
- package/dist/lib/models/multidomain/v4/resources/DomainDeleteResponse.d.ts +69 -0
- package/dist/lib/models/multidomain/v4/resources/DomainDeleteResponse.js +315 -0
- package/dist/lib/models/multidomain/v4/resources/DomainDetails.d.ts +69 -0
- package/dist/lib/models/multidomain/v4/resources/DomainDetails.js +319 -0
- package/dist/lib/models/multidomain/v4/resources/DomainExportResponse.d.ts +47 -0
- package/dist/lib/models/multidomain/v4/resources/DomainExportResponse.js +235 -0
- package/dist/lib/models/multidomain/v4/resources/DomainProjection.d.ts +10 -0
- package/dist/lib/models/multidomain/v4/resources/DomainProjection.js +123 -0
- package/dist/lib/models/multidomain/v4/resources/DomainRegisterRequest.d.ts +57 -0
- package/dist/lib/models/multidomain/v4/resources/DomainRegisterRequest.js +240 -0
- package/dist/lib/models/multidomain/v4/resources/DomainRegisterResponse.d.ts +130 -0
- package/dist/lib/models/multidomain/v4/resources/DomainRegisterResponse.js +455 -0
- package/dist/lib/models/multidomain/v4/resources/DomainRegistrationState.d.ts +19 -0
- package/dist/lib/models/multidomain/v4/resources/DomainRegistrationState.js +107 -0
- package/dist/lib/models/multidomain/v4/resources/Location.d.ts +94 -0
- package/dist/lib/models/multidomain/v4/resources/Location.js +380 -0
- package/dist/lib/models/multidomain/v4/resources/PrismCentral.d.ts +58 -0
- package/dist/lib/models/multidomain/v4/resources/PrismCentral.js +268 -0
- package/dist/lib/models/prism/v4/config/TaskReference.d.ts +1 -1
- package/dist/lib/models/prism/v4/config/TaskReference.js +10 -5
- package/dist/lib/models/validation/ValidationError.js +2 -2
- package/dist/lib/utils/ValidationUtils.js +2 -2
- package/package.json +1 -1
|
@@ -0,0 +1,700 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _TenantAwareModel = _interopRequireDefault(require("../../../common/v1/config/TenantAwareModel"));
|
|
8
|
+
var _ApiLink = _interopRequireDefault(require("../../../common/v1/response/ApiLink"));
|
|
9
|
+
var _ExternalizableAbstractModel = _interopRequireDefault(require("../../../common/v1/response/ExternalizableAbstractModel"));
|
|
10
|
+
var _RegistrationState = _interopRequireDefault(require("../common/RegistrationState"));
|
|
11
|
+
var _ApiCredentialStatus = _interopRequireDefault(require("./ApiCredentialStatus"));
|
|
12
|
+
var _DomainTunnel = _interopRequireDefault(require("./DomainTunnel"));
|
|
13
|
+
var _PlatformData = _interopRequireDefault(require("./PlatformData"));
|
|
14
|
+
var _RegistrationConfig = _interopRequireDefault(require("./RegistrationConfig"));
|
|
15
|
+
var _ValidationScopes = _interopRequireDefault(require("../../../validation/ValidationScopes"));
|
|
16
|
+
var _ValidationUtils = _interopRequireDefault(require("../../../../utils/ValidationUtils"));
|
|
17
|
+
var _ValidationError = _interopRequireDefault(require("../../../validation/ValidationError"));
|
|
18
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
19
|
+
function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a.add(e); }
|
|
20
|
+
function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); }
|
|
21
|
+
function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.has(t)) return arguments.length < 3 ? t : n; throw new TypeError("Private element is not present on this object"); } /*
|
|
22
|
+
* Nutanix Multidomain Versioned APIs
|
|
23
|
+
*
|
|
24
|
+
* OpenAPI spec version: 4.3.1
|
|
25
|
+
*
|
|
26
|
+
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
27
|
+
*
|
|
28
|
+
* Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
|
|
29
|
+
*
|
|
30
|
+
* Do not edit the class manually.
|
|
31
|
+
*
|
|
32
|
+
*/
|
|
33
|
+
/**
|
|
34
|
+
* The RegisteredDomain model module.
|
|
35
|
+
* @module Ntnx/RegisteredDomain
|
|
36
|
+
* @version 4.3.1
|
|
37
|
+
* @class RegisteredDomain
|
|
38
|
+
* @extends ExternalizableAbstractModel
|
|
39
|
+
*/
|
|
40
|
+
var _RegisteredDomain_brand = /*#__PURE__*/new WeakSet();
|
|
41
|
+
class RegisteredDomain extends _ExternalizableAbstractModel.default {
|
|
42
|
+
/**
|
|
43
|
+
* Constructs a new <code>RegisteredDomain</code>.
|
|
44
|
+
* Information of the registered domain.
|
|
45
|
+
* @alias module:Ntnx/RegisteredDomain
|
|
46
|
+
* @extends module:Ntnx/ExternalizableAbstractModel
|
|
47
|
+
*/
|
|
48
|
+
constructor() {
|
|
49
|
+
super();
|
|
50
|
+
/*
|
|
51
|
+
* toJson method for a map type which supports map with primitive keys and values of object types
|
|
52
|
+
* @param {Object} obj
|
|
53
|
+
* @returns {Object|Map} Returns a new transofrmed Map by calling toJson on the values if applicable.
|
|
54
|
+
* Otherwise, just returns the input object.
|
|
55
|
+
*/
|
|
56
|
+
_classPrivateMethodInitSpec(this, _RegisteredDomain_brand);
|
|
57
|
+
this.$objectType = "multidomain.v4.config.RegisteredDomain";
|
|
58
|
+
/** @type {object<string, any>} */
|
|
59
|
+
this.$reserved = {
|
|
60
|
+
'$fv': "v4.r3"
|
|
61
|
+
};
|
|
62
|
+
/** @type {object<string, any>} */
|
|
63
|
+
this.$unknownFields = {};
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
/**
|
|
67
|
+
* Constructs a <code>RegisteredDomain</code> from a plain JavaScript object, optionally creating a new instance.
|
|
68
|
+
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
69
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
70
|
+
* @param {module:Ntnx/RegisteredDomain} obj Optional instance to populate.
|
|
71
|
+
* @param callFromChild {Boolean} Flag to recognise calling instance
|
|
72
|
+
* @return {module:Ntnx/RegisteredDomain} The populated <code>RegisteredDomain</code> instance.
|
|
73
|
+
*/
|
|
74
|
+
static constructFromObject(data, obj = null, callFromChild = false) {
|
|
75
|
+
let items, item, i, itemArr, discriminator;
|
|
76
|
+
if (data) {
|
|
77
|
+
obj = obj || new RegisteredDomain();
|
|
78
|
+
_ExternalizableAbstractModel.default.constructFromObject(data, obj, true);
|
|
79
|
+
if (data.hasOwnProperty('name') && data.name !== null && data.name !== undefined) {
|
|
80
|
+
obj.setName(data['name']);
|
|
81
|
+
}
|
|
82
|
+
if (data.hasOwnProperty('dnsName') && data.dnsName !== null && data.dnsName !== undefined) {
|
|
83
|
+
obj.setDnsName(data['dnsName']);
|
|
84
|
+
}
|
|
85
|
+
if (data.hasOwnProperty('fqdn') && data.fqdn !== null && data.fqdn !== undefined) {
|
|
86
|
+
obj.setFqdn(data['fqdn']);
|
|
87
|
+
}
|
|
88
|
+
if (data.hasOwnProperty('locationExtId') && data.locationExtId !== null && data.locationExtId !== undefined) {
|
|
89
|
+
obj.setLocationExtId(data['locationExtId']);
|
|
90
|
+
}
|
|
91
|
+
if (data.hasOwnProperty('registrationState') && data.registrationState !== null && data.registrationState !== undefined) {
|
|
92
|
+
obj.setRegistrationState(_RegistrationState.default.constructFromObject(data['registrationState']));
|
|
93
|
+
}
|
|
94
|
+
if (data.hasOwnProperty('domainExtId') && data.domainExtId !== null && data.domainExtId !== undefined) {
|
|
95
|
+
obj.setDomainExtId(data['domainExtId']);
|
|
96
|
+
}
|
|
97
|
+
if (data.hasOwnProperty('createdBy') && data.createdBy !== null && data.createdBy !== undefined) {
|
|
98
|
+
obj.setCreatedBy(data['createdBy']);
|
|
99
|
+
}
|
|
100
|
+
if (data.hasOwnProperty('registeredTime') && data.registeredTime !== null && data.registeredTime !== undefined) {
|
|
101
|
+
obj.setRegisteredTime(data['registeredTime']);
|
|
102
|
+
}
|
|
103
|
+
if (data.hasOwnProperty('platformData') && data.platformData !== null && data.platformData !== undefined) {
|
|
104
|
+
obj.setPlatformData(_PlatformData.default.constructFromObject(data['platformData']));
|
|
105
|
+
}
|
|
106
|
+
if (data.hasOwnProperty('apiCredentialStatus') && data.apiCredentialStatus !== null && data.apiCredentialStatus !== undefined) {
|
|
107
|
+
obj.setApiCredentialStatus(_ApiCredentialStatus.default.constructFromObject(data['apiCredentialStatus']));
|
|
108
|
+
}
|
|
109
|
+
if (data.hasOwnProperty('tunnel') && data.tunnel !== null && data.tunnel !== undefined) {
|
|
110
|
+
obj.setTunnel(_DomainTunnel.default.constructFromObject(data['tunnel']));
|
|
111
|
+
}
|
|
112
|
+
if (data.hasOwnProperty('credentialIssuer') && data.credentialIssuer !== null && data.credentialIssuer !== undefined) {
|
|
113
|
+
obj.setCredentialIssuer(data['credentialIssuer']);
|
|
114
|
+
}
|
|
115
|
+
if (data.hasOwnProperty('registrationConfig') && data.registrationConfig !== null && data.registrationConfig !== undefined) {
|
|
116
|
+
obj.setRegistrationConfig(_RegistrationConfig.default.constructFromObject(data['registrationConfig']));
|
|
117
|
+
}
|
|
118
|
+
if (!callFromChild) {
|
|
119
|
+
obj.$unknownFields = {
|
|
120
|
+
...data.$unknownFields
|
|
121
|
+
};
|
|
122
|
+
for (const property in data) {
|
|
123
|
+
// Check if the `property` is not already present in `obj` keys, either in snake_case or camelCase,
|
|
124
|
+
// as the model's fields are generated in camelCase, but the server might return snake_case (e.g., due to standards like OIDC).
|
|
125
|
+
// Also, ensure the `property` does not start with '$' and end with 'ItemDiscriminator'.
|
|
126
|
+
// If all conditions are true, add the `property` from `data` to `obj.$unknownFields` as an unknown field.
|
|
127
|
+
if (!Object.keys(obj).includes(property) && !Object.keys(obj).includes(this.snakeToCamel(property)) && !(property[0] === "$" && property.endsWith("ItemDiscriminator"))) {
|
|
128
|
+
obj.$unknownFields[property] = data[property];
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
return obj;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
/**
|
|
137
|
+
* Converts a given snake_case string to camelCase.
|
|
138
|
+
* @param {string} snakeStr - The input string in snake_case format.
|
|
139
|
+
* @returns {string} - The converted string in camelCase format.
|
|
140
|
+
*/
|
|
141
|
+
static snakeToCamel(snakeStr) {
|
|
142
|
+
return snakeStr.replace(/(_\w)/g, match => match[1].toUpperCase());
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
/**
|
|
146
|
+
* Returns Name of the registered domain.
|
|
147
|
+
* @return {string}
|
|
148
|
+
*/
|
|
149
|
+
getName() {
|
|
150
|
+
return this.name;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
/**
|
|
154
|
+
* Sets Name of the registered domain.
|
|
155
|
+
* @param {string} name Name of the registered domain.
|
|
156
|
+
*/
|
|
157
|
+
setName(name) {
|
|
158
|
+
this.name = name;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
/**
|
|
162
|
+
* Returns DNS name of the registered domain.
|
|
163
|
+
* @return {string}
|
|
164
|
+
*/
|
|
165
|
+
getDnsName() {
|
|
166
|
+
return this.dnsName;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
/**
|
|
170
|
+
* Sets DNS name of the registered domain.
|
|
171
|
+
* @param {string} dnsName DNS name of the registered domain.
|
|
172
|
+
*/
|
|
173
|
+
setDnsName(dnsName) {
|
|
174
|
+
this.dnsName = dnsName;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
/**
|
|
178
|
+
* Returns Fully qualified domain name of the registered domain.
|
|
179
|
+
* @return {string}
|
|
180
|
+
*/
|
|
181
|
+
getFqdn() {
|
|
182
|
+
return this.fqdn;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
/**
|
|
186
|
+
* Sets Fully qualified domain name of the registered domain.
|
|
187
|
+
* @param {string} fqdn Fully qualified domain name of the registered domain.
|
|
188
|
+
*/
|
|
189
|
+
setFqdn(fqdn) {
|
|
190
|
+
this.fqdn = fqdn;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
/**
|
|
194
|
+
* Returns Location UUID of the domain.
|
|
195
|
+
* @return {string}
|
|
196
|
+
*/
|
|
197
|
+
getLocationExtId() {
|
|
198
|
+
return this.locationExtId;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
/**
|
|
202
|
+
* Sets Location UUID of the domain.
|
|
203
|
+
* @param {string} locationExtId Location UUID of the domain.
|
|
204
|
+
*/
|
|
205
|
+
setLocationExtId(locationExtId) {
|
|
206
|
+
this.locationExtId = locationExtId;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
/**
|
|
210
|
+
* @return {RegistrationState}
|
|
211
|
+
*/
|
|
212
|
+
getRegistrationState() {
|
|
213
|
+
return this.registrationState;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
/**
|
|
217
|
+
* @param {RegistrationState} registrationState
|
|
218
|
+
*/
|
|
219
|
+
setRegistrationState(registrationState) {
|
|
220
|
+
this.registrationState = registrationState;
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
/**
|
|
224
|
+
* Returns The external ID of the domain
|
|
225
|
+
* @return {string}
|
|
226
|
+
*/
|
|
227
|
+
getDomainExtId() {
|
|
228
|
+
return this.domainExtId;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
/**
|
|
232
|
+
* Sets The external ID of the domain
|
|
233
|
+
* @param {string} domainExtId The external ID of the domain
|
|
234
|
+
*/
|
|
235
|
+
setDomainExtId(domainExtId) {
|
|
236
|
+
this.domainExtId = domainExtId;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
/**
|
|
240
|
+
* Returns The user that created the registered domain on Nutanix Central.
|
|
241
|
+
* @return {string}
|
|
242
|
+
*/
|
|
243
|
+
getCreatedBy() {
|
|
244
|
+
return this.createdBy;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
/**
|
|
248
|
+
* Sets The user that created the registered domain on Nutanix Central.
|
|
249
|
+
* @param {string} createdBy The user that created the registered domain on Nutanix Central.
|
|
250
|
+
*/
|
|
251
|
+
setCreatedBy(createdBy) {
|
|
252
|
+
this.createdBy = createdBy;
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
/**
|
|
256
|
+
* Returns Date and time of domain registration.
|
|
257
|
+
* @return {Date}
|
|
258
|
+
*/
|
|
259
|
+
getRegisteredTime() {
|
|
260
|
+
return this.registeredTime;
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
/**
|
|
264
|
+
* Sets Date and time of domain registration.
|
|
265
|
+
* @param {Date} registeredTime Date and time of domain registration.
|
|
266
|
+
*/
|
|
267
|
+
setRegisteredTime(registeredTime) {
|
|
268
|
+
this.registeredTime = registeredTime;
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
/**
|
|
272
|
+
* @return {PlatformData}
|
|
273
|
+
*/
|
|
274
|
+
getPlatformData() {
|
|
275
|
+
return this.platformData;
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
/**
|
|
279
|
+
* @param {PlatformData} platformData
|
|
280
|
+
*/
|
|
281
|
+
setPlatformData(platformData) {
|
|
282
|
+
this.platformData = platformData;
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
/**
|
|
286
|
+
* @return {ApiCredentialStatus}
|
|
287
|
+
*/
|
|
288
|
+
getApiCredentialStatus() {
|
|
289
|
+
return this.apiCredentialStatus;
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
/**
|
|
293
|
+
* @param {ApiCredentialStatus} apiCredentialStatus
|
|
294
|
+
*/
|
|
295
|
+
setApiCredentialStatus(apiCredentialStatus) {
|
|
296
|
+
this.apiCredentialStatus = apiCredentialStatus;
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
/**
|
|
300
|
+
* @return {DomainTunnel}
|
|
301
|
+
*/
|
|
302
|
+
getTunnel() {
|
|
303
|
+
return this.tunnel;
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
/**
|
|
307
|
+
* @param {DomainTunnel} tunnel
|
|
308
|
+
*/
|
|
309
|
+
setTunnel(tunnel) {
|
|
310
|
+
this.tunnel = tunnel;
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
/**
|
|
314
|
+
* Returns The entity that issued the credentials for the domain to use as authentication for Nutanix central communication.
|
|
315
|
+
* @return {string}
|
|
316
|
+
*/
|
|
317
|
+
getCredentialIssuer() {
|
|
318
|
+
return this.credentialIssuer;
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
/**
|
|
322
|
+
* Sets The entity that issued the credentials for the domain to use as authentication for Nutanix central communication.
|
|
323
|
+
* @param {string} credentialIssuer The entity that issued the credentials for the domain to use as authentication for Nutanix central communication.
|
|
324
|
+
*/
|
|
325
|
+
setCredentialIssuer(credentialIssuer) {
|
|
326
|
+
this.credentialIssuer = credentialIssuer;
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
/**
|
|
330
|
+
* @return {RegistrationConfig}
|
|
331
|
+
*/
|
|
332
|
+
getRegistrationConfig() {
|
|
333
|
+
return this.registrationConfig;
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
/**
|
|
337
|
+
* @param {RegistrationConfig} registrationConfig
|
|
338
|
+
*/
|
|
339
|
+
setRegistrationConfig(registrationConfig) {
|
|
340
|
+
this.registrationConfig = registrationConfig;
|
|
341
|
+
}
|
|
342
|
+
toJson(forMutation) {
|
|
343
|
+
if (forMutation === false) {
|
|
344
|
+
return {
|
|
345
|
+
...(typeof this.getName() !== 'undefined' && this.getName() !== null ? {
|
|
346
|
+
'name': this.getName()
|
|
347
|
+
} : {}),
|
|
348
|
+
...(typeof this.getDnsName() !== 'undefined' && this.getDnsName() !== null ? {
|
|
349
|
+
'dnsName': this.getDnsName()
|
|
350
|
+
} : {}),
|
|
351
|
+
...(typeof this.getFqdn() !== 'undefined' && this.getFqdn() !== null ? {
|
|
352
|
+
'fqdn': this.getFqdn()
|
|
353
|
+
} : {}),
|
|
354
|
+
...(typeof this.getLocationExtId() !== 'undefined' && this.getLocationExtId() !== null ? {
|
|
355
|
+
'locationExtId': this.getLocationExtId()
|
|
356
|
+
} : {}),
|
|
357
|
+
...(typeof this.getRegistrationState() !== 'undefined' && this.getRegistrationState() !== null ? {
|
|
358
|
+
'registrationState': this.getRegistrationState()
|
|
359
|
+
} : {}),
|
|
360
|
+
...(typeof this.getDomainExtId() !== 'undefined' && this.getDomainExtId() !== null ? {
|
|
361
|
+
'domainExtId': this.getDomainExtId()
|
|
362
|
+
} : {}),
|
|
363
|
+
...(typeof this.getCreatedBy() !== 'undefined' && this.getCreatedBy() !== null ? {
|
|
364
|
+
'createdBy': this.getCreatedBy()
|
|
365
|
+
} : {}),
|
|
366
|
+
...(typeof this.getRegisteredTime() !== 'undefined' && this.getRegisteredTime() !== null ? {
|
|
367
|
+
'registeredTime': _assertClassBrand(_RegisteredDomain_brand, this, _handleDateType).call(this, this.getRegisteredTime(), false)
|
|
368
|
+
} : {}),
|
|
369
|
+
...(typeof this.getPlatformData() !== 'undefined' && this.getPlatformData() !== null ? {
|
|
370
|
+
'platformData': this.getPlatformData().toJson(false)
|
|
371
|
+
} : {}),
|
|
372
|
+
...(typeof this.getApiCredentialStatus() !== 'undefined' && this.getApiCredentialStatus() !== null ? {
|
|
373
|
+
'apiCredentialStatus': this.getApiCredentialStatus()
|
|
374
|
+
} : {}),
|
|
375
|
+
...(typeof this.getTunnel() !== 'undefined' && this.getTunnel() !== null ? {
|
|
376
|
+
'tunnel': this.getTunnel().toJson(false)
|
|
377
|
+
} : {}),
|
|
378
|
+
...(typeof this.getCredentialIssuer() !== 'undefined' && this.getCredentialIssuer() !== null ? {
|
|
379
|
+
'credentialIssuer': this.getCredentialIssuer()
|
|
380
|
+
} : {}),
|
|
381
|
+
...(typeof this.getRegistrationConfig() !== 'undefined' && this.getRegistrationConfig() !== null ? {
|
|
382
|
+
'registrationConfig': this.getRegistrationConfig().toJson(false)
|
|
383
|
+
} : {}),
|
|
384
|
+
...(typeof this.getExtId() !== 'undefined' && this.getExtId() !== null ? {
|
|
385
|
+
'extId': this.getExtId()
|
|
386
|
+
} : {}),
|
|
387
|
+
...(typeof this.getLinks() !== 'undefined' && this.getLinks() !== null ? {
|
|
388
|
+
'links': this.getLinks().map(item => item.toJson(false))
|
|
389
|
+
} : {}),
|
|
390
|
+
...(typeof this.getTenantId() !== 'undefined' && this.getTenantId() !== null ? {
|
|
391
|
+
'tenantId': this.getTenantId()
|
|
392
|
+
} : {}),
|
|
393
|
+
'$reserved': this.get$Reserved(),
|
|
394
|
+
'$objectType': this.get$ObjectType(),
|
|
395
|
+
...(typeof this.get$UnknownFields() !== 'undefined' && this.get$UnknownFields() !== null ? this.get$UnknownFields() : {}),
|
|
396
|
+
'$unknownFields': {}
|
|
397
|
+
};
|
|
398
|
+
}
|
|
399
|
+
return {
|
|
400
|
+
...(typeof this.getName() !== 'undefined' && this.getName() !== null ? {
|
|
401
|
+
'name': this.getName()
|
|
402
|
+
} : {}),
|
|
403
|
+
...(typeof this.getDnsName() !== 'undefined' && this.getDnsName() !== null ? {
|
|
404
|
+
'dnsName': this.getDnsName()
|
|
405
|
+
} : {}),
|
|
406
|
+
...(typeof this.getFqdn() !== 'undefined' && this.getFqdn() !== null ? {
|
|
407
|
+
'fqdn': this.getFqdn()
|
|
408
|
+
} : {}),
|
|
409
|
+
...(typeof this.getLocationExtId() !== 'undefined' && this.getLocationExtId() !== null ? {
|
|
410
|
+
'locationExtId': this.getLocationExtId()
|
|
411
|
+
} : {}),
|
|
412
|
+
...(typeof this.getRegistrationState() !== 'undefined' && this.getRegistrationState() !== null ? {
|
|
413
|
+
'registrationState': this.getRegistrationState()
|
|
414
|
+
} : {}),
|
|
415
|
+
...(typeof this.getDomainExtId() !== 'undefined' && this.getDomainExtId() !== null ? {
|
|
416
|
+
'domainExtId': this.getDomainExtId()
|
|
417
|
+
} : {}),
|
|
418
|
+
...(typeof this.getCreatedBy() !== 'undefined' && this.getCreatedBy() !== null ? {
|
|
419
|
+
'createdBy': this.getCreatedBy()
|
|
420
|
+
} : {}),
|
|
421
|
+
...(typeof this.getRegisteredTime() !== 'undefined' && this.getRegisteredTime() !== null ? {
|
|
422
|
+
'registeredTime': _assertClassBrand(_RegisteredDomain_brand, this, _handleDateType).call(this, this.getRegisteredTime(), false)
|
|
423
|
+
} : {}),
|
|
424
|
+
...(typeof this.getPlatformData() !== 'undefined' && this.getPlatformData() !== null ? {
|
|
425
|
+
'platformData': this.getPlatformData().toJson(false)
|
|
426
|
+
} : {}),
|
|
427
|
+
...(typeof this.getApiCredentialStatus() !== 'undefined' && this.getApiCredentialStatus() !== null ? {
|
|
428
|
+
'apiCredentialStatus': this.getApiCredentialStatus()
|
|
429
|
+
} : {}),
|
|
430
|
+
...(typeof this.getTunnel() !== 'undefined' && this.getTunnel() !== null ? {
|
|
431
|
+
'tunnel': this.getTunnel().toJson(false)
|
|
432
|
+
} : {}),
|
|
433
|
+
...(typeof this.getCredentialIssuer() !== 'undefined' && this.getCredentialIssuer() !== null ? {
|
|
434
|
+
'credentialIssuer': this.getCredentialIssuer()
|
|
435
|
+
} : {}),
|
|
436
|
+
...(typeof this.getRegistrationConfig() !== 'undefined' && this.getRegistrationConfig() !== null ? {
|
|
437
|
+
'registrationConfig': this.getRegistrationConfig().toJson(false)
|
|
438
|
+
} : {}),
|
|
439
|
+
'$reserved': this.get$Reserved(),
|
|
440
|
+
'$objectType': this.get$ObjectType(),
|
|
441
|
+
...(typeof this.get$UnknownFields() !== 'undefined' && this.get$UnknownFields() !== null ? this.get$UnknownFields() : {}),
|
|
442
|
+
'$unknownFields': {}
|
|
443
|
+
};
|
|
444
|
+
}
|
|
445
|
+
validate(scope, properties) {
|
|
446
|
+
let propList = [];
|
|
447
|
+
if (arguments.length === 0 || arguments.length === 1 && arguments[0] instanceof _ValidationScopes.default) {
|
|
448
|
+
//cases validate() and validate(scope)
|
|
449
|
+
propList = [];
|
|
450
|
+
} else if (arguments.length === 1) {
|
|
451
|
+
//case validate(properties)
|
|
452
|
+
propList = arguments[0];
|
|
453
|
+
scope = null;
|
|
454
|
+
} else {
|
|
455
|
+
//case validate(scope, properties)
|
|
456
|
+
propList = arguments[1];
|
|
457
|
+
}
|
|
458
|
+
let res = [];
|
|
459
|
+
let err = null;
|
|
460
|
+
propList.forEach(property => {
|
|
461
|
+
err = this.validateProperty(property, scope);
|
|
462
|
+
if (err) {
|
|
463
|
+
res.push(err);
|
|
464
|
+
}
|
|
465
|
+
});
|
|
466
|
+
return new Promise(function (resolve, reject) {
|
|
467
|
+
if (res.length !== 0) {
|
|
468
|
+
reject(err);
|
|
469
|
+
} else {
|
|
470
|
+
resolve();
|
|
471
|
+
}
|
|
472
|
+
});
|
|
473
|
+
}
|
|
474
|
+
validateProperty(scope, property) {
|
|
475
|
+
if (property === "name") {
|
|
476
|
+
if (typeof this.name === 'undefined' || this.name === null) {
|
|
477
|
+
return new _ValidationError.default("name", "undefined or null");
|
|
478
|
+
}
|
|
479
|
+
if (!_ValidationUtils.default.validateMaxLength(this.name, 255)) {
|
|
480
|
+
return new _ValidationError.default("name", "does not satisfy required maxLength constraint: 255");
|
|
481
|
+
}
|
|
482
|
+
if (!_ValidationUtils.default.validateMinLength(this.name, 1)) {
|
|
483
|
+
return new _ValidationError.default("name", "does not satisfy required minLength constraint: 1");
|
|
484
|
+
}
|
|
485
|
+
if (!_ValidationUtils.default.validatePattern(this.name, /^[^<>;'()&+%\/\\\\\"`]*$/)) {
|
|
486
|
+
return new _ValidationError.default("name", "does not satisfy required pattern: /^[^<>;'()&+%\/\\\\\"`]*$/");
|
|
487
|
+
}
|
|
488
|
+
}
|
|
489
|
+
if (property === "dnsName") {
|
|
490
|
+
if (typeof this.dnsName === 'undefined' || this.dnsName === null) {
|
|
491
|
+
return new _ValidationError.default("dnsName", "undefined or null");
|
|
492
|
+
}
|
|
493
|
+
if (!_ValidationUtils.default.validateMaxLength(this.dnsName, 255)) {
|
|
494
|
+
return new _ValidationError.default("dnsName", "does not satisfy required maxLength constraint: 255");
|
|
495
|
+
}
|
|
496
|
+
if (!_ValidationUtils.default.validateMinLength(this.dnsName, 1)) {
|
|
497
|
+
return new _ValidationError.default("dnsName", "does not satisfy required minLength constraint: 1");
|
|
498
|
+
}
|
|
499
|
+
if (!_ValidationUtils.default.validatePattern(this.dnsName, /^[^<>;'()&+%\/\\\\\"`]*$/)) {
|
|
500
|
+
return new _ValidationError.default("dnsName", "does not satisfy required pattern: /^[^<>;'()&+%\/\\\\\"`]*$/");
|
|
501
|
+
}
|
|
502
|
+
}
|
|
503
|
+
if (property === "fqdn") {
|
|
504
|
+
if (typeof this.fqdn === 'undefined' || this.fqdn === null) {
|
|
505
|
+
return new _ValidationError.default("fqdn", "undefined or null");
|
|
506
|
+
}
|
|
507
|
+
if (!_ValidationUtils.default.validatePattern(this.fqdn, /^([a-zA-Z0-9À-ÿ]+(?:-[a-zA-Z0-9À-ÿ]+)*\\.)+[a-zA-ZÀ-ÿ]{2,63}$/)) {
|
|
508
|
+
return new _ValidationError.default("fqdn", "does not satisfy required pattern: /^([a-zA-Z0-9À-ÿ]+(?:-[a-zA-Z0-9À-ÿ]+)*\\.)+[a-zA-ZÀ-ÿ]{2,63}$/");
|
|
509
|
+
}
|
|
510
|
+
}
|
|
511
|
+
if (property === "locationExtId") {
|
|
512
|
+
if (typeof this.locationExtId === 'undefined' || this.locationExtId === null) {
|
|
513
|
+
return new _ValidationError.default("locationExtId", "undefined or null");
|
|
514
|
+
}
|
|
515
|
+
if (!_ValidationUtils.default.validatePattern(this.locationExtId, /^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$/)) {
|
|
516
|
+
return new _ValidationError.default("locationExtId", "does not satisfy required pattern: /^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$/");
|
|
517
|
+
}
|
|
518
|
+
}
|
|
519
|
+
if (property === "registrationState") {
|
|
520
|
+
if (typeof this.registrationState === 'undefined' || this.registrationState === null) {
|
|
521
|
+
return new _ValidationError.default("registrationState", "undefined or null");
|
|
522
|
+
}
|
|
523
|
+
}
|
|
524
|
+
if (property === "domainExtId") {
|
|
525
|
+
if (typeof this.domainExtId === 'undefined' || this.domainExtId === null) {
|
|
526
|
+
return new _ValidationError.default("domainExtId", "undefined or null");
|
|
527
|
+
}
|
|
528
|
+
if (typeof scope === 'undefined' || scope === null) {
|
|
529
|
+
if (!_ValidationUtils.default.validatePattern(this.domainExtId, /^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$/)) {
|
|
530
|
+
return new _ValidationError.default("domainExtId", "does not satisfy required pattern: /^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$/");
|
|
531
|
+
}
|
|
532
|
+
} else if (scope === _ValidationScopes.default.create) {
|
|
533
|
+
if (!_ValidationUtils.default.validatePattern(this.domainExtId, /^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$/)) {
|
|
534
|
+
return new _ValidationError.default("domainExtId", "does not satisfy pattern: /^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$/");
|
|
535
|
+
}
|
|
536
|
+
}
|
|
537
|
+
}
|
|
538
|
+
if (property === "createdBy") {
|
|
539
|
+
if (typeof this.createdBy === 'undefined' || this.createdBy === null) {
|
|
540
|
+
return new _ValidationError.default("createdBy", "undefined or null");
|
|
541
|
+
}
|
|
542
|
+
if (!_ValidationUtils.default.validateMaxLength(this.createdBy, 255)) {
|
|
543
|
+
return new _ValidationError.default("createdBy", "does not satisfy required maxLength constraint: 255");
|
|
544
|
+
}
|
|
545
|
+
if (!_ValidationUtils.default.validateMinLength(this.createdBy, 1)) {
|
|
546
|
+
return new _ValidationError.default("createdBy", "does not satisfy required minLength constraint: 1");
|
|
547
|
+
}
|
|
548
|
+
if (!_ValidationUtils.default.validatePattern(this.createdBy, /^[^<>;'()&+%\/\\\\\"`]*$/)) {
|
|
549
|
+
return new _ValidationError.default("createdBy", "does not satisfy required pattern: /^[^<>;'()&+%\/\\\\\"`]*$/");
|
|
550
|
+
}
|
|
551
|
+
}
|
|
552
|
+
if (property === "registeredTime") {
|
|
553
|
+
if (typeof this.registeredTime === 'undefined' || this.registeredTime === null) {
|
|
554
|
+
return new _ValidationError.default("registeredTime", "undefined or null");
|
|
555
|
+
}
|
|
556
|
+
}
|
|
557
|
+
if (property === "platformData") {
|
|
558
|
+
if (typeof this.platformData === 'undefined' || this.platformData === null) {
|
|
559
|
+
return new _ValidationError.default("platformData", "undefined or null");
|
|
560
|
+
}
|
|
561
|
+
}
|
|
562
|
+
if (property === "apiCredentialStatus") {
|
|
563
|
+
if (typeof this.apiCredentialStatus === 'undefined' || this.apiCredentialStatus === null) {
|
|
564
|
+
return new _ValidationError.default("apiCredentialStatus", "undefined or null");
|
|
565
|
+
}
|
|
566
|
+
}
|
|
567
|
+
if (property === "tunnel") {
|
|
568
|
+
if (typeof this.tunnel === 'undefined' || this.tunnel === null) {
|
|
569
|
+
return new _ValidationError.default("tunnel", "undefined or null");
|
|
570
|
+
}
|
|
571
|
+
}
|
|
572
|
+
if (property === "credentialIssuer") {
|
|
573
|
+
if (typeof this.credentialIssuer === 'undefined' || this.credentialIssuer === null) {
|
|
574
|
+
return new _ValidationError.default("credentialIssuer", "undefined or null");
|
|
575
|
+
}
|
|
576
|
+
if (!_ValidationUtils.default.validatePattern(this.credentialIssuer, /^((http[s]?|nfs):\/)?\/?([^:\/\\s]*)((\/\\w+)*(:[0-9]+)*?\/)([\\w\\-\\.]+[^#?\\s]+)(.*)?(#[\\w\\-]+)?$/)) {
|
|
577
|
+
return new _ValidationError.default("credentialIssuer", "does not satisfy required pattern: /^((http[s]?|nfs):\/)?\/?([^:\/\\s]*)((\/\\w+)*(:[0-9]+)*?\/)([\\w\\-\\.]+[^#?\\s]+)(.*)?(#[\\w\\-]+)?$/");
|
|
578
|
+
}
|
|
579
|
+
}
|
|
580
|
+
if (property === "registrationConfig") {
|
|
581
|
+
if (typeof this.registrationConfig === 'undefined' || this.registrationConfig === null) {
|
|
582
|
+
return new _ValidationError.default("registrationConfig", "undefined or null");
|
|
583
|
+
}
|
|
584
|
+
}
|
|
585
|
+
return new _ValidationError.default(property, "no such property exists");
|
|
586
|
+
}
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
/**
|
|
590
|
+
* Name of the registered domain.
|
|
591
|
+
* @memberof RegisteredDomain
|
|
592
|
+
*/
|
|
593
|
+
exports.default = RegisteredDomain;
|
|
594
|
+
function _toJsonMapType(obj, forMutation) {
|
|
595
|
+
if (obj instanceof Map) {
|
|
596
|
+
return Object.fromEntries(Array.from(obj, ([k, v]) => [k, typeof v.toJson !== "undefined" ? v.toJson(forMutation) : v]));
|
|
597
|
+
} else if (typeof obj === 'object' && obj != null && obj.constructor === Object) {
|
|
598
|
+
return Object.fromEntries(Array.from(Object.entries(obj), entry => {
|
|
599
|
+
return [entry[0], typeof entry[1].toJson !== "undefined" ? entry[1].toJson(forMutation) : entry[1]];
|
|
600
|
+
}));
|
|
601
|
+
}
|
|
602
|
+
return obj;
|
|
603
|
+
}
|
|
604
|
+
/*
|
|
605
|
+
* toJson method for a date type which serializes a Date object to proper Date or DateTime formatting
|
|
606
|
+
* @param {Object} obj Object to serialize
|
|
607
|
+
* @param {boolean} isDateOnly Boolean variable to identify Date or DateTime format for serialization
|
|
608
|
+
* @returns {Object|string} Returns serialized date object or original input object
|
|
609
|
+
*/
|
|
610
|
+
function _handleDateType(obj, isDateOnly) {
|
|
611
|
+
if (obj instanceof Date && isDateOnly !== undefined) {
|
|
612
|
+
return isDateOnly ? obj.toISOString().slice(0, 10) : obj.toISOString();
|
|
613
|
+
}
|
|
614
|
+
return obj;
|
|
615
|
+
}
|
|
616
|
+
RegisteredDomain.prototype.name = undefined;
|
|
617
|
+
|
|
618
|
+
/**
|
|
619
|
+
* DNS name of the registered domain.
|
|
620
|
+
* @memberof RegisteredDomain
|
|
621
|
+
*/
|
|
622
|
+
RegisteredDomain.prototype.dnsName = undefined;
|
|
623
|
+
|
|
624
|
+
/**
|
|
625
|
+
* Fully qualified domain name of the registered domain.
|
|
626
|
+
* @memberof RegisteredDomain
|
|
627
|
+
*/
|
|
628
|
+
RegisteredDomain.prototype.fqdn = undefined;
|
|
629
|
+
|
|
630
|
+
/**
|
|
631
|
+
* Location UUID of the domain.
|
|
632
|
+
* @memberof RegisteredDomain
|
|
633
|
+
*/
|
|
634
|
+
RegisteredDomain.prototype.locationExtId = undefined;
|
|
635
|
+
|
|
636
|
+
/**
|
|
637
|
+
* @memberof RegisteredDomain
|
|
638
|
+
*/
|
|
639
|
+
RegisteredDomain.prototype.registrationState = undefined;
|
|
640
|
+
|
|
641
|
+
/**
|
|
642
|
+
* The external ID of the domain
|
|
643
|
+
* @memberof RegisteredDomain
|
|
644
|
+
*/
|
|
645
|
+
RegisteredDomain.prototype.domainExtId = undefined;
|
|
646
|
+
|
|
647
|
+
/**
|
|
648
|
+
* The user that created the registered domain on Nutanix Central.
|
|
649
|
+
* @memberof RegisteredDomain
|
|
650
|
+
*/
|
|
651
|
+
RegisteredDomain.prototype.createdBy = undefined;
|
|
652
|
+
|
|
653
|
+
/**
|
|
654
|
+
* Date and time of domain registration.
|
|
655
|
+
* @memberof RegisteredDomain
|
|
656
|
+
*/
|
|
657
|
+
RegisteredDomain.prototype.registeredTime = undefined;
|
|
658
|
+
|
|
659
|
+
/**
|
|
660
|
+
* @memberof RegisteredDomain
|
|
661
|
+
*/
|
|
662
|
+
RegisteredDomain.prototype.platformData = undefined;
|
|
663
|
+
|
|
664
|
+
/**
|
|
665
|
+
* @memberof RegisteredDomain
|
|
666
|
+
*/
|
|
667
|
+
RegisteredDomain.prototype.apiCredentialStatus = undefined;
|
|
668
|
+
|
|
669
|
+
/**
|
|
670
|
+
* @memberof RegisteredDomain
|
|
671
|
+
*/
|
|
672
|
+
RegisteredDomain.prototype.tunnel = undefined;
|
|
673
|
+
|
|
674
|
+
/**
|
|
675
|
+
* The entity that issued the credentials for the domain to use as authentication for Nutanix central communication.
|
|
676
|
+
* @memberof RegisteredDomain
|
|
677
|
+
*/
|
|
678
|
+
RegisteredDomain.prototype.credentialIssuer = undefined;
|
|
679
|
+
|
|
680
|
+
/**
|
|
681
|
+
* @memberof RegisteredDomain
|
|
682
|
+
*/
|
|
683
|
+
RegisteredDomain.prototype.registrationConfig = undefined;
|
|
684
|
+
|
|
685
|
+
/**
|
|
686
|
+
* A globally unique identifier of an instance that is suitable for external consumption.
|
|
687
|
+
* @memberof RegisteredDomain
|
|
688
|
+
*/
|
|
689
|
+
_ExternalizableAbstractModel.default.prototype.extId = undefined;
|
|
690
|
+
/**
|
|
691
|
+
* A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
|
|
692
|
+
* @memberof RegisteredDomain
|
|
693
|
+
*/
|
|
694
|
+
_ExternalizableAbstractModel.default.prototype.links = undefined;
|
|
695
|
+
/**
|
|
696
|
+
* A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this ID to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).
|
|
697
|
+
* @memberof RegisteredDomain
|
|
698
|
+
*/
|
|
699
|
+
_TenantAwareModel.default.prototype.tenantId = undefined;
|
|
700
|
+
// Implement OneOfmultidomain.v4.config.GetRegisteredDomainApiResponsedata interface:
|