public static interface V1.ClientIPConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getTimeoutSeconds()
timeoutSeconds specifies the seconds of ClientIP type session sticky time.
|
boolean |
hasTimeoutSeconds()
timeoutSeconds specifies the seconds of ClientIP type session sticky time.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasTimeoutSeconds()
timeoutSeconds specifies the seconds of ClientIP type session sticky time. The value must be >0 && <=86400(for 1 day) if ServiceAffinity == "ClientIP". Default value is 10800(for 3 hours). +optional
optional int32 timeoutSeconds = 1;
int getTimeoutSeconds()
timeoutSeconds specifies the seconds of ClientIP type session sticky time. The value must be >0 && <=86400(for 1 day) if ServiceAffinity == "ClientIP". Default value is 10800(for 3 hours). +optional
optional int32 timeoutSeconds = 1;
Copyright © 2021. All rights reserved.