public static final class VsphereUIConfiguration.Builder
extends java.lang.Object
VsphereUIConfiguration.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
VsphereUIConfiguration. |
| Modifier and Type | Method and Description |
|---|---|
VsphereUIConfiguration |
build() |
VsphereUIConfiguration.Builder |
setEnableAdIwaIds(java.lang.Boolean enableAdIwaIds)
Property that indicates Identity Source of type IWA should be enabled.
|
VsphereUIConfiguration.Builder |
setEnableCeip(java.lang.Boolean enableCeip)
Property to enable CEIP view from Administration -> Deployment.
|
VsphereUIConfiguration.Builder |
setEnableCloudAdminRoleProtection(java.lang.Boolean enableCloudAdminRoleProtection)
Property to enable CloudAdminRoleProtection in the UI
|
VsphereUIConfiguration.Builder |
setEnableCspOidcFederation(java.lang.Boolean enableCspOidcFederation)
Property that indicates CSP OIDC identity provider configured in vCenter.
|
VsphereUIConfiguration.Builder |
setEnableDeprecatedVcAlert(java.lang.Boolean enableDeprecatedVcAlert)
Property to enable DeprecatedVcAlert in the UI
|
VsphereUIConfiguration.Builder |
setEnableFileBrowserDownloadUploadFromVc(java.lang.Boolean enableFileBrowserDownloadUploadFromVc)
Property to enable file browser download and upload from VC
|
VsphereUIConfiguration.Builder |
setEnableHybridManagement(java.lang.Boolean enableHybridManagement)
Property to enable hybrid management view.
|
VsphereUIConfiguration.Builder |
setEnableIDPConfiguration(java.lang.Boolean enableIDPConfiguration)
Property to configure the IDPConfiguration view, with this enabled, user will be
able to view and configure IDP
|
VsphereUIConfiguration.Builder |
setEnableIntercomChat(java.lang.Boolean enableIntercomChat)
Property to enable Intercom Chat in the UI
|
VsphereUIConfiguration.Builder |
setHelpUrlPointingToAws(java.lang.Boolean helpUrlPointingToAws)
Property that indicates that Help url should point to url for AWS.
|
public Builder()
VsphereUIConfiguration.public VsphereUIConfiguration.Builder setEnableIDPConfiguration(java.lang.Boolean enableIDPConfiguration)
enableIDPConfiguration - New value for the property.public VsphereUIConfiguration.Builder setEnableCloudAdminRoleProtection(java.lang.Boolean enableCloudAdminRoleProtection)
enableCloudAdminRoleProtection - New value for the property.public VsphereUIConfiguration.Builder setEnableDeprecatedVcAlert(java.lang.Boolean enableDeprecatedVcAlert)
enableDeprecatedVcAlert - New value for the property.public VsphereUIConfiguration.Builder setEnableIntercomChat(java.lang.Boolean enableIntercomChat)
enableIntercomChat - New value for the property.public VsphereUIConfiguration.Builder setEnableFileBrowserDownloadUploadFromVc(java.lang.Boolean enableFileBrowserDownloadUploadFromVc)
enableFileBrowserDownloadUploadFromVc - New value for the property.public VsphereUIConfiguration.Builder setEnableHybridManagement(java.lang.Boolean enableHybridManagement)
enableHybridManagement - New value for the property.public VsphereUIConfiguration.Builder setEnableCeip(java.lang.Boolean enableCeip)
enableCeip - New value for the property.public VsphereUIConfiguration.Builder setHelpUrlPointingToAws(java.lang.Boolean helpUrlPointingToAws)
helpUrlPointingToAws - New value for the property.public VsphereUIConfiguration.Builder setEnableAdIwaIds(java.lang.Boolean enableAdIwaIds)
enableAdIwaIds - New value for the property.public VsphereUIConfiguration.Builder setEnableCspOidcFederation(java.lang.Boolean enableCspOidcFederation)
enableCspOidcFederation - New value for the property.public VsphereUIConfiguration build()