public static final class DestinationRuleOuterClass.TrafficPolicy extends com.google.protobuf.GeneratedMessageV3 implements DestinationRuleOuterClass.TrafficPolicyOrBuilder
Traffic policies to apply for a specific destination, across all destination ports. See DestinationRule for examples.Protobuf type
istio.networking.v1alpha3.TrafficPolicy| 限定符和类型 | 类和说明 |
|---|---|
static class |
DestinationRuleOuterClass.TrafficPolicy.Builder
Traffic policies to apply for a specific destination, across all
destination ports.
|
static class |
DestinationRuleOuterClass.TrafficPolicy.PortTrafficPolicy
Traffic policies that apply to specific ports of the service
Protobuf type
istio.networking.v1alpha3.TrafficPolicy.PortTrafficPolicy |
static interface |
DestinationRuleOuterClass.TrafficPolicy.PortTrafficPolicyOrBuilder |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| 限定符和类型 | 字段和说明 |
|---|---|
static int |
CONNECTION_POOL_FIELD_NUMBER |
static int |
LOAD_BALANCER_FIELD_NUMBER |
static int |
OUTLIER_DETECTION_FIELD_NUMBER |
static int |
PORT_LEVEL_SETTINGS_FIELD_NUMBER |
static int |
TLS_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
DestinationRuleOuterClass.ConnectionPoolSettings |
getConnectionPool()
Settings controlling the volume of connections to an upstream service
.istio.networking.v1alpha3.ConnectionPoolSettings connection_pool = 2; |
DestinationRuleOuterClass.ConnectionPoolSettingsOrBuilder |
getConnectionPoolOrBuilder()
Settings controlling the volume of connections to an upstream service
.istio.networking.v1alpha3.ConnectionPoolSettings connection_pool = 2; |
static DestinationRuleOuterClass.TrafficPolicy |
getDefaultInstance() |
DestinationRuleOuterClass.TrafficPolicy |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
DestinationRuleOuterClass.LoadBalancerSettings |
getLoadBalancer()
Settings controlling the load balancer algorithms.
|
DestinationRuleOuterClass.LoadBalancerSettingsOrBuilder |
getLoadBalancerOrBuilder()
Settings controlling the load balancer algorithms.
|
DestinationRuleOuterClass.OutlierDetection |
getOutlierDetection()
Settings controlling eviction of unhealthy hosts from the load balancing pool
.istio.networking.v1alpha3.OutlierDetection outlier_detection = 3; |
DestinationRuleOuterClass.OutlierDetectionOrBuilder |
getOutlierDetectionOrBuilder()
Settings controlling eviction of unhealthy hosts from the load balancing pool
.istio.networking.v1alpha3.OutlierDetection outlier_detection = 3; |
com.google.protobuf.Parser<DestinationRuleOuterClass.TrafficPolicy> |
getParserForType() |
DestinationRuleOuterClass.TrafficPolicy.PortTrafficPolicy |
getPortLevelSettings(int index)
Traffic policies specific to individual ports.
|
int |
getPortLevelSettingsCount()
Traffic policies specific to individual ports.
|
List<DestinationRuleOuterClass.TrafficPolicy.PortTrafficPolicy> |
getPortLevelSettingsList()
Traffic policies specific to individual ports.
|
DestinationRuleOuterClass.TrafficPolicy.PortTrafficPolicyOrBuilder |
getPortLevelSettingsOrBuilder(int index)
Traffic policies specific to individual ports.
|
List<? extends DestinationRuleOuterClass.TrafficPolicy.PortTrafficPolicyOrBuilder> |
getPortLevelSettingsOrBuilderList()
Traffic policies specific to individual ports.
|
int |
getSerializedSize() |
DestinationRuleOuterClass.ClientTLSSettings |
getTls()
TLS related settings for connections to the upstream service.
|
DestinationRuleOuterClass.ClientTLSSettingsOrBuilder |
getTlsOrBuilder()
TLS related settings for connections to the upstream service.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasConnectionPool()
Settings controlling the volume of connections to an upstream service
.istio.networking.v1alpha3.ConnectionPoolSettings connection_pool = 2; |
int |
hashCode() |
boolean |
hasLoadBalancer()
Settings controlling the load balancer algorithms.
|
boolean |
hasOutlierDetection()
Settings controlling eviction of unhealthy hosts from the load balancing pool
.istio.networking.v1alpha3.OutlierDetection outlier_detection = 3; |
boolean |
hasTls()
TLS related settings for connections to the upstream service.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static DestinationRuleOuterClass.TrafficPolicy.Builder |
newBuilder() |
static DestinationRuleOuterClass.TrafficPolicy.Builder |
newBuilder(DestinationRuleOuterClass.TrafficPolicy prototype) |
DestinationRuleOuterClass.TrafficPolicy.Builder |
newBuilderForType() |
protected DestinationRuleOuterClass.TrafficPolicy.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static DestinationRuleOuterClass.TrafficPolicy |
parseDelimitedFrom(InputStream input) |
static DestinationRuleOuterClass.TrafficPolicy |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DestinationRuleOuterClass.TrafficPolicy |
parseFrom(byte[] data) |
static DestinationRuleOuterClass.TrafficPolicy |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DestinationRuleOuterClass.TrafficPolicy |
parseFrom(ByteBuffer data) |
static DestinationRuleOuterClass.TrafficPolicy |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DestinationRuleOuterClass.TrafficPolicy |
parseFrom(com.google.protobuf.ByteString data) |
static DestinationRuleOuterClass.TrafficPolicy |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DestinationRuleOuterClass.TrafficPolicy |
parseFrom(com.google.protobuf.CodedInputStream input) |
static DestinationRuleOuterClass.TrafficPolicy |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DestinationRuleOuterClass.TrafficPolicy |
parseFrom(InputStream input) |
static DestinationRuleOuterClass.TrafficPolicy |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<DestinationRuleOuterClass.TrafficPolicy> |
parser() |
DestinationRuleOuterClass.TrafficPolicy.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTopublic static final int LOAD_BALANCER_FIELD_NUMBER
public static final int CONNECTION_POOL_FIELD_NUMBER
public static final int OUTLIER_DETECTION_FIELD_NUMBER
public static final int TLS_FIELD_NUMBER
public static final int PORT_LEVEL_SETTINGS_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance 在类中 com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields 在接口中 com.google.protobuf.MessageOrBuildergetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3public boolean hasLoadBalancer()
Settings controlling the load balancer algorithms.
.istio.networking.v1alpha3.LoadBalancerSettings load_balancer = 1;hasLoadBalancer 在接口中 DestinationRuleOuterClass.TrafficPolicyOrBuilderpublic DestinationRuleOuterClass.LoadBalancerSettings getLoadBalancer()
Settings controlling the load balancer algorithms.
.istio.networking.v1alpha3.LoadBalancerSettings load_balancer = 1;getLoadBalancer 在接口中 DestinationRuleOuterClass.TrafficPolicyOrBuilderpublic DestinationRuleOuterClass.LoadBalancerSettingsOrBuilder getLoadBalancerOrBuilder()
Settings controlling the load balancer algorithms.
.istio.networking.v1alpha3.LoadBalancerSettings load_balancer = 1;public boolean hasConnectionPool()
Settings controlling the volume of connections to an upstream service
.istio.networking.v1alpha3.ConnectionPoolSettings connection_pool = 2;hasConnectionPool 在接口中 DestinationRuleOuterClass.TrafficPolicyOrBuilderpublic DestinationRuleOuterClass.ConnectionPoolSettings getConnectionPool()
Settings controlling the volume of connections to an upstream service
.istio.networking.v1alpha3.ConnectionPoolSettings connection_pool = 2;getConnectionPool 在接口中 DestinationRuleOuterClass.TrafficPolicyOrBuilderpublic DestinationRuleOuterClass.ConnectionPoolSettingsOrBuilder getConnectionPoolOrBuilder()
Settings controlling the volume of connections to an upstream service
.istio.networking.v1alpha3.ConnectionPoolSettings connection_pool = 2;public boolean hasOutlierDetection()
Settings controlling eviction of unhealthy hosts from the load balancing pool
.istio.networking.v1alpha3.OutlierDetection outlier_detection = 3;hasOutlierDetection 在接口中 DestinationRuleOuterClass.TrafficPolicyOrBuilderpublic DestinationRuleOuterClass.OutlierDetection getOutlierDetection()
Settings controlling eviction of unhealthy hosts from the load balancing pool
.istio.networking.v1alpha3.OutlierDetection outlier_detection = 3;getOutlierDetection 在接口中 DestinationRuleOuterClass.TrafficPolicyOrBuilderpublic DestinationRuleOuterClass.OutlierDetectionOrBuilder getOutlierDetectionOrBuilder()
Settings controlling eviction of unhealthy hosts from the load balancing pool
.istio.networking.v1alpha3.OutlierDetection outlier_detection = 3;public boolean hasTls()
TLS related settings for connections to the upstream service.
.istio.networking.v1alpha3.ClientTLSSettings tls = 4;hasTls 在接口中 DestinationRuleOuterClass.TrafficPolicyOrBuilderpublic DestinationRuleOuterClass.ClientTLSSettings getTls()
TLS related settings for connections to the upstream service.
.istio.networking.v1alpha3.ClientTLSSettings tls = 4;getTls 在接口中 DestinationRuleOuterClass.TrafficPolicyOrBuilderpublic DestinationRuleOuterClass.ClientTLSSettingsOrBuilder getTlsOrBuilder()
TLS related settings for connections to the upstream service.
.istio.networking.v1alpha3.ClientTLSSettings tls = 4;public List<DestinationRuleOuterClass.TrafficPolicy.PortTrafficPolicy> getPortLevelSettingsList()
Traffic policies specific to individual ports. Note that port level settings will override the destination-level settings. Traffic settings specified at the destination-level will not be inherited when overridden by port-level settings, i.e. default values will be applied to fields omitted in port-level traffic policies.
repeated .istio.networking.v1alpha3.TrafficPolicy.PortTrafficPolicy port_level_settings = 5;public List<? extends DestinationRuleOuterClass.TrafficPolicy.PortTrafficPolicyOrBuilder> getPortLevelSettingsOrBuilderList()
Traffic policies specific to individual ports. Note that port level settings will override the destination-level settings. Traffic settings specified at the destination-level will not be inherited when overridden by port-level settings, i.e. default values will be applied to fields omitted in port-level traffic policies.
repeated .istio.networking.v1alpha3.TrafficPolicy.PortTrafficPolicy port_level_settings = 5;public int getPortLevelSettingsCount()
Traffic policies specific to individual ports. Note that port level settings will override the destination-level settings. Traffic settings specified at the destination-level will not be inherited when overridden by port-level settings, i.e. default values will be applied to fields omitted in port-level traffic policies.
repeated .istio.networking.v1alpha3.TrafficPolicy.PortTrafficPolicy port_level_settings = 5;public DestinationRuleOuterClass.TrafficPolicy.PortTrafficPolicy getPortLevelSettings(int index)
Traffic policies specific to individual ports. Note that port level settings will override the destination-level settings. Traffic settings specified at the destination-level will not be inherited when overridden by port-level settings, i.e. default values will be applied to fields omitted in port-level traffic policies.
repeated .istio.networking.v1alpha3.TrafficPolicy.PortTrafficPolicy port_level_settings = 5;public DestinationRuleOuterClass.TrafficPolicy.PortTrafficPolicyOrBuilder getPortLevelSettingsOrBuilder(int index)
Traffic policies specific to individual ports. Note that port level settings will override the destination-level settings. Traffic settings specified at the destination-level will not be inherited when overridden by port-level settings, i.e. default values will be applied to fields omitted in port-level traffic policies.
repeated .istio.networking.v1alpha3.TrafficPolicy.PortTrafficPolicy port_level_settings = 5;public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 com.google.protobuf.MessageLitewriteTo 在类中 com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 com.google.protobuf.MessageLitegetSerializedSize 在类中 com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals 在接口中 com.google.protobuf.Messageequals 在类中 com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 com.google.protobuf.MessagehashCode 在类中 com.google.protobuf.AbstractMessagepublic static DestinationRuleOuterClass.TrafficPolicy parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DestinationRuleOuterClass.TrafficPolicy parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DestinationRuleOuterClass.TrafficPolicy parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DestinationRuleOuterClass.TrafficPolicy parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DestinationRuleOuterClass.TrafficPolicy parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DestinationRuleOuterClass.TrafficPolicy parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DestinationRuleOuterClass.TrafficPolicy parseFrom(InputStream input) throws IOException
IOExceptionpublic static DestinationRuleOuterClass.TrafficPolicy parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static DestinationRuleOuterClass.TrafficPolicy parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static DestinationRuleOuterClass.TrafficPolicy parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static DestinationRuleOuterClass.TrafficPolicy parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static DestinationRuleOuterClass.TrafficPolicy parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic DestinationRuleOuterClass.TrafficPolicy.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static DestinationRuleOuterClass.TrafficPolicy.Builder newBuilder()
public static DestinationRuleOuterClass.TrafficPolicy.Builder newBuilder(DestinationRuleOuterClass.TrafficPolicy prototype)
public DestinationRuleOuterClass.TrafficPolicy.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLiteprotected DestinationRuleOuterClass.TrafficPolicy.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType 在类中 com.google.protobuf.GeneratedMessageV3public static DestinationRuleOuterClass.TrafficPolicy getDefaultInstance()
public static com.google.protobuf.Parser<DestinationRuleOuterClass.TrafficPolicy> parser()
public com.google.protobuf.Parser<DestinationRuleOuterClass.TrafficPolicy> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessageV3public DestinationRuleOuterClass.TrafficPolicy getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderCopyright © 2018–2023 Alibaba Group. All rights reserved.