Class NodeNetworkConfig.NetworkPerformanceConfig (2.45.0)

public static final class NodeNetworkConfig.NetworkPerformanceConfig extends GeneratedMessageV3 implements NodeNetworkConfig.NetworkPerformanceConfigOrBuilder

Configuration of all network bandwidth tiers

Protobuf type google.container.v1beta1.NodeNetworkConfig.NetworkPerformanceConfig

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > NodeNetworkConfig.NetworkPerformanceConfig

Static Fields

EXTERNAL_IP_EGRESS_BANDWIDTH_TIER_FIELD_NUMBER

public static final int EXTERNAL_IP_EGRESS_BANDWIDTH_TIER_FIELD_NUMBER
Field Value
Type Description
int

TOTAL_EGRESS_BANDWIDTH_TIER_FIELD_NUMBER

public static final int TOTAL_EGRESS_BANDWIDTH_TIER_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static NodeNetworkConfig.NetworkPerformanceConfig getDefaultInstance()
Returns
Type Description
NodeNetworkConfig.NetworkPerformanceConfig

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static NodeNetworkConfig.NetworkPerformanceConfig.Builder newBuilder()
Returns
Type Description
NodeNetworkConfig.NetworkPerformanceConfig.Builder

newBuilder(NodeNetworkConfig.NetworkPerformanceConfig prototype)

public static NodeNetworkConfig.NetworkPerformanceConfig.Builder newBuilder(NodeNetworkConfig.NetworkPerformanceConfig prototype)
Parameter
Name Description
prototype NodeNetworkConfig.NetworkPerformanceConfig
Returns
Type Description
NodeNetworkConfig.NetworkPerformanceConfig.Builder

parseDelimitedFrom(InputStream input)

public static NodeNetworkConfig.NetworkPerformanceConfig parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
NodeNetworkConfig.NetworkPerformanceConfig
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static NodeNetworkConfig.NetworkPerformanceConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
NodeNetworkConfig.NetworkPerformanceConfig
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static NodeNetworkConfig.NetworkPerformanceConfig parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
NodeNetworkConfig.NetworkPerformanceConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static NodeNetworkConfig.NetworkPerformanceConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
NodeNetworkConfig.NetworkPerformanceConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static NodeNetworkConfig.NetworkPerformanceConfig parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
NodeNetworkConfig.NetworkPerformanceConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static NodeNetworkConfig.NetworkPerformanceConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
NodeNetworkConfig.NetworkPerformanceConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static NodeNetworkConfig.NetworkPerformanceConfig parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
NodeNetworkConfig.NetworkPerformanceConfig
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static NodeNetworkConfig.NetworkPerformanceConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
NodeNetworkConfig.NetworkPerformanceConfig
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static NodeNetworkConfig.NetworkPerformanceConfig parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
NodeNetworkConfig.NetworkPerformanceConfig
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static NodeNetworkConfig.NetworkPerformanceConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
NodeNetworkConfig.NetworkPerformanceConfig
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static NodeNetworkConfig.NetworkPerformanceConfig parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
NodeNetworkConfig.NetworkPerformanceConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static NodeNetworkConfig.NetworkPerformanceConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
NodeNetworkConfig.NetworkPerformanceConfig
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<NodeNetworkConfig.NetworkPerformanceConfig> parser()
Returns
Type Description
Parser<NetworkPerformanceConfig>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public NodeNetworkConfig.NetworkPerformanceConfig getDefaultInstanceForType()
Returns
Type Description
NodeNetworkConfig.NetworkPerformanceConfig

getExternalIpEgressBandwidthTier()

public NodeNetworkConfig.NetworkPerformanceConfig.Tier getExternalIpEgressBandwidthTier()

Specifies the network bandwidth tier for the NodePool for traffic to external/public IP addresses.

optional .google.container.v1beta1.NodeNetworkConfig.NetworkPerformanceConfig.Tier external_ip_egress_bandwidth_tier = 2;

Returns
Type Description
NodeNetworkConfig.NetworkPerformanceConfig.Tier

The externalIpEgressBandwidthTier.

getExternalIpEgressBandwidthTierValue()

public int getExternalIpEgressBandwidthTierValue()

Specifies the network bandwidth tier for the NodePool for traffic to external/public IP addresses.

optional .google.container.v1beta1.NodeNetworkConfig.NetworkPerformanceConfig.Tier external_ip_egress_bandwidth_tier = 2;

Returns
Type Description
int

The enum numeric value on the wire for externalIpEgressBandwidthTier.

getParserForType()

public Parser<NodeNetworkConfig.NetworkPerformanceConfig> getParserForType()
Returns
Type Description
Parser<NetworkPerformanceConfig>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getTotalEgressBandwidthTier()

public NodeNetworkConfig.NetworkPerformanceConfig.Tier getTotalEgressBandwidthTier()

Specifies the total network bandwidth tier for the NodePool.

optional .google.container.v1beta1.NodeNetworkConfig.NetworkPerformanceConfig.Tier total_egress_bandwidth_tier = 1;

Returns
Type Description
NodeNetworkConfig.NetworkPerformanceConfig.Tier

The totalEgressBandwidthTier.

getTotalEgressBandwidthTierValue()

public int getTotalEgressBandwidthTierValue()

Specifies the total network bandwidth tier for the NodePool.

optional .google.container.v1beta1.NodeNetworkConfig.NetworkPerformanceConfig.Tier total_egress_bandwidth_tier = 1;

Returns
Type Description
int

The enum numeric value on the wire for totalEgressBandwidthTier.

hasExternalIpEgressBandwidthTier()

public boolean hasExternalIpEgressBandwidthTier()

Specifies the network bandwidth tier for the NodePool for traffic to external/public IP addresses.

optional .google.container.v1beta1.NodeNetworkConfig.NetworkPerformanceConfig.Tier external_ip_egress_bandwidth_tier = 2;

Returns
Type Description
boolean

Whether the externalIpEgressBandwidthTier field is set.

hasTotalEgressBandwidthTier()

public boolean hasTotalEgressBandwidthTier()

Specifies the total network bandwidth tier for the NodePool.

optional .google.container.v1beta1.NodeNetworkConfig.NetworkPerformanceConfig.Tier total_egress_bandwidth_tier = 1;

Returns
Type Description
boolean

Whether the totalEgressBandwidthTier field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public NodeNetworkConfig.NetworkPerformanceConfig.Builder newBuilderForType()
Returns
Type Description
NodeNetworkConfig.NetworkPerformanceConfig.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected NodeNetworkConfig.NetworkPerformanceConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
NodeNetworkConfig.NetworkPerformanceConfig.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public NodeNetworkConfig.NetworkPerformanceConfig.Builder toBuilder()
Returns
Type Description
NodeNetworkConfig.NetworkPerformanceConfig.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException