213 строки
15 KiB
YAML
213 строки
15 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.mobilenetwork.models.InterfaceProperties"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.InterfaceProperties"
|
|
name: "InterfaceProperties"
|
|
nameWithType: "InterfaceProperties"
|
|
summary: "Interface 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 final class **InterfaceProperties**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.InterfaceProperties.InterfaceProperties()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.InterfaceProperties.InterfaceProperties()"
|
|
name: "InterfaceProperties()"
|
|
nameWithType: "InterfaceProperties.InterfaceProperties()"
|
|
summary: "Creates an instance of Interface<wbr>Properties class."
|
|
syntax: "public InterfaceProperties()"
|
|
desc: "Creates an instance of InterfaceProperties class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.InterfaceProperties.bfdIpv4Endpoints()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.InterfaceProperties.bfdIpv4Endpoints()"
|
|
name: "bfdIpv4Endpoints()"
|
|
nameWithType: "InterfaceProperties.bfdIpv4Endpoints()"
|
|
summary: "Get the bfd<wbr>Ipv4Endpoints property: The IPv4 addresses of the endpoints to send BFD probes to."
|
|
syntax: "public List<String> bfdIpv4Endpoints()"
|
|
desc: "Get the bfdIpv4Endpoints property: The IPv4 addresses of the endpoints to send BFD probes to."
|
|
returns:
|
|
description: "the bfdIpv4Endpoints 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.mobilenetwork.models.InterfaceProperties.ipv4Address()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.InterfaceProperties.ipv4Address()"
|
|
name: "ipv4Address()"
|
|
nameWithType: "InterfaceProperties.ipv4Address()"
|
|
summary: "Get the ipv4Address property: The IPv4 address."
|
|
syntax: "public String ipv4Address()"
|
|
desc: "Get the ipv4Address property: The IPv4 address."
|
|
returns:
|
|
description: "the ipv4Address value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.InterfaceProperties.ipv4AddressList()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.InterfaceProperties.ipv4AddressList()"
|
|
name: "ipv4AddressList()"
|
|
nameWithType: "InterfaceProperties.ipv4AddressList()"
|
|
summary: "Get the ipv4Address<wbr>List property: The list of IPv4 addresses, for a multi-node system."
|
|
syntax: "public List<String> ipv4AddressList()"
|
|
desc: "Get the ipv4AddressList property: The list of IPv4 addresses, for a multi-node system."
|
|
returns:
|
|
description: "the ipv4AddressList 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.mobilenetwork.models.InterfaceProperties.ipv4Gateway()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.InterfaceProperties.ipv4Gateway()"
|
|
name: "ipv4Gateway()"
|
|
nameWithType: "InterfaceProperties.ipv4Gateway()"
|
|
summary: "Get the ipv4Gateway property: The default IPv4 gateway (router)."
|
|
syntax: "public String ipv4Gateway()"
|
|
desc: "Get the ipv4Gateway property: The default IPv4 gateway (router)."
|
|
returns:
|
|
description: "the ipv4Gateway value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.InterfaceProperties.ipv4Subnet()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.InterfaceProperties.ipv4Subnet()"
|
|
name: "ipv4Subnet()"
|
|
nameWithType: "InterfaceProperties.ipv4Subnet()"
|
|
summary: "Get the ipv4Subnet property: The IPv4 subnet."
|
|
syntax: "public String ipv4Subnet()"
|
|
desc: "Get the ipv4Subnet property: The IPv4 subnet."
|
|
returns:
|
|
description: "the ipv4Subnet value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.InterfaceProperties.name()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.InterfaceProperties.name()"
|
|
name: "name()"
|
|
nameWithType: "InterfaceProperties.name()"
|
|
summary: "Get the name property: The logical name for this interface."
|
|
syntax: "public String name()"
|
|
desc: "Get the name property: The logical name for this interface. This should match one of the interfaces configured on your Azure Stack Edge device."
|
|
returns:
|
|
description: "the name value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.InterfaceProperties.validate()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.InterfaceProperties.validate()"
|
|
name: "validate()"
|
|
nameWithType: "InterfaceProperties.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.InterfaceProperties.vlanId()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.InterfaceProperties.vlanId()"
|
|
name: "vlanId()"
|
|
nameWithType: "InterfaceProperties.vlanId()"
|
|
summary: "Get the vlan<wbr>Id property: VLAN identifier of the network interface."
|
|
syntax: "public Integer vlanId()"
|
|
desc: "Get the vlanId property: VLAN identifier of the network interface. 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.mobilenetwork.models.InterfaceProperties.withBfdIpv4Endpoints(java.util.List<java.lang.String>)"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.InterfaceProperties.withBfdIpv4Endpoints(List<String> bfdIpv4Endpoints)"
|
|
name: "withBfdIpv4Endpoints(List<String> bfdIpv4Endpoints)"
|
|
nameWithType: "InterfaceProperties.withBfdIpv4Endpoints(List<String> bfdIpv4Endpoints)"
|
|
summary: "Set the bfd<wbr>Ipv4Endpoints property: The IPv4 addresses of the endpoints to send BFD probes to."
|
|
parameters:
|
|
- description: "the bfdIpv4Endpoints value to set."
|
|
name: "bfdIpv4Endpoints"
|
|
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 InterfaceProperties withBfdIpv4Endpoints(List<String> bfdIpv4Endpoints)"
|
|
desc: "Set the bfdIpv4Endpoints property: The IPv4 addresses of the endpoints to send BFD probes to."
|
|
returns:
|
|
description: "the InterfaceProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.InterfaceProperties?alt=com.azure.resourcemanager.mobilenetwork.models.InterfaceProperties&text=InterfaceProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.InterfaceProperties.withIpv4Address(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.InterfaceProperties.withIpv4Address(String ipv4Address)"
|
|
name: "withIpv4Address(String ipv4Address)"
|
|
nameWithType: "InterfaceProperties.withIpv4Address(String ipv4Address)"
|
|
summary: "Set the ipv4Address property: The IPv4 address."
|
|
parameters:
|
|
- description: "the ipv4Address value to set."
|
|
name: "ipv4Address"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public InterfaceProperties withIpv4Address(String ipv4Address)"
|
|
desc: "Set the ipv4Address property: The IPv4 address."
|
|
returns:
|
|
description: "the InterfaceProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.InterfaceProperties?alt=com.azure.resourcemanager.mobilenetwork.models.InterfaceProperties&text=InterfaceProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.InterfaceProperties.withIpv4AddressList(java.util.List<java.lang.String>)"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.InterfaceProperties.withIpv4AddressList(List<String> ipv4AddressList)"
|
|
name: "withIpv4AddressList(List<String> ipv4AddressList)"
|
|
nameWithType: "InterfaceProperties.withIpv4AddressList(List<String> ipv4AddressList)"
|
|
summary: "Set the ipv4Address<wbr>List property: The list of IPv4 addresses, for a multi-node system."
|
|
parameters:
|
|
- description: "the ipv4AddressList value to set."
|
|
name: "ipv4AddressList"
|
|
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 InterfaceProperties withIpv4AddressList(List<String> ipv4AddressList)"
|
|
desc: "Set the ipv4AddressList property: The list of IPv4 addresses, for a multi-node system."
|
|
returns:
|
|
description: "the InterfaceProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.InterfaceProperties?alt=com.azure.resourcemanager.mobilenetwork.models.InterfaceProperties&text=InterfaceProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.InterfaceProperties.withIpv4Gateway(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.InterfaceProperties.withIpv4Gateway(String ipv4Gateway)"
|
|
name: "withIpv4Gateway(String ipv4Gateway)"
|
|
nameWithType: "InterfaceProperties.withIpv4Gateway(String ipv4Gateway)"
|
|
summary: "Set the ipv4Gateway property: The default IPv4 gateway (router)."
|
|
parameters:
|
|
- description: "the ipv4Gateway value to set."
|
|
name: "ipv4Gateway"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public InterfaceProperties withIpv4Gateway(String ipv4Gateway)"
|
|
desc: "Set the ipv4Gateway property: The default IPv4 gateway (router)."
|
|
returns:
|
|
description: "the InterfaceProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.InterfaceProperties?alt=com.azure.resourcemanager.mobilenetwork.models.InterfaceProperties&text=InterfaceProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.InterfaceProperties.withIpv4Subnet(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.InterfaceProperties.withIpv4Subnet(String ipv4Subnet)"
|
|
name: "withIpv4Subnet(String ipv4Subnet)"
|
|
nameWithType: "InterfaceProperties.withIpv4Subnet(String ipv4Subnet)"
|
|
summary: "Set the ipv4Subnet property: The IPv4 subnet."
|
|
parameters:
|
|
- description: "the ipv4Subnet value to set."
|
|
name: "ipv4Subnet"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public InterfaceProperties withIpv4Subnet(String ipv4Subnet)"
|
|
desc: "Set the ipv4Subnet property: The IPv4 subnet."
|
|
returns:
|
|
description: "the InterfaceProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.InterfaceProperties?alt=com.azure.resourcemanager.mobilenetwork.models.InterfaceProperties&text=InterfaceProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.InterfaceProperties.withName(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.InterfaceProperties.withName(String name)"
|
|
name: "withName(String name)"
|
|
nameWithType: "InterfaceProperties.withName(String name)"
|
|
summary: "Set the name property: The logical name for this interface."
|
|
parameters:
|
|
- description: "the name value to set."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public InterfaceProperties withName(String name)"
|
|
desc: "Set the name property: The logical name for this interface. This should match one of the interfaces configured on your Azure Stack Edge device."
|
|
returns:
|
|
description: "the InterfaceProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.InterfaceProperties?alt=com.azure.resourcemanager.mobilenetwork.models.InterfaceProperties&text=InterfaceProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.InterfaceProperties.withVlanId(java.lang.Integer)"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.InterfaceProperties.withVlanId(Integer vlanId)"
|
|
name: "withVlanId(Integer vlanId)"
|
|
nameWithType: "InterfaceProperties.withVlanId(Integer vlanId)"
|
|
summary: "Set the vlan<wbr>Id property: VLAN identifier of the network interface."
|
|
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 InterfaceProperties withVlanId(Integer vlanId)"
|
|
desc: "Set the vlanId property: VLAN identifier of the network interface. Example: 501."
|
|
returns:
|
|
description: "the InterfaceProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.InterfaceProperties?alt=com.azure.resourcemanager.mobilenetwork.models.InterfaceProperties&text=InterfaceProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Interface properties."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.mobilenetwork.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-mobilenetwork:1.2.0
|