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

Returns
TypeDescription
NetworkTagsOrBuilder

getResourceManagerTags()

public abstract ResourceManagerTags getResourceManagerTags()

Resource manager tag keys and values to be attached to the nodes for managing Compute Engine firewalls using Network Firewall Policies.

.google.container.v1.ResourceManagerTags resource_manager_tags = 2;

Returns
TypeDescription
ResourceManagerTags

The resourceManagerTags.

getResourceManagerTagsOrBuilder()

public abstract ResourceManagerTagsOrBuilder getResourceManagerTagsOrBuilder()

Resource manager tag keys and values to be attached to the nodes for managing Compute Engine firewalls using Network Firewall Policies.

.google.container.v1.ResourceManagerTags resource_manager_tags = 2;

Returns
TypeDescription
ResourceManagerTagsOrBuilder

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

Whether the networkTags field is set.

hasResourceManagerTags()

public abstract boolean hasResourceManagerTags()

Resource manager tag keys and values to be attached to the nodes for managing Compute Engine firewalls using Network Firewall Policies.

.google.container.v1.ResourceManagerTags resource_manager_tags = 2;

Returns
TypeDescription
boolean

Whether the resourceManagerTags field is set.