azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.m...

199 строки
14 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.managednetworkfabric.models.L3OptionAProperties"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.L3OptionAProperties"
name: "L3OptionAProperties"
nameWithType: "L3OptionAProperties"
summary: "Peering optionA properties."
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 class **L3OptionAProperties**"
constructors:
- uid: "com.azure.resourcemanager.managednetworkfabric.models.L3OptionAProperties.L3OptionAProperties()"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.L3OptionAProperties.L3OptionAProperties()"
name: "L3OptionAProperties()"
nameWithType: "L3OptionAProperties.L3OptionAProperties()"
summary: "Creates an instance of L3Option<wbr>AProperties class."
syntax: "public L3OptionAProperties()"
desc: "Creates an instance of L3OptionAProperties class."
methods:
- uid: "com.azure.resourcemanager.managednetworkfabric.models.L3OptionAProperties.bfdConfiguration()"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.L3OptionAProperties.bfdConfiguration()"
name: "bfdConfiguration()"
nameWithType: "L3OptionAProperties.bfdConfiguration()"
summary: "Get the bfd<wbr>Configuration property: BFD configuration properties."
syntax: "public BfdConfiguration bfdConfiguration()"
desc: "Get the bfdConfiguration property: BFD configuration properties."
returns:
description: "the bfdConfiguration value."
type: "<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.BfdConfiguration?alt=com.azure.resourcemanager.managednetworkfabric.models.BfdConfiguration&text=BfdConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.managednetworkfabric.models.L3OptionAProperties.egressAclId()"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.L3OptionAProperties.egressAclId()"
name: "egressAclId()"
nameWithType: "L3OptionAProperties.egressAclId()"
summary: "Get the egress<wbr>Acl<wbr>Id property: Egress Acl."
syntax: "public String egressAclId()"
desc: "Get the egressAclId property: Egress Acl. ARM resource ID of Access Control Lists."
returns:
description: "the egressAclId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.managednetworkfabric.models.L3OptionAProperties.fabricAsn()"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.L3OptionAProperties.fabricAsn()"
name: "fabricAsn()"
nameWithType: "L3OptionAProperties.fabricAsn()"
summary: "Get the fabric<wbr>Asn property: Fabric ASN number."
syntax: "public Long fabricAsn()"
desc: "Get the fabricAsn property: Fabric ASN number. Example 65001."
returns:
description: "the fabricAsn value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.managednetworkfabric.models.L3OptionAProperties.ingressAclId()"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.L3OptionAProperties.ingressAclId()"
name: "ingressAclId()"
nameWithType: "L3OptionAProperties.ingressAclId()"
summary: "Get the ingress<wbr>Acl<wbr>Id property: Ingress Acl."
syntax: "public String ingressAclId()"
desc: "Get the ingressAclId property: Ingress Acl. ARM resource ID of Access Control Lists."
returns:
description: "the ingressAclId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.managednetworkfabric.models.L3OptionAProperties.mtu()"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.L3OptionAProperties.mtu()"
name: "mtu()"
nameWithType: "L3OptionAProperties.mtu()"
summary: "Get the mtu property: MTU to use for option A peering."
syntax: "public Integer mtu()"
desc: "Get the mtu property: MTU to use for option A peering."
returns:
description: "the mtu value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.managednetworkfabric.models.L3OptionAProperties.peerAsn()"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.L3OptionAProperties.peerAsn()"
name: "peerAsn()"
nameWithType: "L3OptionAProperties.peerAsn()"
summary: "Get the peer<wbr>Asn property: Peer ASN number.<wbr>Example : 28."
syntax: "public Long peerAsn()"
desc: "Get the peerAsn property: Peer ASN number.Example : 28."
returns:
description: "the peerAsn value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.managednetworkfabric.models.L3OptionAProperties.validate()"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.L3OptionAProperties.validate()"
name: "validate()"
nameWithType: "L3OptionAProperties.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.managednetworkfabric.models.L3OptionAProperties.vlanId()"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.L3OptionAProperties.vlanId()"
name: "vlanId()"
nameWithType: "L3OptionAProperties.vlanId()"
summary: "Get the vlan<wbr>Id property: Vlan identifier."
syntax: "public Integer vlanId()"
desc: "Get the vlanId property: Vlan identifier. Example : 501."
returns:
description: "the vlanId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.managednetworkfabric.models.L3OptionAProperties.withBfdConfiguration(com.azure.resourcemanager.managednetworkfabric.models.BfdConfiguration)"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.L3OptionAProperties.withBfdConfiguration(BfdConfiguration bfdConfiguration)"
name: "withBfdConfiguration(BfdConfiguration bfdConfiguration)"
nameWithType: "L3OptionAProperties.withBfdConfiguration(BfdConfiguration bfdConfiguration)"
summary: "Set the bfd<wbr>Configuration property: BFD configuration properties."
parameters:
- description: "the bfdConfiguration value to set."
name: "bfdConfiguration"
type: "<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.BfdConfiguration?alt=com.azure.resourcemanager.managednetworkfabric.models.BfdConfiguration&text=BfdConfiguration\" data-throw-if-not-resolved=\"False\" />"
syntax: "public L3OptionAProperties withBfdConfiguration(BfdConfiguration bfdConfiguration)"
desc: "Set the bfdConfiguration property: BFD configuration properties."
returns:
description: "the L3OptionAProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.L3OptionAProperties?alt=com.azure.resourcemanager.managednetworkfabric.models.L3OptionAProperties&text=L3OptionAProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.managednetworkfabric.models.L3OptionAProperties.withEgressAclId(java.lang.String)"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.L3OptionAProperties.withEgressAclId(String egressAclId)"
name: "withEgressAclId(String egressAclId)"
nameWithType: "L3OptionAProperties.withEgressAclId(String egressAclId)"
summary: "Set the egress<wbr>Acl<wbr>Id property: Egress Acl."
parameters:
- description: "the egressAclId value to set."
name: "egressAclId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public L3OptionAProperties withEgressAclId(String egressAclId)"
desc: "Set the egressAclId property: Egress Acl. ARM resource ID of Access Control Lists."
returns:
description: "the L3OptionAProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.L3OptionAProperties?alt=com.azure.resourcemanager.managednetworkfabric.models.L3OptionAProperties&text=L3OptionAProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.managednetworkfabric.models.L3OptionAProperties.withIngressAclId(java.lang.String)"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.L3OptionAProperties.withIngressAclId(String ingressAclId)"
name: "withIngressAclId(String ingressAclId)"
nameWithType: "L3OptionAProperties.withIngressAclId(String ingressAclId)"
summary: "Set the ingress<wbr>Acl<wbr>Id property: Ingress Acl."
parameters:
- description: "the ingressAclId value to set."
name: "ingressAclId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public L3OptionAProperties withIngressAclId(String ingressAclId)"
desc: "Set the ingressAclId property: Ingress Acl. ARM resource ID of Access Control Lists."
returns:
description: "the L3OptionAProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.L3OptionAProperties?alt=com.azure.resourcemanager.managednetworkfabric.models.L3OptionAProperties&text=L3OptionAProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.managednetworkfabric.models.L3OptionAProperties.withMtu(java.lang.Integer)"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.L3OptionAProperties.withMtu(Integer mtu)"
name: "withMtu(Integer mtu)"
nameWithType: "L3OptionAProperties.withMtu(Integer mtu)"
summary: "Set the mtu property: MTU to use for option A peering."
parameters:
- description: "the mtu value to set."
name: "mtu"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public L3OptionAProperties withMtu(Integer mtu)"
desc: "Set the mtu property: MTU to use for option A peering."
returns:
description: "the L3OptionAProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.L3OptionAProperties?alt=com.azure.resourcemanager.managednetworkfabric.models.L3OptionAProperties&text=L3OptionAProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.managednetworkfabric.models.L3OptionAProperties.withPeerAsn(java.lang.Long)"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.L3OptionAProperties.withPeerAsn(Long peerAsn)"
name: "withPeerAsn(Long peerAsn)"
nameWithType: "L3OptionAProperties.withPeerAsn(Long peerAsn)"
summary: "Set the peer<wbr>Asn property: Peer ASN number.<wbr>Example : 28."
parameters:
- description: "the peerAsn value to set."
name: "peerAsn"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
syntax: "public L3OptionAProperties withPeerAsn(Long peerAsn)"
desc: "Set the peerAsn property: Peer ASN number.Example : 28."
returns:
description: "the L3OptionAProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.L3OptionAProperties?alt=com.azure.resourcemanager.managednetworkfabric.models.L3OptionAProperties&text=L3OptionAProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.managednetworkfabric.models.L3OptionAProperties.withVlanId(java.lang.Integer)"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.L3OptionAProperties.withVlanId(Integer vlanId)"
name: "withVlanId(Integer vlanId)"
nameWithType: "L3OptionAProperties.withVlanId(Integer vlanId)"
summary: "Set the vlan<wbr>Id property: Vlan identifier."
parameters:
- description: "the vlanId value to set."
name: "vlanId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public L3OptionAProperties withVlanId(Integer vlanId)"
desc: "Set the vlanId property: Vlan identifier. Example : 501."
returns:
description: "the L3OptionAProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.L3OptionAProperties?alt=com.azure.resourcemanager.managednetworkfabric.models.L3OptionAProperties&text=L3OptionAProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Peering optionA properties."
metadata: {}
package: "com.azure.resourcemanager.managednetworkfabric.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-managednetworkfabric:1.0.0