Package com.google.container.v1beta1
Interface NodePoolAutoConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NodePoolAutoConfig
,NodePoolAutoConfig.Builder
public interface NodePoolAutoConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NetworkTags
getNetworkTags()
The list of instance tags applied to all nodes.NetworkTagsOrBuilder
getNetworkTagsOrBuilder()
The list of instance tags applied to all nodes.boolean
hasNetworkTags()
The list of instance tags applied to all nodes.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasNetworkTags
boolean hasNetworkTags()
The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster creation. Each tag within the list must comply with RFC1035.
.google.container.v1beta1.NetworkTags network_tags = 1;
- Returns:
- Whether the networkTags field is set.
-
getNetworkTags
NetworkTags getNetworkTags()
The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster creation. Each tag within the list must comply with RFC1035.
.google.container.v1beta1.NetworkTags network_tags = 1;
- Returns:
- The networkTags.
-
getNetworkTagsOrBuilder
NetworkTagsOrBuilder getNetworkTagsOrBuilder()
The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster creation. Each tag within the list must comply with RFC1035.
.google.container.v1beta1.NetworkTags network_tags = 1;
-
-