| Package | Description |
|---|---|
| com.vmware.vapi.metadata |
The
com.vmware.vapi.metadata package provides metadata interfaces. |
| Modifier and Type | Method and Description |
|---|---|
SourceInfo.Builder |
SourceInfo.Builder.setFileName(String fileName)
Name of the metadata source file
This property is optional and it is only relevant when the value of
getType() is SourceType.FILE. |
SourceInfo.Builder |
SourceInfo.Builder.setMsgProtocol(String msgProtocol)
Message protocol to be used
This property is optional and it is only relevant when the value of
getType() is SourceType.REMOTE. |
SourceInfo.Builder |
SourceInfo.Builder.setRemoteAddr(String remoteAddr)
Address of the remote metadata source
This property is optional and it is only relevant when the value of
getType() is SourceType.REMOTE. |
Copyright © 2016. All Rights Reserved.