public class EditLoadBalancerMonitorOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description |
|---|---|
static class |
EditLoadBalancerMonitorOptions.Builder
Builder.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
allowInsecure()
Gets the allowInsecure.
|
String |
description()
Gets the description.
|
String |
expectedBody()
Gets the expectedBody.
|
String |
expectedCodes()
Gets the expectedCodes.
|
Boolean |
followRedirects()
Gets the followRedirects.
|
Long |
interval()
Gets the interval.
|
String |
method()
Gets the method.
|
String |
monitorIdentifier()
Gets the monitorIdentifier.
|
EditLoadBalancerMonitorOptions.Builder |
newBuilder()
New builder.
|
String |
path()
Gets the path.
|
Long |
port()
Gets the port.
|
Long |
retries()
Gets the retries.
|
Long |
timeout()
Gets the timeout.
|
String |
type()
Gets the type.
|
public EditLoadBalancerMonitorOptions.Builder newBuilder()
public String monitorIdentifier()
public String type()
public String description()
public String method()
public Long port()
public String path()
public Long timeout()
public Long retries()
public Long interval()
public String expectedCodes()
public Boolean followRedirects()
public String expectedBody()
public Boolean allowInsecure()
Copyright © 2023 IBM Cloud Networking Services. All rights reserved.