Class NodeNetworkConfig.NetworkPerformanceConfig (2.63.0)

publicstaticfinalclassNodeNetworkConfig.NetworkPerformanceConfigextendsGeneratedMessageV3implementsNodeNetworkConfig.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

publicstaticfinalintEXTERNAL_IP_EGRESS_BANDWIDTH_TIER_FIELD_NUMBER
Field Value
TypeDescription
int

TOTAL_EGRESS_BANDWIDTH_TIER_FIELD_NUMBER

publicstaticfinalintTOTAL_EGRESS_BANDWIDTH_TIER_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

publicstaticNodeNetworkConfig.NetworkPerformanceConfiggetDefaultInstance()
Returns
TypeDescription
NodeNetworkConfig.NetworkPerformanceConfig

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

publicstaticNodeNetworkConfig.NetworkPerformanceConfig.BuildernewBuilder()
Returns
TypeDescription
NodeNetworkConfig.NetworkPerformanceConfig.Builder

newBuilder(NodeNetworkConfig.NetworkPerformanceConfig prototype)

publicstaticNodeNetworkConfig.NetworkPerformanceConfig.BuildernewBuilder(NodeNetworkConfig.NetworkPerformanceConfigprototype)
Parameter
NameDescription
prototypeNodeNetworkConfig.NetworkPerformanceConfig
Returns
TypeDescription
NodeNetworkConfig.NetworkPerformanceConfig.Builder

parseDelimitedFrom(InputStream input)

publicstaticNodeNetworkConfig.NetworkPerformanceConfigparseDelimitedFrom(InputStreaminput)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
NodeNetworkConfig.NetworkPerformanceConfig
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticNodeNetworkConfig.NetworkPerformanceConfigparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
NodeNetworkConfig.NetworkPerformanceConfig
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

publicstaticNodeNetworkConfig.NetworkPerformanceConfigparseFrom(byte[]data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
NodeNetworkConfig.NetworkPerformanceConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

publicstaticNodeNetworkConfig.NetworkPerformanceConfigparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
NodeNetworkConfig.NetworkPerformanceConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

publicstaticNodeNetworkConfig.NetworkPerformanceConfigparseFrom(ByteStringdata)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
NodeNetworkConfig.NetworkPerformanceConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

publicstaticNodeNetworkConfig.NetworkPerformanceConfigparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
NodeNetworkConfig.NetworkPerformanceConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

publicstaticNodeNetworkConfig.NetworkPerformanceConfigparseFrom(CodedInputStreaminput)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
NodeNetworkConfig.NetworkPerformanceConfig
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticNodeNetworkConfig.NetworkPerformanceConfigparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
NodeNetworkConfig.NetworkPerformanceConfig
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

publicstaticNodeNetworkConfig.NetworkPerformanceConfigparseFrom(InputStreaminput)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
NodeNetworkConfig.NetworkPerformanceConfig
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticNodeNetworkConfig.NetworkPerformanceConfigparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
NodeNetworkConfig.NetworkPerformanceConfig
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

publicstaticNodeNetworkConfig.NetworkPerformanceConfigparseFrom(ByteBufferdata)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
NodeNetworkConfig.NetworkPerformanceConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

publicstaticNodeNetworkConfig.NetworkPerformanceConfigparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
NodeNetworkConfig.NetworkPerformanceConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

publicstaticParser<NodeNetworkConfig.NetworkPerformanceConfig>parser()
Returns
TypeDescription
Parser<NetworkPerformanceConfig>

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

publicNodeNetworkConfig.NetworkPerformanceConfiggetDefaultInstanceForType()
Returns
TypeDescription
NodeNetworkConfig.NetworkPerformanceConfig

getExternalIpEgressBandwidthTier()

publicNodeNetworkConfig.NetworkPerformanceConfig.TiergetExternalIpEgressBandwidthTier()

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
TypeDescription
NodeNetworkConfig.NetworkPerformanceConfig.Tier

The externalIpEgressBandwidthTier.

getExternalIpEgressBandwidthTierValue()

publicintgetExternalIpEgressBandwidthTierValue()

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

The enum numeric value on the wire for externalIpEgressBandwidthTier.

getParserForType()

publicParser<NodeNetworkConfig.NetworkPerformanceConfig>getParserForType()
Returns
TypeDescription
Parser<NetworkPerformanceConfig>
Overrides

getSerializedSize()

publicintgetSerializedSize()
Returns
TypeDescription
int
Overrides

getTotalEgressBandwidthTier()

publicNodeNetworkConfig.NetworkPerformanceConfig.TiergetTotalEgressBandwidthTier()

Specifies the total network bandwidth tier for the NodePool.

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

Returns
TypeDescription
NodeNetworkConfig.NetworkPerformanceConfig.Tier

The totalEgressBandwidthTier.

getTotalEgressBandwidthTierValue()

publicintgetTotalEgressBandwidthTierValue()

Specifies the total network bandwidth tier for the NodePool.

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

Returns
TypeDescription
int

The enum numeric value on the wire for totalEgressBandwidthTier.

hasExternalIpEgressBandwidthTier()

publicbooleanhasExternalIpEgressBandwidthTier()

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

Whether the externalIpEgressBandwidthTier field is set.

hasTotalEgressBandwidthTier()

publicbooleanhasTotalEgressBandwidthTier()

Specifies the total network bandwidth tier for the NodePool.

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

Returns
TypeDescription
boolean

Whether the totalEgressBandwidthTier field is set.

hashCode()

publicinthashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

publicNodeNetworkConfig.NetworkPerformanceConfig.BuildernewBuilderForType()
Returns
TypeDescription
NodeNetworkConfig.NetworkPerformanceConfig.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protectedNodeNetworkConfig.NetworkPerformanceConfig.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
NodeNetworkConfig.NetworkPerformanceConfig.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

publicNodeNetworkConfig.NetworkPerformanceConfig.BuildertoBuilder()
Returns
TypeDescription
NodeNetworkConfig.NetworkPerformanceConfig.Builder

writeTo(CodedOutputStream output)

publicvoidwriteTo(CodedOutputStreamoutput)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException