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.
|
String |
resourceGuid()
Get the resourceGuid property: The resource GUID property of the route table.
|
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 |
withLocation(String location) |
RouteTableInner |
withRoutes(List<RouteInner> routes)
Set the routes property: Collection of routes contained within a route table.
|
RouteTableInner |
withTags(Map<String,String> tags) |
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 resourceGuid()
public String id()
id in class com.azure.core.management.ProxyResourcepublic RouteTableInner withId(String id)
id - the id value to set.public RouteTableInner withLocation(String location)
withLocation in class com.azure.core.management.Resourcepublic RouteTableInner withTags(Map<String,String> tags)
withTags in class com.azure.core.management.Resourcepublic void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.