RoutingRuleCollectionInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. network. models. ChildResource - com.
azure. resourcemanager. network. fluent. models. RoutingRuleCollectionInner
- com.
- com.
- com.
public final class RoutingRuleCollectionInner
extends ChildResource
Defines the routing rule collection.
Constructor Summary
Constructor | Description |
---|---|
RoutingRuleCollectionInner() |
Creates an instance of Routing |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Network |
appliesTo()
Get the applies |
String |
description()
Get the description property: A description of the routing rule collection. |
Disable |
disableBgpRoutePropagation()
Get the disable |
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated. |
static
Routing |
fromJson(JsonReader jsonReader)
Reads an instance of Routing |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
name()
Get the name property: The name of the resource. |
Provisioning |
provisioningState()
Get the provisioning |
String |
resourceGuid()
Get the resource |
System |
systemData()
Get the system |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Routing |
withAppliesTo(List<NetworkManagerRoutingGroupItem> appliesTo)
Set the applies |
Routing |
withDescription(String description)
Set the description property: A description of the routing rule collection. |
Routing |
withDisableBgpRoutePropagation(DisableBgpRoutePropagation disableBgpRoutePropagation)
Set the disable |
Methods inherited from ChildResource
Methods inherited from java.lang.Object
Constructor Details
RoutingRuleCollectionInner
public RoutingRuleCollectionInner()
Creates an instance of RoutingRuleCollectionInner class.
Method Details
appliesTo
public List
Get the appliesTo property: Groups for configuration.
Returns:
description
public String description()
Get the description property: A description of the routing rule collection.
Returns:
disableBgpRoutePropagation
public DisableBgpRoutePropagation disableBgpRoutePropagation()
Get the disableBgpRoutePropagation property: Determines whether BGP route propagation is enabled. Defaults to true.
Returns:
etag
public String etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
Overrides:
RoutingRuleCollectionInner.etag()Returns:
fromJson
public static RoutingRuleCollectionInner fromJson(JsonReader jsonReader)
Reads an instance of RoutingRuleCollectionInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
RoutingRuleCollectionInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
RoutingRuleCollectionInner.name()Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the resource.
Returns:
resourceGuid
public String resourceGuid()
Get the resourceGuid property: Unique identifier for this resource.
Returns:
systemData
public SystemData systemData()
Get the systemData property: The system metadata related to this resource.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
RoutingRuleCollectionInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
RoutingRuleCollectionInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
RoutingRuleCollectionInner.validate()withAppliesTo
public RoutingRuleCollectionInner withAppliesTo(List
Set the appliesTo property: Groups for configuration.
Parameters:
Returns:
withDescription
public RoutingRuleCollectionInner withDescription(String description)
Set the description property: A description of the routing rule collection.
Parameters:
Returns:
withDisableBgpRoutePropagation
public RoutingRuleCollectionInner withDisableBgpRoutePropagation(DisableBgpRoutePropagation disableBgpRoutePropagation)
Set the disableBgpRoutePropagation property: Determines whether BGP route propagation is enabled. Defaults to true.
Parameters:
Returns:
Applies to
Azure SDK for Java