Interface NodePoolAutoConfigOrBuilder (2.5.0)

public interface NodePoolAutoConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNetworkTags()

public abstract 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
TypeDescription
NetworkTags

The networkTags.

getNetworkTagsOrBuilder()

public abstract 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;

Returns
TypeDescription
NetworkTagsOrBuilder

hasNetworkTags()

public abstract 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
TypeDescription
boolean

Whether the networkTags field is set.