117 строки
9.9 KiB
YAML
117 строки
9.9 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.managednetworkfabric.models.IpExtendedCommunityRule"
|
|
fullName: "com.azure.resourcemanager.managednetworkfabric.models.IpExtendedCommunityRule"
|
|
name: "IpExtendedCommunityRule"
|
|
nameWithType: "IpExtendedCommunityRule"
|
|
summary: "List of IP Extended Community Rules."
|
|
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 **IpExtendedCommunityRule**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.managednetworkfabric.models.IpExtendedCommunityRule.IpExtendedCommunityRule()"
|
|
fullName: "com.azure.resourcemanager.managednetworkfabric.models.IpExtendedCommunityRule.IpExtendedCommunityRule()"
|
|
name: "IpExtendedCommunityRule()"
|
|
nameWithType: "IpExtendedCommunityRule.IpExtendedCommunityRule()"
|
|
summary: "Creates an instance of Ip<wbr>Extended<wbr>Community<wbr>Rule class."
|
|
syntax: "public IpExtendedCommunityRule()"
|
|
desc: "Creates an instance of IpExtendedCommunityRule class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.managednetworkfabric.models.IpExtendedCommunityRule.action()"
|
|
fullName: "com.azure.resourcemanager.managednetworkfabric.models.IpExtendedCommunityRule.action()"
|
|
name: "action()"
|
|
nameWithType: "IpExtendedCommunityRule.action()"
|
|
summary: "Get the action property: Action to be taken on the configuration."
|
|
syntax: "public CommunityActionTypes action()"
|
|
desc: "Get the action property: Action to be taken on the configuration. Example: Permit | Deny."
|
|
returns:
|
|
description: "the action value."
|
|
type: "<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.CommunityActionTypes?alt=com.azure.resourcemanager.managednetworkfabric.models.CommunityActionTypes&text=CommunityActionTypes\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.managednetworkfabric.models.IpExtendedCommunityRule.routeTargets()"
|
|
fullName: "com.azure.resourcemanager.managednetworkfabric.models.IpExtendedCommunityRule.routeTargets()"
|
|
name: "routeTargets()"
|
|
nameWithType: "IpExtendedCommunityRule.routeTargets()"
|
|
summary: "Get the route<wbr>Targets property: Route Target List.<wbr>The expected formats are ASN(plain):NN >> example 4294967294:50, ASN.<wbr>ASN:NN >> example 65533.65333:40, IP-address:NN >> example 10.10.10.10:65535."
|
|
syntax: "public List<String> routeTargets()"
|
|
desc: "Get the routeTargets property: Route Target List.The expected formats are ASN(plain):NN >> example 4294967294:50, ASN.ASN:NN >> example 65533.65333:40, IP-address:NN >> example 10.10.10.10:65535. The possible values of ASN,NN are in range of 0-65535, ASN(plain) is in range of 0-4294967295."
|
|
returns:
|
|
description: "the routeTargets value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.resourcemanager.managednetworkfabric.models.IpExtendedCommunityRule.sequenceNumber()"
|
|
fullName: "com.azure.resourcemanager.managednetworkfabric.models.IpExtendedCommunityRule.sequenceNumber()"
|
|
name: "sequenceNumber()"
|
|
nameWithType: "IpExtendedCommunityRule.sequenceNumber()"
|
|
summary: "Get the sequence<wbr>Number property: Sequence to insert to/delete from existing route."
|
|
syntax: "public long sequenceNumber()"
|
|
desc: "Get the sequenceNumber property: Sequence to insert to/delete from existing route. Prefix lists are evaluated starting with the lowest sequence number and continue down the list until a match is made. Once a match is made, the permit or deny statement is applied to that network and the rest of the list is ignored."
|
|
returns:
|
|
description: "the sequenceNumber value."
|
|
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.managednetworkfabric.models.IpExtendedCommunityRule.validate()"
|
|
fullName: "com.azure.resourcemanager.managednetworkfabric.models.IpExtendedCommunityRule.validate()"
|
|
name: "validate()"
|
|
nameWithType: "IpExtendedCommunityRule.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.managednetworkfabric.models.IpExtendedCommunityRule.withAction(com.azure.resourcemanager.managednetworkfabric.models.CommunityActionTypes)"
|
|
fullName: "com.azure.resourcemanager.managednetworkfabric.models.IpExtendedCommunityRule.withAction(CommunityActionTypes action)"
|
|
name: "withAction(CommunityActionTypes action)"
|
|
nameWithType: "IpExtendedCommunityRule.withAction(CommunityActionTypes action)"
|
|
summary: "Set the action property: Action to be taken on the configuration."
|
|
parameters:
|
|
- description: "the action value to set."
|
|
name: "action"
|
|
type: "<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.CommunityActionTypes?alt=com.azure.resourcemanager.managednetworkfabric.models.CommunityActionTypes&text=CommunityActionTypes\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public IpExtendedCommunityRule withAction(CommunityActionTypes action)"
|
|
desc: "Set the action property: Action to be taken on the configuration. Example: Permit | Deny."
|
|
returns:
|
|
description: "the IpExtendedCommunityRule object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.IpExtendedCommunityRule?alt=com.azure.resourcemanager.managednetworkfabric.models.IpExtendedCommunityRule&text=IpExtendedCommunityRule\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.managednetworkfabric.models.IpExtendedCommunityRule.withRouteTargets(java.util.List<java.lang.String>)"
|
|
fullName: "com.azure.resourcemanager.managednetworkfabric.models.IpExtendedCommunityRule.withRouteTargets(List<String> routeTargets)"
|
|
name: "withRouteTargets(List<String> routeTargets)"
|
|
nameWithType: "IpExtendedCommunityRule.withRouteTargets(List<String> routeTargets)"
|
|
summary: "Set the route<wbr>Targets property: Route Target List.<wbr>The expected formats are ASN(plain):NN >> example 4294967294:50, ASN.<wbr>ASN:NN >> example 65533.65333:40, IP-address:NN >> example 10.10.10.10:65535."
|
|
parameters:
|
|
- description: "the routeTargets value to set."
|
|
name: "routeTargets"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
syntax: "public IpExtendedCommunityRule withRouteTargets(List<String> routeTargets)"
|
|
desc: "Set the routeTargets property: Route Target List.The expected formats are ASN(plain):NN >> example 4294967294:50, ASN.ASN:NN >> example 65533.65333:40, IP-address:NN >> example 10.10.10.10:65535. The possible values of ASN,NN are in range of 0-65535, ASN(plain) is in range of 0-4294967295."
|
|
returns:
|
|
description: "the IpExtendedCommunityRule object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.IpExtendedCommunityRule?alt=com.azure.resourcemanager.managednetworkfabric.models.IpExtendedCommunityRule&text=IpExtendedCommunityRule\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.managednetworkfabric.models.IpExtendedCommunityRule.withSequenceNumber(long)"
|
|
fullName: "com.azure.resourcemanager.managednetworkfabric.models.IpExtendedCommunityRule.withSequenceNumber(long sequenceNumber)"
|
|
name: "withSequenceNumber(long sequenceNumber)"
|
|
nameWithType: "IpExtendedCommunityRule.withSequenceNumber(long sequenceNumber)"
|
|
summary: "Set the sequence<wbr>Number property: Sequence to insert to/delete from existing route."
|
|
parameters:
|
|
- description: "the sequenceNumber value to set."
|
|
name: "sequenceNumber"
|
|
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public IpExtendedCommunityRule withSequenceNumber(long sequenceNumber)"
|
|
desc: "Set the sequenceNumber property: Sequence to insert to/delete from existing route. Prefix lists are evaluated starting with the lowest sequence number and continue down the list until a match is made. Once a match is made, the permit or deny statement is applied to that network and the rest of the list is ignored."
|
|
returns:
|
|
description: "the IpExtendedCommunityRule object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.IpExtendedCommunityRule?alt=com.azure.resourcemanager.managednetworkfabric.models.IpExtendedCommunityRule&text=IpExtendedCommunityRule\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "List of IP Extended Community Rules."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.managednetworkfabric.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-managednetworkfabric:1.0.0
|