public final class Tier0RouteRedistributionRule
extends java.lang.Object
implements java.io.Serializable, com.vmware.vapi.bindings.StaticStructure
Modifier and Type | Class and Description |
---|---|
static class |
Tier0RouteRedistributionRule.Builder
Builder class for
Tier0RouteRedistributionRule . |
Modifier | Constructor and Description |
---|---|
|
Tier0RouteRedistributionRule()
Default constructor.
|
protected |
Tier0RouteRedistributionRule(com.vmware.vapi.data.StructValue __dynamicStructureFields) |
public static final java.lang.String DESTINATIONS_BGP
public static final java.lang.String DESTINATIONS_OSPF
public static final java.lang.String ROUTE_REDISTRIBUTION_TYPES_TIER0_STATIC
public static final java.lang.String ROUTE_REDISTRIBUTION_TYPES_TIER0_CONNECTED
public static final java.lang.String ROUTE_REDISTRIBUTION_TYPES_TIER0_EXTERNAL_INTERFACE
public static final java.lang.String ROUTE_REDISTRIBUTION_TYPES_TIER0_SEGMENT
public static final java.lang.String ROUTE_REDISTRIBUTION_TYPES_TIER0_ROUTER_LINK
public static final java.lang.String ROUTE_REDISTRIBUTION_TYPES_TIER0_SERVICE_INTERFACE
public static final java.lang.String ROUTE_REDISTRIBUTION_TYPES_TIER0_LOOPBACK_INTERFACE
public static final java.lang.String ROUTE_REDISTRIBUTION_TYPES_TIER0_DNS_FORWARDER_IP
public static final java.lang.String ROUTE_REDISTRIBUTION_TYPES_TIER0_IPSEC_LOCAL_IP
public static final java.lang.String ROUTE_REDISTRIBUTION_TYPES_TIER0_NAT
public static final java.lang.String ROUTE_REDISTRIBUTION_TYPES_TIER0_EVPN_TEP_IP
public static final java.lang.String ROUTE_REDISTRIBUTION_TYPES_TIER1_NAT
public static final java.lang.String ROUTE_REDISTRIBUTION_TYPES_TIER1_STATIC
public static final java.lang.String ROUTE_REDISTRIBUTION_TYPES_TIER1_LB_VIP
public static final java.lang.String ROUTE_REDISTRIBUTION_TYPES_TIER1_LB_SNAT
public static final java.lang.String ROUTE_REDISTRIBUTION_TYPES_TIER1_DNS_FORWARDER_IP
public static final java.lang.String ROUTE_REDISTRIBUTION_TYPES_TIER1_CONNECTED
public static final java.lang.String ROUTE_REDISTRIBUTION_TYPES_TIER1_SERVICE_INTERFACE
public static final java.lang.String ROUTE_REDISTRIBUTION_TYPES_TIER1_SEGMENT
public static final java.lang.String ROUTE_REDISTRIBUTION_TYPES_TIER1_IPSEC_LOCAL_ENDPOINT
public static final java.lang.String ROUTE_REDISTRIBUTION_TYPES_INTER_VRF_STATIC
protected com.vmware.vapi.data.StructValue __dynamicStructureFields
public Tier0RouteRedistributionRule()
protected Tier0RouteRedistributionRule(com.vmware.vapi.data.StructValue __dynamicStructureFields)
public java.util.List<java.lang.String> getDestinations()
public void setDestinations(java.util.List<java.lang.String> destinations)
destinations
- New value for the property.public java.lang.String getName()
public void setName(java.lang.String name)
name
- New value for the property.public java.lang.String getRouteMapPath()
public void setRouteMapPath(java.lang.String routeMapPath)
routeMapPath
- New value for the property.public java.util.List<java.lang.String> getRouteRedistributionTypes()
ROUTE_REDISTRIBUTION_TYPES_TIER0_STATIC
ROUTE_REDISTRIBUTION_TYPES_TIER0_CONNECTED
ROUTE_REDISTRIBUTION_TYPES_TIER0_EXTERNAL_INTERFACE
ROUTE_REDISTRIBUTION_TYPES_TIER0_SEGMENT
ROUTE_REDISTRIBUTION_TYPES_TIER0_ROUTER_LINK
ROUTE_REDISTRIBUTION_TYPES_TIER0_SERVICE_INTERFACE
ROUTE_REDISTRIBUTION_TYPES_TIER0_LOOPBACK_INTERFACE
ROUTE_REDISTRIBUTION_TYPES_TIER0_DNS_FORWARDER_IP
ROUTE_REDISTRIBUTION_TYPES_TIER0_IPSEC_LOCAL_IP
ROUTE_REDISTRIBUTION_TYPES_TIER0_NAT
ROUTE_REDISTRIBUTION_TYPES_TIER0_EVPN_TEP_IP
ROUTE_REDISTRIBUTION_TYPES_TIER1_NAT
ROUTE_REDISTRIBUTION_TYPES_TIER1_STATIC
ROUTE_REDISTRIBUTION_TYPES_TIER1_LB_VIP
ROUTE_REDISTRIBUTION_TYPES_TIER1_LB_SNAT
ROUTE_REDISTRIBUTION_TYPES_TIER1_DNS_FORWARDER_IP
ROUTE_REDISTRIBUTION_TYPES_TIER1_CONNECTED
ROUTE_REDISTRIBUTION_TYPES_TIER1_SERVICE_INTERFACE
ROUTE_REDISTRIBUTION_TYPES_TIER1_SEGMENT
ROUTE_REDISTRIBUTION_TYPES_TIER1_IPSEC_LOCAL_ENDPOINT
ROUTE_REDISTRIBUTION_TYPES_INTER_VRF_STATIC
public void setRouteRedistributionTypes(java.util.List<java.lang.String> routeRedistributionTypes)
ROUTE_REDISTRIBUTION_TYPES_TIER0_STATIC
ROUTE_REDISTRIBUTION_TYPES_TIER0_CONNECTED
ROUTE_REDISTRIBUTION_TYPES_TIER0_EXTERNAL_INTERFACE
ROUTE_REDISTRIBUTION_TYPES_TIER0_SEGMENT
ROUTE_REDISTRIBUTION_TYPES_TIER0_ROUTER_LINK
ROUTE_REDISTRIBUTION_TYPES_TIER0_SERVICE_INTERFACE
ROUTE_REDISTRIBUTION_TYPES_TIER0_LOOPBACK_INTERFACE
ROUTE_REDISTRIBUTION_TYPES_TIER0_DNS_FORWARDER_IP
ROUTE_REDISTRIBUTION_TYPES_TIER0_IPSEC_LOCAL_IP
ROUTE_REDISTRIBUTION_TYPES_TIER0_NAT
ROUTE_REDISTRIBUTION_TYPES_TIER0_EVPN_TEP_IP
ROUTE_REDISTRIBUTION_TYPES_TIER1_NAT
ROUTE_REDISTRIBUTION_TYPES_TIER1_STATIC
ROUTE_REDISTRIBUTION_TYPES_TIER1_LB_VIP
ROUTE_REDISTRIBUTION_TYPES_TIER1_LB_SNAT
ROUTE_REDISTRIBUTION_TYPES_TIER1_DNS_FORWARDER_IP
ROUTE_REDISTRIBUTION_TYPES_TIER1_CONNECTED
ROUTE_REDISTRIBUTION_TYPES_TIER1_SERVICE_INTERFACE
ROUTE_REDISTRIBUTION_TYPES_TIER1_SEGMENT
ROUTE_REDISTRIBUTION_TYPES_TIER1_IPSEC_LOCAL_ENDPOINT
ROUTE_REDISTRIBUTION_TYPES_INTER_VRF_STATIC
routeRedistributionTypes
- New value for the property.public com.vmware.vapi.bindings.type.StructType _getType()
_getType
in interface com.vmware.vapi.bindings.StaticStructure
public com.vmware.vapi.data.StructValue _getDataValue()
_getDataValue
in interface com.vmware.vapi.bindings.Structure
protected void _updateDataValue(com.vmware.vapi.data.StructValue structValue)
public void _validate()
_validate
in interface com.vmware.vapi.bindings.StaticStructure
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in interface com.vmware.vapi.bindings.StaticStructure
toString
in class java.lang.Object
public boolean _hasTypeNameOf(java.lang.Class<? extends com.vmware.vapi.bindings.Structure> clazz)
_hasTypeNameOf
in interface com.vmware.vapi.bindings.Structure
public <T extends com.vmware.vapi.bindings.Structure> T _convertTo(java.lang.Class<T> clazz)
_convertTo
in interface com.vmware.vapi.bindings.Structure
public void _setDynamicField(java.lang.String fieldName, com.vmware.vapi.data.DataValue fieldValue)
_setDynamicField
in interface com.vmware.vapi.bindings.StaticStructure
public com.vmware.vapi.data.DataValue _getDynamicField(java.lang.String fieldName)
_getDynamicField
in interface com.vmware.vapi.bindings.StaticStructure
public java.util.Set<java.lang.String> _getDynamicFieldNames()
_getDynamicFieldNames
in interface com.vmware.vapi.bindings.StaticStructure
public static com.vmware.vapi.bindings.type.StructType _getClassType()
StructType
instance representing the static bindings
type for this Structure
.public java.lang.String _getCanonicalName()
_getCanonicalName
in interface com.vmware.vapi.bindings.Structure
public static java.lang.String _getCanonicalTypeName()
_getCanonicalName()
.public static Tier0RouteRedistributionRule _newInstance(com.vmware.vapi.data.StructValue structValue)
structValue
- the source of the data contained in the binding object. Could
contain more data than fields of this class can describe i.e.
newer version of the binding object. Could be null.StructType
public static Tier0RouteRedistributionRule _newInstance2(com.vmware.vapi.data.StructValue structValue)