public final class NetworkRoutingConfig extends GeneratedMessageV3 implements NetworkRoutingConfigOrBuilder
A routing configuration attached to a network resource. The message includes the list of routers associated with the network, and a flag indicating the type of routing behavior to enforce network-wide.
Protobuf type google.cloud.compute.v1.NetworkRoutingConfig
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
BGP_ALWAYS_COMPARE_MED_FIELD_NUMBER
public static final int BGP_ALWAYS_COMPARE_MED_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
BGP_BEST_PATH_SELECTION_MODE_FIELD_NUMBER
public static final int BGP_BEST_PATH_SELECTION_MODE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
BGP_INTER_REGION_COST_FIELD_NUMBER
public static final int BGP_INTER_REGION_COST_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
ROUTING_MODE_FIELD_NUMBER
public static final int ROUTING_MODE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static NetworkRoutingConfig getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static NetworkRoutingConfig.Builder newBuilder()
newBuilder(NetworkRoutingConfig prototype)
public static NetworkRoutingConfig.Builder newBuilder(NetworkRoutingConfig prototype)
public static NetworkRoutingConfig parseDelimitedFrom(InputStream input)
public static NetworkRoutingConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static NetworkRoutingConfig parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static NetworkRoutingConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static NetworkRoutingConfig parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static NetworkRoutingConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static NetworkRoutingConfig parseFrom(CodedInputStream input)
public static NetworkRoutingConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static NetworkRoutingConfig parseFrom(InputStream input)
public static NetworkRoutingConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static NetworkRoutingConfig parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static NetworkRoutingConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<NetworkRoutingConfig> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getBgpAlwaysCompareMed()
public boolean getBgpAlwaysCompareMed()
Enable comparison of Multi-Exit Discriminators (MED) across routes with different neighbor ASNs when using the STANDARD BGP best path selection algorithm.
optional bool bgp_always_compare_med = 213102902;
Returns |
Type |
Description |
boolean |
The bgpAlwaysCompareMed.
|
getBgpBestPathSelectionMode()
public String getBgpBestPathSelectionMode()
The BGP best path selection algorithm to be employed within this network for dynamic routes learned by Cloud Routers. Can be LEGACY (default) or STANDARD.
Check the BgpBestPathSelectionMode enum for the list of possible values.
optional string bgp_best_path_selection_mode = 317816297;
Returns |
Type |
Description |
String |
The bgpBestPathSelectionMode.
|
getBgpBestPathSelectionModeBytes()
public ByteString getBgpBestPathSelectionModeBytes()
The BGP best path selection algorithm to be employed within this network for dynamic routes learned by Cloud Routers. Can be LEGACY (default) or STANDARD.
Check the BgpBestPathSelectionMode enum for the list of possible values.
optional string bgp_best_path_selection_mode = 317816297;
Returns |
Type |
Description |
ByteString |
The bytes for bgpBestPathSelectionMode.
|
getBgpInterRegionCost()
public String getBgpInterRegionCost()
Allows to define a preferred approach for handling inter-region cost in the selection process when using the STANDARD BGP best path selection algorithm. Can be DEFAULT or ADD_COST_TO_MED.
Check the BgpInterRegionCost enum for the list of possible values.
optional string bgp_inter_region_cost = 462142689;
Returns |
Type |
Description |
String |
The bgpInterRegionCost.
|
getBgpInterRegionCostBytes()
public ByteString getBgpInterRegionCostBytes()
Allows to define a preferred approach for handling inter-region cost in the selection process when using the STANDARD BGP best path selection algorithm. Can be DEFAULT or ADD_COST_TO_MED.
Check the BgpInterRegionCost enum for the list of possible values.
optional string bgp_inter_region_cost = 462142689;
Returns |
Type |
Description |
ByteString |
The bytes for bgpInterRegionCost.
|
getDefaultInstanceForType()
public NetworkRoutingConfig getDefaultInstanceForType()
getParserForType()
public Parser<NetworkRoutingConfig> getParserForType()
Overrides
getRoutingMode()
public String getRoutingMode()
The network-wide routing mode to use. If set to REGIONAL, this network's Cloud Routers will only advertise routes with subnets of this network in the same region as the router. If set to GLOBAL, this network's Cloud Routers will advertise routes with all subnets of this network, across regions.
Check the RoutingMode enum for the list of possible values.
optional string routing_mode = 475143548;
Returns |
Type |
Description |
String |
The routingMode.
|
getRoutingModeBytes()
public ByteString getRoutingModeBytes()
The network-wide routing mode to use. If set to REGIONAL, this network's Cloud Routers will only advertise routes with subnets of this network in the same region as the router. If set to GLOBAL, this network's Cloud Routers will advertise routes with all subnets of this network, across regions.
Check the RoutingMode enum for the list of possible values.
optional string routing_mode = 475143548;
Returns |
Type |
Description |
ByteString |
The bytes for routingMode.
|
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hasBgpAlwaysCompareMed()
public boolean hasBgpAlwaysCompareMed()
Enable comparison of Multi-Exit Discriminators (MED) across routes with different neighbor ASNs when using the STANDARD BGP best path selection algorithm.
optional bool bgp_always_compare_med = 213102902;
Returns |
Type |
Description |
boolean |
Whether the bgpAlwaysCompareMed field is set.
|
hasBgpBestPathSelectionMode()
public boolean hasBgpBestPathSelectionMode()
The BGP best path selection algorithm to be employed within this network for dynamic routes learned by Cloud Routers. Can be LEGACY (default) or STANDARD.
Check the BgpBestPathSelectionMode enum for the list of possible values.
optional string bgp_best_path_selection_mode = 317816297;
Returns |
Type |
Description |
boolean |
Whether the bgpBestPathSelectionMode field is set.
|
hasBgpInterRegionCost()
public boolean hasBgpInterRegionCost()
Allows to define a preferred approach for handling inter-region cost in the selection process when using the STANDARD BGP best path selection algorithm. Can be DEFAULT or ADD_COST_TO_MED.
Check the BgpInterRegionCost enum for the list of possible values.
optional string bgp_inter_region_cost = 462142689;
Returns |
Type |
Description |
boolean |
Whether the bgpInterRegionCost field is set.
|
hasRoutingMode()
public boolean hasRoutingMode()
The network-wide routing mode to use. If set to REGIONAL, this network's Cloud Routers will only advertise routes with subnets of this network in the same region as the router. If set to GLOBAL, this network's Cloud Routers will advertise routes with all subnets of this network, across regions.
Check the RoutingMode enum for the list of possible values.
optional string routing_mode = 475143548;
Returns |
Type |
Description |
boolean |
Whether the routingMode field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public NetworkRoutingConfig.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected NetworkRoutingConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public NetworkRoutingConfig.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides