public final class ApplianceManagement
extends java.lang.Object
implements java.io.Serializable, com.vmware.vapi.bindings.StaticStructure
ApplianceManagement
class This structure contains the Spec required for
Appliance Management configurations.Modifier and Type | Class and Description |
---|---|
static class |
ApplianceManagement.Builder
Builder class for
ApplianceManagement . |
Modifier and Type | Field and Description |
---|---|
protected com.vmware.vapi.data.StructValue |
__dynamicStructureFields |
Modifier | Constructor and Description |
---|---|
|
ApplianceManagement()
Default constructor.
|
protected |
ApplianceManagement(com.vmware.vapi.data.StructValue __dynamicStructureFields) |
Modifier and Type | Method and Description |
---|---|
<T extends com.vmware.vapi.bindings.Structure> |
_convertTo(java.lang.Class<T> clazz) |
java.lang.String |
_getCanonicalName() |
static java.lang.String |
_getCanonicalTypeName()
Returns the canonical type name.
|
static com.vmware.vapi.bindings.type.StructType |
_getClassType()
WARNING: Internal method, subject to change in future versions.
|
com.vmware.vapi.data.StructValue |
_getDataValue() |
com.vmware.vapi.data.DataValue |
_getDynamicField(java.lang.String fieldName) |
java.util.Set<java.lang.String> |
_getDynamicFieldNames() |
com.vmware.vapi.bindings.type.StructType |
_getType() |
boolean |
_hasTypeNameOf(java.lang.Class<? extends com.vmware.vapi.bindings.Structure> clazz) |
static ApplianceManagement |
_newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static ApplianceManagement |
_newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
void |
_setDynamicField(java.lang.String fieldName,
com.vmware.vapi.data.DataValue fieldValue) |
protected void |
_updateDataValue(com.vmware.vapi.data.StructValue structValue) |
void |
_validate() |
boolean |
equals(java.lang.Object obj) |
AccessSettings |
getAccessSettings()
AccessSettings of vCenter.
|
java.util.List<BackupSchedule> |
getBackupSchedules()
Backup schedule of vCenter.
|
Ceip |
getCeip()
CEIP (Customer Experience Improvement Program) enabled state.
|
DatetimeConfig |
getDatetimeConfig()
Date Time Configuration of vCenter.
|
ApplianceNetwork |
getNetwork()
Network configurations to be applied.
|
Smtp |
getSmtp()
The
LocalAccounts interface provides methods to manage local user
account. |
SoftwareUpdatePolicy |
getSoftwareUpdatePolicy()
Policy to update vCenter.
|
java.util.List<LogForwarding> |
getSyslog()
The
syslog interface provides methods to manage forwarding of log
messages to remote logging servers. |
UserAccountSettings |
getUserAccountSettings()
User Account Settings of vCenter.
|
int |
hashCode() |
void |
setAccessSettings(AccessSettings accessSettings)
AccessSettings of vCenter.
|
void |
setBackupSchedules(java.util.List<BackupSchedule> backupSchedules)
Backup schedule of vCenter.
|
void |
setCeip(Ceip ceip)
CEIP (Customer Experience Improvement Program) enabled state.
|
void |
setDatetimeConfig(DatetimeConfig datetimeConfig)
Date Time Configuration of vCenter.
|
void |
setNetwork(ApplianceNetwork network)
Network configurations to be applied.
|
void |
setSmtp(Smtp smtp)
The
LocalAccounts interface provides methods to manage local user
account. |
void |
setSoftwareUpdatePolicy(SoftwareUpdatePolicy softwareUpdatePolicy)
Policy to update vCenter.
|
void |
setSyslog(java.util.List<LogForwarding> syslog)
The
syslog interface provides methods to manage forwarding of log
messages to remote logging servers. |
void |
setUserAccountSettings(UserAccountSettings userAccountSettings)
User Account Settings of vCenter.
|
java.lang.String |
toString() |
protected com.vmware.vapi.data.StructValue __dynamicStructureFields
public ApplianceManagement()
protected ApplianceManagement(com.vmware.vapi.data.StructValue __dynamicStructureFields)
public SoftwareUpdatePolicy getSoftwareUpdatePolicy()
Set
if the SoftwareUpdatePolicy is set inside vCenter.public void setSoftwareUpdatePolicy(SoftwareUpdatePolicy softwareUpdatePolicy)
Set
if the SoftwareUpdatePolicy is set inside vCenter.softwareUpdatePolicy
- New value for the property.public java.util.List<BackupSchedule> getBackupSchedules()
Set
if the Backup is schedule for vCenterpublic void setBackupSchedules(java.util.List<BackupSchedule> backupSchedules)
Set
if the Backup is schedule for vCenterbackupSchedules
- New value for the property.public AccessSettings getAccessSettings()
public void setAccessSettings(AccessSettings accessSettings)
accessSettings
- New value for the property.public DatetimeConfig getDatetimeConfig()
Set
if access settings are set for vCenterpublic void setDatetimeConfig(DatetimeConfig datetimeConfig)
Set
if access settings are set for vCenterdatetimeConfig
- New value for the property.public java.util.List<LogForwarding> getSyslog()
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.public void 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 UserAccountSettings getUserAccountSettings()
public void setUserAccountSettings(UserAccountSettings userAccountSettings)
userAccountSettings
- New value for the property.public Smtp getSmtp()
LocalAccounts
interface provides methods to manage local user
account.public void setSmtp(Smtp smtp)
LocalAccounts
interface provides methods to manage local user
account.smtp
- New value for the property.public ApplianceNetwork getNetwork()
Set
if the network configurations are set in vCenter.public void setNetwork(ApplianceNetwork network)
Set
if the network configurations are set in vCenter.network
- New value for the property.public Ceip getCeip()
Set
if ceip are set in vcenter.public void setCeip(Ceip ceip)
Set
if ceip are set in vcenter.ceip
- New value for the property.public com.vmware.vapi.bindings.type.StructType _getType()
_getType
in interface com.vmware.vapi.bindings.StaticStructure
public com.vmware.vapi.data.StructValue _getDataValue()
_getDataValue
in interface com.vmware.vapi.bindings.Structure
protected void _updateDataValue(com.vmware.vapi.data.StructValue structValue)
public void _validate()
_validate
in interface com.vmware.vapi.bindings.StaticStructure
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in interface com.vmware.vapi.bindings.StaticStructure
toString
in class java.lang.Object
public boolean _hasTypeNameOf(java.lang.Class<? extends com.vmware.vapi.bindings.Structure> clazz)
_hasTypeNameOf
in interface com.vmware.vapi.bindings.Structure
public <T extends com.vmware.vapi.bindings.Structure> T _convertTo(java.lang.Class<T> clazz)
_convertTo
in interface com.vmware.vapi.bindings.Structure
public void _setDynamicField(java.lang.String fieldName, com.vmware.vapi.data.DataValue fieldValue)
_setDynamicField
in interface com.vmware.vapi.bindings.StaticStructure
public com.vmware.vapi.data.DataValue _getDynamicField(java.lang.String fieldName)
_getDynamicField
in interface com.vmware.vapi.bindings.StaticStructure
public java.util.Set<java.lang.String> _getDynamicFieldNames()
_getDynamicFieldNames
in interface com.vmware.vapi.bindings.StaticStructure
public static com.vmware.vapi.bindings.type.StructType _getClassType()
StructType
instance representing the static bindings
type for this Structure
.public java.lang.String _getCanonicalName()
_getCanonicalName
in interface com.vmware.vapi.bindings.Structure
public static java.lang.String _getCanonicalTypeName()
_getCanonicalName()
.public static ApplianceManagement _newInstance(com.vmware.vapi.data.StructValue structValue)
structValue
- the source of the data contained in the binding object. Could
contain more data than fields of this class can describe i.e.
newer version of the binding object. Could be null.StructType
public static ApplianceManagement _newInstance2(com.vmware.vapi.data.StructValue structValue)