public class RouteTableInner
extends com.azure.core.management.Resource
| Constructor and Description |
|---|
RouteTableInner() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
disableBgpRoutePropagation()
Get the disableBgpRoutePropagation property: Whether to disable the routes learned by BGP on that route table.
|
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
|
String |
id()
Get the id property: Resource ID.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state of the route table resource.
|
List<RouteInner> |
routes()
Get the routes property: Collection of routes contained within a route table.
|
List<SubnetInner> |
subnets()
Get the subnets property: A collection of references to subnets.
|
void |
validate()
Validates the instance.
|
RouteTableInner |
withDisableBgpRoutePropagation(Boolean disableBgpRoutePropagation)
Set the disableBgpRoutePropagation property: Whether to disable the routes learned by BGP on that route table.
|
RouteTableInner |
withId(String id)
Set the id property: Resource ID.
|
RouteTableInner |
withRoutes(List<RouteInner> routes)
Set the routes property: Collection of routes contained within a route table.
|
public String etag()
public List<RouteInner> routes()
public RouteTableInner withRoutes(List<RouteInner> routes)
routes - the routes value to set.public List<SubnetInner> subnets()
public Boolean disableBgpRoutePropagation()
public RouteTableInner withDisableBgpRoutePropagation(Boolean disableBgpRoutePropagation)
disableBgpRoutePropagation - the disableBgpRoutePropagation value to set.public ProvisioningState provisioningState()
public String id()
id in class com.azure.core.management.ProxyResourcepublic RouteTableInner withId(String id)
id - the id value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.