![JAR search and dependency download from the Maven repository](/logo.png)
target.apidocs.com.google.api.services.compute.model.RouteAsPath.html Maven / Gradle / Ivy
RouteAsPath (Compute Engine API beta-rev20220726-2.0.0)
com.google.api.services.compute.model
Class RouteAsPath
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.compute.model.RouteAsPath
-
public final class RouteAsPath
extends GenericJson
Model definition for RouteAsPath.
This is the Java data model class that specifies how to parse/serialize into the JSON that is
transmitted over HTTP when working with the Compute Engine API. For a detailed explanation see:
https://developers.google.com/api-client-library/java/google-http-java-client/json
- Author:
- Google, Inc.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Constructor and Description
RouteAsPath()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
RouteAsPath
clone()
List<Long>
getAsLists()
[Output Only] The AS numbers of the AS Path.
String
getPathSegmentType()
[Output Only] The type of the AS Path, which can be one of the following values: - 'AS_SET':
unordered set of autonomous systems that the route in has traversed - 'AS_SEQUENCE': ordered
set of autonomous systems that the route has traversed - 'AS_CONFED_SEQUENCE': ordered set of
Member Autonomous Systems in the local confederation that the route has traversed -
'AS_CONFED_SET': unordered set of Member Autonomous Systems in the local confederation that the
route has traversed
RouteAsPath
set(String fieldName,
Object value)
RouteAsPath
setAsLists(List<Long> asLists)
[Output Only] The AS numbers of the AS Path.
RouteAsPath
setPathSegmentType(String pathSegmentType)
[Output Only] The type of the AS Path, which can be one of the following values: - 'AS_SET':
unordered set of autonomous systems that the route in has traversed - 'AS_SEQUENCE': ordered
set of autonomous systems that the route has traversed - 'AS_CONFED_SEQUENCE': ordered set of
Member Autonomous Systems in the local confederation that the route has traversed -
'AS_CONFED_SET': unordered set of Member Autonomous Systems in the local confederation that the
route has traversed
-
Methods inherited from class com.google.api.client.json.GenericJson
getFactory, setFactory, toPrettyString, toString
-
Methods inherited from class com.google.api.client.util.GenericData
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Method Detail
-
getAsLists
public List<Long> getAsLists()
[Output Only] The AS numbers of the AS Path.
- Returns:
- value or
null
for none
-
setAsLists
public RouteAsPath setAsLists(List<Long> asLists)
[Output Only] The AS numbers of the AS Path.
- Parameters:
asLists
- asLists or null
for none
-
getPathSegmentType
public String getPathSegmentType()
[Output Only] The type of the AS Path, which can be one of the following values: - 'AS_SET':
unordered set of autonomous systems that the route in has traversed - 'AS_SEQUENCE': ordered
set of autonomous systems that the route has traversed - 'AS_CONFED_SEQUENCE': ordered set of
Member Autonomous Systems in the local confederation that the route has traversed -
'AS_CONFED_SET': unordered set of Member Autonomous Systems in the local confederation that the
route has traversed
- Returns:
- value or
null
for none
-
setPathSegmentType
public RouteAsPath setPathSegmentType(String pathSegmentType)
[Output Only] The type of the AS Path, which can be one of the following values: - 'AS_SET':
unordered set of autonomous systems that the route in has traversed - 'AS_SEQUENCE': ordered
set of autonomous systems that the route has traversed - 'AS_CONFED_SEQUENCE': ordered set of
Member Autonomous Systems in the local confederation that the route has traversed -
'AS_CONFED_SET': unordered set of Member Autonomous Systems in the local confederation that the
route has traversed
- Parameters:
pathSegmentType
- pathSegmentType or null
for none
-
set
public RouteAsPath set(String fieldName,
Object value)
- Overrides:
set
in class GenericJson
-
clone
public RouteAsPath clone()
- Overrides:
clone
in class GenericJson
Copyright © 2011–2022 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy