69 строки
4.2 KiB
YAML
69 строки
4.2 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.managednetworkfabric.models.AggregateRoute"
|
|
fullName: "com.azure.resourcemanager.managednetworkfabric.models.AggregateRoute"
|
|
name: "AggregateRoute"
|
|
nameWithType: "AggregateRoute"
|
|
summary: "aggregate<wbr>Ipv4Route model."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **AggregateRoute**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.managednetworkfabric.models.AggregateRoute.AggregateRoute()"
|
|
fullName: "com.azure.resourcemanager.managednetworkfabric.models.AggregateRoute.AggregateRoute()"
|
|
name: "AggregateRoute()"
|
|
nameWithType: "AggregateRoute.AggregateRoute()"
|
|
summary: "Creates an instance of Aggregate<wbr>Route class."
|
|
syntax: "public AggregateRoute()"
|
|
desc: "Creates an instance of AggregateRoute class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.managednetworkfabric.models.AggregateRoute.prefix()"
|
|
fullName: "com.azure.resourcemanager.managednetworkfabric.models.AggregateRoute.prefix()"
|
|
name: "prefix()"
|
|
nameWithType: "AggregateRoute.prefix()"
|
|
summary: "Get the prefix property: IPv4 Prefix of the aggregate Ipv4Route."
|
|
syntax: "public String prefix()"
|
|
desc: "Get the prefix property: IPv4 Prefix of the aggregate Ipv4Route."
|
|
returns:
|
|
description: "the prefix value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.managednetworkfabric.models.AggregateRoute.validate()"
|
|
fullName: "com.azure.resourcemanager.managednetworkfabric.models.AggregateRoute.validate()"
|
|
name: "validate()"
|
|
nameWithType: "AggregateRoute.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.managednetworkfabric.models.AggregateRoute.withPrefix(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.managednetworkfabric.models.AggregateRoute.withPrefix(String prefix)"
|
|
name: "withPrefix(String prefix)"
|
|
nameWithType: "AggregateRoute.withPrefix(String prefix)"
|
|
summary: "Set the prefix property: IPv4 Prefix of the aggregate Ipv4Route."
|
|
parameters:
|
|
- description: "the prefix value to set."
|
|
name: "prefix"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public AggregateRoute withPrefix(String prefix)"
|
|
desc: "Set the prefix property: IPv4 Prefix of the aggregate Ipv4Route."
|
|
returns:
|
|
description: "the AggregateRoute object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.AggregateRoute?alt=com.azure.resourcemanager.managednetworkfabric.models.AggregateRoute&text=AggregateRoute\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "aggregateIpv4Route model."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.managednetworkfabric.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-managednetworkfabric:1.0.0
|