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 | Method and Description |
---|---|
static Notifications |
Notifications._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 Notifications |
Notifications._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
Notifications |
Notifications.Builder.build() |
Notifications |
ConfigTypes.ApplyResult.getNotifications()
Notifications providing additional information about the status of the method.
|
Notifications |
Impact.getNotifications()
Notifications returned by the validation operation.
|
Notifications |
ScanResult.getNotifications()
Notifications returned by the scan operation.
|
Notifications |
TaskInfo.getNotifications()
Notifications to the user.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigTypes.ApplyResult.setNotifications(Notifications notifications)
Notifications providing additional information about the status of the method.
|
void |
Impact.setNotifications(Notifications notifications)
Notifications returned by the validation operation.
|
void |
ScanResult.setNotifications(Notifications notifications)
Notifications returned by the scan operation.
|
void |
TaskInfo.setNotifications(Notifications notifications)
Notifications to the user.
|
TaskInfo.Builder |
TaskInfo.Builder.setNotifications(Notifications notifications)
Notifications to the user.
|
Constructor and Description |
---|
Builder(ApplyImpact applyImpact,
java.util.List<LocalizableMessage> message,
StatusType status,
Notifications notifications)
Constructor with parameters for the required properties of
Impact . |
Builder(ConfigTypes.ApplyStatus status,
java.util.Calendar startTime,
Notifications notifications,
java.lang.String profile,
java.lang.String version,
java.util.Set<java.lang.String> success,
java.util.Set<java.lang.String> failed,
java.util.Set<java.lang.String> skipped)
Constructor with parameters for the required properties of
ConfigTypes.ApplyResult . |
Builder(ScanResult.ComplianceStatus status,
Notifications notifications,
java.util.Calendar startTime,
java.lang.String profile,
java.lang.String version,
java.util.Set<java.lang.String> compliant,
java.util.Set<java.lang.String> nonCompliant,
java.util.Set<java.lang.String> unavailable,
java.util.Map<java.lang.String,ComplianceResult> complianceResult)
Constructor with parameters for the required properties of
ScanResult . |