Package | Description |
---|---|
com.vmware.appliance.infraprofile |
The
com.vmware.appliance.infraprofile package provides interfaces to
manage profile spec for the appliance |
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 |
ConfigsTypes.ValidationResult.getNotifications()
Notifications to the user
Only
Set if the notifications were reported by this particular
validation. |
Notifications |
TaskInfo.getNotifications()
Notifications to the user
Only
Set if the notifications were reported by this particular
task. |
Modifier and Type | Method and Description |
---|---|
void |
ConfigsTypes.ValidationResult.setNotifications(Notifications notifications)
Notifications to the user
Only
Set if the notifications were reported by this particular
validation. |
ConfigsTypes.ValidationResult.Builder |
ConfigsTypes.ValidationResult.Builder.setNotifications(Notifications notifications)
Notifications to the user
Only
Set if the notifications were reported by this particular
validation. |
void |
TaskInfo.setNotifications(Notifications notifications)
Notifications to the user
Only
Set if the notifications were reported by this particular
task. |
TaskInfo.Builder |
TaskInfo.Builder.setNotifications(Notifications notifications)
Notifications to the user
Only
Set if the notifications were reported by this particular
task. |