@Generated(value="software.amazon.awssdk:codegen") public final class RouterType extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RouterType.Builder,RouterType>
Information about the virtual router.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RouterType.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RouterType.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
platform()
The virtual interface router platform.
|
String |
routerTypeIdentifier()
Identifies the router by a combination of vendor, platform, and software version.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RouterType.Builder> |
serializableBuilderClass() |
String |
software()
The router software.
|
RouterType.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
vendor()
The vendor for the virtual interface's router.
|
String |
xsltTemplateName()
The template for the virtual interface's router.
|
String |
xsltTemplateNameForMacSec()
The MAC Security (MACsec) template for the virtual interface's router.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String vendor()
The vendor for the virtual interface's router.
public final String platform()
The virtual interface router platform.
public final String software()
The router software.
public final String xsltTemplateName()
The template for the virtual interface's router.
public final String xsltTemplateNameForMacSec()
The MAC Security (MACsec) template for the virtual interface's router.
public final String routerTypeIdentifier()
Identifies the router by a combination of vendor, platform, and software version. For example,
CiscoSystemsInc-2900SeriesRouters-IOS124.
CiscoSystemsInc-2900SeriesRouters-IOS124.public RouterType.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RouterType.Builder,RouterType>public static RouterType.Builder builder()
public static Class<? extends RouterType.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.