Interface NodePoolAutoConfigOrBuilder (2.10.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.v1.NetworkTags network_tags = 1;

Returns
Type Description
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.v1.NetworkTags network_tags = 1;

Returns
Type Description
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.v1.NetworkTags network_tags = 1;

Returns
Type Description
boolean

Whether the networkTags field is set.