| Package | Description |
|---|---|
| com.vmware.nsx_global_policy.model |
| Modifier and Type | Method and Description |
|---|---|
static ALBHTTPStatusRange |
ALBHTTPStatusRange._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 ALBHTTPStatusRange |
ALBHTTPStatusRange._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
ALBHTTPStatusRange |
ALBHTTPStatusRange.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ALBHTTPStatusRange> |
ALBHTTPStatusMatch.getRanges()
HTTP response status code range(s).
|
java.util.List<ALBHTTPStatusRange> |
ALBHTTPReselectRespCode.getRanges()
HTTP response code ranges to match.
|
java.util.List<ALBHTTPStatusRange> |
ALBAnalyticsProfile.getRanges()
List of HTTP status code ranges to be excluded from being classified as an
error.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ALBHTTPStatusMatch.setRanges(java.util.List<ALBHTTPStatusRange> ranges)
HTTP response status code range(s).
|
ALBHTTPStatusMatch.Builder |
ALBHTTPStatusMatch.Builder.setRanges(java.util.List<ALBHTTPStatusRange> ranges)
HTTP response status code range(s).
|
void |
ALBHTTPReselectRespCode.setRanges(java.util.List<ALBHTTPStatusRange> ranges)
HTTP response code ranges to match.
|
ALBHTTPReselectRespCode.Builder |
ALBHTTPReselectRespCode.Builder.setRanges(java.util.List<ALBHTTPStatusRange> ranges)
HTTP response code ranges to match.
|
void |
ALBAnalyticsProfile.setRanges(java.util.List<ALBHTTPStatusRange> ranges)
List of HTTP status code ranges to be excluded from being classified as an
error.
|
ALBAnalyticsProfile.Builder |
ALBAnalyticsProfile.Builder.setRanges(java.util.List<ALBHTTPStatusRange> ranges)
List of HTTP status code ranges to be excluded from being classified as an
error.
|