public static final class ApplianceManagement.Builder
extends java.lang.Object
ApplianceManagement.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
ApplianceManagement. |
| Modifier and Type | Method and Description |
|---|---|
ApplianceManagement |
build() |
ApplianceManagement.Builder |
setAccessSettings(AccessSettings accessSettings)
AccessSettings of vCenter.
|
ApplianceManagement.Builder |
setBackupSchedules(java.util.List<BackupSchedule> backupSchedules)
Backup schedule of vCenter.
|
ApplianceManagement.Builder |
setCeip(Ceip ceip)
CEIP (Customer Experience Improvement Program) enabled state.
|
ApplianceManagement.Builder |
setDatetimeConfig(DatetimeConfig datetimeConfig)
Date Time Configuration of vCenter.
|
ApplianceManagement.Builder |
setNetwork(ApplianceNetwork network)
Network configurations to be applied.
|
ApplianceManagement.Builder |
setSmtp(Smtp smtp)
The
LocalAccounts interface provides methods to manage local user
account. |
ApplianceManagement.Builder |
setSoftwareUpdatePolicy(SoftwareUpdatePolicy softwareUpdatePolicy)
Policy to update vCenter.
|
ApplianceManagement.Builder |
setSyslog(java.util.List<LogForwarding> syslog)
The
syslog interface provides methods to manage forwarding of log
messages to remote logging servers. |
ApplianceManagement.Builder |
setUserAccountSettings(UserAccountSettings userAccountSettings)
User Account Settings of vCenter.
|
public Builder()
ApplianceManagement.public ApplianceManagement.Builder setSoftwareUpdatePolicy(SoftwareUpdatePolicy softwareUpdatePolicy)
Set if the SoftwareUpdatePolicy is set inside vCenter.softwareUpdatePolicy - New value for the property.public ApplianceManagement.Builder setBackupSchedules(java.util.List<BackupSchedule> backupSchedules)
Set if the Backup is schedule for vCenterbackupSchedules - New value for the property.public ApplianceManagement.Builder setAccessSettings(AccessSettings accessSettings)
accessSettings - New value for the property.public ApplianceManagement.Builder setDatetimeConfig(DatetimeConfig datetimeConfig)
Set if access settings are set for vCenterdatetimeConfig - New value for the property.public ApplianceManagement.Builder setSyslog(java.util.List<LogForwarding> syslog)
syslog interface provides methods to manage forwarding of log
messages to remote logging servers.
Only Set if log forwarding to remote server are set in
vCenter.syslog - New value for the property.public ApplianceManagement.Builder setUserAccountSettings(UserAccountSettings userAccountSettings)
userAccountSettings - New value for the property.public ApplianceManagement.Builder setSmtp(Smtp smtp)
LocalAccounts interface provides methods to manage local user
account.smtp - New value for the property.public ApplianceManagement.Builder setNetwork(ApplianceNetwork network)
Set if the network configurations are set in vCenter.network - New value for the property.public ApplianceManagement.Builder setCeip(Ceip ceip)
Set if ceip are set in vcenter.ceip - New value for the property.public ApplianceManagement build()