Package | Description |
---|---|
com.vmware.appliance.vcenter.settings.v1 |
The
com.vmware.appliance.vcenter.settings.v1 package provides interfaces
to manage the ConfigManagement. |
Modifier and Type | Field and Description |
---|---|
static ApplyImpact |
ApplyImpact.NO_IMPACT
Appliance has no impact.
|
static ApplyImpact |
ApplyImpact.REBOOT_REQUIRED
Appliance requires reboot to reach this target state.
|
static ApplyImpact |
ApplyImpact.RESTART_SERVICE
To reach the target state appliance requires services to restart.
|
Modifier and Type | Method and Description |
---|---|
ApplyImpact |
Impact.getApplyImpact()
Impact to the vCenter if the profile is applied.
|
static ApplyImpact |
ApplyImpact.valueOf(java.lang.String name)
Returns the enumeration constant for the specified name.
|
static ApplyImpact[] |
ApplyImpact.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
Modifier and Type | Method and Description |
---|---|
void |
Impact.setApplyImpact(ApplyImpact applyImpact)
Impact to the vCenter if the profile is applied.
|
Constructor and Description |
---|
Builder(ApplyImpact applyImpact,
java.util.List<LocalizableMessage> message,
StatusType status,
Notifications notifications)
Constructor with parameters for the required properties of
Impact . |