| Package | Description |
|---|---|
| com.vmware.nsx_global_policy.model |
| Modifier and Type | Method and Description |
|---|---|
static CommunicationEntry |
CommunicationEntry._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 CommunicationEntry |
CommunicationEntry._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
CommunicationEntry |
CommunicationEntry.Builder.build() |
CommunicationEntry |
ChildCommunicationEntry.getCommunicationEntry() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CommunicationEntry> |
CommunicationMap.getCommunicationEntries()
CommunicationEntries that are a part of this CommunicationMap
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChildCommunicationEntry.setCommunicationEntry(CommunicationEntry communicationEntry) |
ChildCommunicationEntry.Builder |
ChildCommunicationEntry.Builder.setCommunicationEntry(CommunicationEntry communicationEntry) |
| Modifier and Type | Method and Description |
|---|---|
void |
CommunicationMap.setCommunicationEntries(java.util.List<CommunicationEntry> communicationEntries)
CommunicationEntries that are a part of this CommunicationMap
|
CommunicationMap.Builder |
CommunicationMap.Builder.setCommunicationEntries(java.util.List<CommunicationEntry> communicationEntries)
CommunicationEntries that are a part of this CommunicationMap
|