Package io.kubernetes.client.proto
Interface V1beta1Extensions.IPBlockOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1beta1Extensions.IPBlock
,V1beta1Extensions.IPBlock.Builder
- Enclosing class:
- V1beta1Extensions
public static interface V1beta1Extensions.IPBlockOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCidr()
CIDR is a string representing the IP Block Valid examples are "192.168.1.1/24" or "2001:db9::/64"com.google.protobuf.ByteString
CIDR is a string representing the IP Block Valid examples are "192.168.1.1/24" or "2001:db9::/64"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 +optionalcom.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 +optionalint
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 +optionalExcept 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 +optionalboolean
hasCidr()
CIDR is a string representing the IP Block Valid examples are "192.168.1.1/24" or "2001:db9::/64"Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasCidr
boolean 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;
-
getCidr
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;
-
getCidrBytes
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;
-
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;
-
getExceptCount
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;
-
getExcept
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;
-
getExceptBytes
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;
-