public static interface V1beta1Extensions.IPBlockOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCidr()
CIDR is a string representing the IP Block
Valid examples are "192.168.1.1/24" or "2001:db9::/64"
|
com.google.protobuf.ByteString |
getCidrBytes()
CIDR is a string representing the IP Block
Valid examples are "192.168.1.1/24" or "2001:db9::/64"
|
String |
getExcept(int index)
Except is a slice of CIDRs that should not be included within an IP Block
Valid examples are "192.168.1.1/24" or "2001:db9::/64"
Except values will be rejected if they are outside the CIDR range
+optional
|
com.google.protobuf.ByteString |
getExceptBytes(int index)
Except is a slice of CIDRs that should not be included within an IP Block
Valid examples are "192.168.1.1/24" or "2001:db9::/64"
Except values will be rejected if they are outside the CIDR range
+optional
|
int |
getExceptCount()
Except is a slice of CIDRs that should not be included within an IP Block
Valid examples are "192.168.1.1/24" or "2001:db9::/64"
Except values will be rejected if they are outside the CIDR range
+optional
|
List<String> |
getExceptList()
Except is a slice of CIDRs that should not be included within an IP Block
Valid examples are "192.168.1.1/24" or "2001:db9::/64"
Except values will be rejected if they are outside the CIDR range
+optional
|
boolean |
hasCidr()
CIDR is a string representing the IP Block
Valid examples are "192.168.1.1/24" or "2001:db9::/64"
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCidr()
CIDR is a string representing the IP Block Valid examples are "192.168.1.1/24" or "2001:db9::/64"
optional string cidr = 1;String getCidr()
CIDR is a string representing the IP Block Valid examples are "192.168.1.1/24" or "2001:db9::/64"
optional string cidr = 1;com.google.protobuf.ByteString getCidrBytes()
CIDR is a string representing the IP Block Valid examples are "192.168.1.1/24" or "2001:db9::/64"
optional string cidr = 1;List<String> getExceptList()
Except is a slice of CIDRs that should not be included within an IP Block Valid examples are "192.168.1.1/24" or "2001:db9::/64" Except values will be rejected if they are outside the CIDR range +optional
repeated string except = 2;int getExceptCount()
Except is a slice of CIDRs that should not be included within an IP Block Valid examples are "192.168.1.1/24" or "2001:db9::/64" Except values will be rejected if they are outside the CIDR range +optional
repeated string except = 2;String getExcept(int index)
Except is a slice of CIDRs that should not be included within an IP Block Valid examples are "192.168.1.1/24" or "2001:db9::/64" Except values will be rejected if they are outside the CIDR range +optional
repeated string except = 2;com.google.protobuf.ByteString getExceptBytes(int index)
Except is a slice of CIDRs that should not be included within an IP Block Valid examples are "192.168.1.1/24" or "2001:db9::/64" Except values will be rejected if they are outside the CIDR range +optional
repeated string except = 2;Copyright © 2023. All rights reserved.