Package | Description |
---|---|
com.vmware.vcenter.deployment |
Modifier and Type | Method and Description |
---|---|
static SourceInfo |
SourceInfo._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 SourceInfo |
SourceInfo._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
SourceInfo |
SourceInfo.Builder.build() |
SourceInfo |
CheckInfo.getSourceInfo()
Information collected from the source machine.
|
Modifier and Type | Method and Description |
---|---|
void |
CheckInfo.setSourceInfo(SourceInfo sourceInfo)
Information collected from the source machine.
|
CheckInfo.Builder |
CheckInfo.Builder.setSourceInfo(SourceInfo sourceInfo)
Information collected from the source machine.
|