| Package | Description |
|---|---|
| com.vmware.nsx_global_policy.model |
| Modifier and Type | Method and Description |
|---|---|
static ALBHdrMatch |
ALBHdrMatch._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 ALBHdrMatch |
ALBHdrMatch._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
ALBHdrMatch |
ALBHdrMatch.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ALBHdrMatch> |
ALBResponseMatchTarget.getHdrs()
Configure HTTP headers.
|
java.util.List<ALBHdrMatch> |
ALBMatchTarget.getHdrs()
Configure HTTP header(s).
|
java.util.List<ALBHdrMatch> |
ALBResponseMatchTarget.getRspHdrs()
Configure the HTTP headers in response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ALBResponseMatchTarget.setHdrs(java.util.List<ALBHdrMatch> hdrs)
Configure HTTP headers.
|
ALBResponseMatchTarget.Builder |
ALBResponseMatchTarget.Builder.setHdrs(java.util.List<ALBHdrMatch> hdrs)
Configure HTTP headers.
|
void |
ALBMatchTarget.setHdrs(java.util.List<ALBHdrMatch> hdrs)
Configure HTTP header(s).
|
ALBMatchTarget.Builder |
ALBMatchTarget.Builder.setHdrs(java.util.List<ALBHdrMatch> hdrs)
Configure HTTP header(s).
|
void |
ALBResponseMatchTarget.setRspHdrs(java.util.List<ALBHdrMatch> rspHdrs)
Configure the HTTP headers in response.
|
ALBResponseMatchTarget.Builder |
ALBResponseMatchTarget.Builder.setRspHdrs(java.util.List<ALBHdrMatch> rspHdrs)
Configure the HTTP headers in response.
|