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 Impact |
Impact._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 Impact |
Impact._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
Impact |
Impact.Builder.build() |
Impact |
CheckResult.getImpact()
Overall Impact.
|
Modifier and Type | Method and Description |
---|---|
void |
CheckResult.setImpact(Impact impact)
Overall Impact.
|
Constructor and Description |
---|
Builder(Impact impact,
java.util.Calendar startTime,
java.lang.String profile,
java.lang.String version,
java.util.Set<java.lang.String> valid,
java.util.Set<java.lang.String> invalid)
Constructor with parameters for the required properties of
CheckResult . |