| Package | Description |
|---|---|
| com.vmware.nsx_policy.model |
| Modifier and Type | Method and Description |
|---|---|
static PolicySubAttributes |
PolicySubAttributes._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 PolicySubAttributes |
PolicySubAttributes._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
PolicySubAttributes |
PolicySubAttributes.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PolicySubAttributes> |
PolicyCustomAttributes.getSubAttributes()
Reference to sub attributes for the attribute
|
java.util.List<PolicySubAttributes> |
PolicyAttributes.getSubAttributes()
Reference to sub attributes for the attribute
|
java.util.List<PolicySubAttributes> |
L7AccessAttributes.getSubAttributes()
Reference to sub attributes for the attribute
|
| Modifier and Type | Method and Description |
|---|---|
void |
PolicyCustomAttributes.setSubAttributes(java.util.List<PolicySubAttributes> subAttributes)
Reference to sub attributes for the attribute
|
PolicyCustomAttributes.Builder |
PolicyCustomAttributes.Builder.setSubAttributes(java.util.List<PolicySubAttributes> subAttributes)
Reference to sub attributes for the attribute
|
void |
PolicyAttributes.setSubAttributes(java.util.List<PolicySubAttributes> subAttributes)
Reference to sub attributes for the attribute
|
PolicyAttributes.Builder |
PolicyAttributes.Builder.setSubAttributes(java.util.List<PolicySubAttributes> subAttributes)
Reference to sub attributes for the attribute
|
void |
L7AccessAttributes.setSubAttributes(java.util.List<PolicySubAttributes> subAttributes)
Reference to sub attributes for the attribute
|
L7AccessAttributes.Builder |
L7AccessAttributes.Builder.setSubAttributes(java.util.List<PolicySubAttributes> subAttributes)
Reference to sub attributes for the attribute
|