Package | Description |
---|---|
com.vmware.nsx_policy.model |
Modifier and Type | Method and Description |
---|---|
static L7AccessEntry |
L7AccessEntry._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 L7AccessEntry |
L7AccessEntry._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
L7AccessEntry |
L7AccessEntry.Builder.build() |
L7AccessEntry |
ChildL7AccessEntry.getL7AccessEntry() |
Modifier and Type | Method and Description |
---|---|
java.util.List<L7AccessEntry> |
L7AccessProfile.getL7AccessEntries()
Property containing L7 access entries for Policy L7 Access Profile.
|
Modifier and Type | Method and Description |
---|---|
void |
ChildL7AccessEntry.setL7AccessEntry(L7AccessEntry l7AccessEntry) |
ChildL7AccessEntry.Builder |
ChildL7AccessEntry.Builder.setL7AccessEntry(L7AccessEntry l7AccessEntry) |
Modifier and Type | Method and Description |
---|---|
void |
L7AccessProfile.setL7AccessEntries(java.util.List<L7AccessEntry> l7AccessEntries)
Property containing L7 access entries for Policy L7 Access Profile.
|
L7AccessProfile.Builder |
L7AccessProfile.Builder.setL7AccessEntries(java.util.List<L7AccessEntry> l7AccessEntries)
Property containing L7 access entries for Policy L7 Access Profile.
|