| Package | Description |
|---|---|
| com.vmware.vapi.metadata.authentication |
The
com.vmware.vapi.metadata.authentication package provides interfaces
that expose authentication information for operation elements across all the
service elements. |
| Modifier and Type | Method and Description |
|---|---|
static ComponentInfo |
ComponentInfo._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 ComponentInfo |
ComponentInfo._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
ComponentInfo |
ComponentInfo.Builder.build() |
ComponentInfo |
ComponentData.getInfo()
Authentication information of the component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentData.setInfo(ComponentInfo info)
Authentication information of the component.
|
| Constructor and Description |
|---|
Builder(ComponentInfo info,
java.lang.String fingerprint)
Constructor with parameters for the required properties of
ComponentData. |