| Package | Description |
|---|---|
| com.vmware.nsx_global_policy.model |
| Modifier and Type | Method and Description |
|---|---|
static ALBHTTPHdrAction |
ALBHTTPHdrAction._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 ALBHTTPHdrAction |
ALBHTTPHdrAction._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
ALBHTTPHdrAction |
ALBHTTPHdrAction.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ALBHTTPHdrAction> |
ALBHTTPResponseRule.getHdrAction()
HTTP header rewrite action.
|
java.util.List<ALBHTTPHdrAction> |
ALBHTTPRequestRule.getHdrAction()
HTTP header rewrite action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ALBHTTPResponseRule.setHdrAction(java.util.List<ALBHTTPHdrAction> hdrAction)
HTTP header rewrite action.
|
ALBHTTPResponseRule.Builder |
ALBHTTPResponseRule.Builder.setHdrAction(java.util.List<ALBHTTPHdrAction> hdrAction)
HTTP header rewrite action.
|
void |
ALBHTTPRequestRule.setHdrAction(java.util.List<ALBHTTPHdrAction> hdrAction)
HTTP header rewrite action.
|
ALBHTTPRequestRule.Builder |
ALBHTTPRequestRule.Builder.setHdrAction(java.util.List<ALBHTTPHdrAction> hdrAction)
HTTP header rewrite action.
|