@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-19T10:47:33.387Z[Etc/UTC]") public class V1IPBlock extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_CIDR |
static String |
SERIALIZED_NAME_EXCEPT |
Constructor and Description |
---|
V1IPBlock() |
Modifier and Type | Method and Description |
---|---|
V1IPBlock |
addExceptItem(String exceptItem) |
V1IPBlock |
cidr(String cidr) |
boolean |
equals(Object o) |
V1IPBlock |
except(List<String> except) |
String |
getCidr()
CIDR is a string representing the IP Block Valid examples are \"192.168.1.1/24\"
|
List<String> |
getExcept()
Except is a slice of CIDRs that should not be included within an IP Block Valid examples are
\"192.168.1.1/24\" Except values will be rejected if they are outside the CIDR range
|
int |
hashCode() |
void |
setCidr(String cidr) |
void |
setExcept(List<String> except) |
String |
toString() |
public static final String SERIALIZED_NAME_CIDR
public static final String SERIALIZED_NAME_EXCEPT
public String getCidr()
public void setCidr(String cidr)
@Nullable public List<String> getExcept()
Copyright © 2020. All rights reserved.