246 строки
18 KiB
YAML
246 строки
18 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.scvmm.models.NetworkInterfaceUpdate"
|
|
fullName: "com.azure.resourcemanager.scvmm.models.NetworkInterfaceUpdate"
|
|
name: "NetworkInterfaceUpdate"
|
|
nameWithType: "NetworkInterfaceUpdate"
|
|
summary: "Network Interface Update 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 **NetworkInterfaceUpdate**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.scvmm.models.NetworkInterfaceUpdate?alt=com.azure.resourcemanager.scvmm.models.NetworkInterfaceUpdate&text=NetworkInterfaceUpdate\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.scvmm.models.NetworkInterfaceUpdate.NetworkInterfaceUpdate()"
|
|
fullName: "com.azure.resourcemanager.scvmm.models.NetworkInterfaceUpdate.NetworkInterfaceUpdate()"
|
|
name: "NetworkInterfaceUpdate()"
|
|
nameWithType: "NetworkInterfaceUpdate.NetworkInterfaceUpdate()"
|
|
summary: "Creates an instance of Network<wbr>Interface<wbr>Update class."
|
|
syntax: "public NetworkInterfaceUpdate()"
|
|
desc: "Creates an instance of NetworkInterfaceUpdate class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.scvmm.models.NetworkInterfaceUpdate.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.scvmm.models.NetworkInterfaceUpdate.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "NetworkInterfaceUpdate.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Network<wbr>Interface<wbr>Update from the Json<wbr>Reader."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "The JsonReader being read."
|
|
name: "jsonReader"
|
|
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static NetworkInterfaceUpdate fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the NetworkInterfaceUpdate."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of NetworkInterfaceUpdate from the JsonReader."
|
|
returns:
|
|
description: "An instance of NetworkInterfaceUpdate if the JsonReader was pointing to an instance of it, or null if it\n was pointing to JSON null."
|
|
type: "<xref href=\"com.azure.resourcemanager.scvmm.models.NetworkInterfaceUpdate?alt=com.azure.resourcemanager.scvmm.models.NetworkInterfaceUpdate&text=NetworkInterfaceUpdate\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.scvmm.models.NetworkInterfaceUpdate.ipv4AddressType()"
|
|
fullName: "com.azure.resourcemanager.scvmm.models.NetworkInterfaceUpdate.ipv4AddressType()"
|
|
name: "ipv4AddressType()"
|
|
nameWithType: "NetworkInterfaceUpdate.ipv4AddressType()"
|
|
summary: "Get the ipv4Address<wbr>Type property: Gets or sets the ipv4 address type."
|
|
syntax: "public AllocationMethod ipv4AddressType()"
|
|
desc: "Get the ipv4AddressType property: Gets or sets the ipv4 address type."
|
|
returns:
|
|
description: "the ipv4AddressType value."
|
|
type: "<xref href=\"com.azure.resourcemanager.scvmm.models.AllocationMethod?alt=com.azure.resourcemanager.scvmm.models.AllocationMethod&text=AllocationMethod\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.scvmm.models.NetworkInterfaceUpdate.ipv6AddressType()"
|
|
fullName: "com.azure.resourcemanager.scvmm.models.NetworkInterfaceUpdate.ipv6AddressType()"
|
|
name: "ipv6AddressType()"
|
|
nameWithType: "NetworkInterfaceUpdate.ipv6AddressType()"
|
|
summary: "Get the ipv6Address<wbr>Type property: Gets or sets the ipv6 address type."
|
|
syntax: "public AllocationMethod ipv6AddressType()"
|
|
desc: "Get the ipv6AddressType property: Gets or sets the ipv6 address type."
|
|
returns:
|
|
description: "the ipv6AddressType value."
|
|
type: "<xref href=\"com.azure.resourcemanager.scvmm.models.AllocationMethod?alt=com.azure.resourcemanager.scvmm.models.AllocationMethod&text=AllocationMethod\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.scvmm.models.NetworkInterfaceUpdate.macAddress()"
|
|
fullName: "com.azure.resourcemanager.scvmm.models.NetworkInterfaceUpdate.macAddress()"
|
|
name: "macAddress()"
|
|
nameWithType: "NetworkInterfaceUpdate.macAddress()"
|
|
summary: "Get the mac<wbr>Address property: Gets or sets the nic MAC address."
|
|
syntax: "public String macAddress()"
|
|
desc: "Get the macAddress property: Gets or sets the nic MAC address."
|
|
returns:
|
|
description: "the macAddress value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.scvmm.models.NetworkInterfaceUpdate.macAddressType()"
|
|
fullName: "com.azure.resourcemanager.scvmm.models.NetworkInterfaceUpdate.macAddressType()"
|
|
name: "macAddressType()"
|
|
nameWithType: "NetworkInterfaceUpdate.macAddressType()"
|
|
summary: "Get the mac<wbr>Address<wbr>Type property: Gets or sets the mac address type."
|
|
syntax: "public AllocationMethod macAddressType()"
|
|
desc: "Get the macAddressType property: Gets or sets the mac address type."
|
|
returns:
|
|
description: "the macAddressType value."
|
|
type: "<xref href=\"com.azure.resourcemanager.scvmm.models.AllocationMethod?alt=com.azure.resourcemanager.scvmm.models.AllocationMethod&text=AllocationMethod\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.scvmm.models.NetworkInterfaceUpdate.name()"
|
|
fullName: "com.azure.resourcemanager.scvmm.models.NetworkInterfaceUpdate.name()"
|
|
name: "name()"
|
|
nameWithType: "NetworkInterfaceUpdate.name()"
|
|
summary: "Get the name property: Gets or sets the name of the network interface."
|
|
syntax: "public String name()"
|
|
desc: "Get the name property: Gets or sets the name of the network interface."
|
|
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.scvmm.models.NetworkInterfaceUpdate.nicId()"
|
|
fullName: "com.azure.resourcemanager.scvmm.models.NetworkInterfaceUpdate.nicId()"
|
|
name: "nicId()"
|
|
nameWithType: "NetworkInterfaceUpdate.nicId()"
|
|
summary: "Get the nic<wbr>Id property: Gets or sets the nic id."
|
|
syntax: "public String nicId()"
|
|
desc: "Get the nicId property: Gets or sets the nic id."
|
|
returns:
|
|
description: "the nicId value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.scvmm.models.NetworkInterfaceUpdate.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.scvmm.models.NetworkInterfaceUpdate.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "NetworkInterfaceUpdate.toJson(JsonWriter jsonWriter)"
|
|
parameters:
|
|
- name: "jsonWriter"
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
|
|
exceptions:
|
|
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
returns:
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.scvmm.models.NetworkInterfaceUpdate.validate()"
|
|
fullName: "com.azure.resourcemanager.scvmm.models.NetworkInterfaceUpdate.validate()"
|
|
name: "validate()"
|
|
nameWithType: "NetworkInterfaceUpdate.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.scvmm.models.NetworkInterfaceUpdate.virtualNetworkId()"
|
|
fullName: "com.azure.resourcemanager.scvmm.models.NetworkInterfaceUpdate.virtualNetworkId()"
|
|
name: "virtualNetworkId()"
|
|
nameWithType: "NetworkInterfaceUpdate.virtualNetworkId()"
|
|
summary: "Get the virtual<wbr>Network<wbr>Id property: Gets or sets the ARM Id of the Microsoft.<wbr>Sc<wbr>Vmm/virtual<wbr>Network resource to connect the nic."
|
|
syntax: "public String virtualNetworkId()"
|
|
desc: "Get the virtualNetworkId property: Gets or sets the ARM Id of the Microsoft.ScVmm/virtualNetwork resource to connect the nic."
|
|
returns:
|
|
description: "the virtualNetworkId value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.scvmm.models.NetworkInterfaceUpdate.withIpv4AddressType(com.azure.resourcemanager.scvmm.models.AllocationMethod)"
|
|
fullName: "com.azure.resourcemanager.scvmm.models.NetworkInterfaceUpdate.withIpv4AddressType(AllocationMethod ipv4AddressType)"
|
|
name: "withIpv4AddressType(AllocationMethod ipv4AddressType)"
|
|
nameWithType: "NetworkInterfaceUpdate.withIpv4AddressType(AllocationMethod ipv4AddressType)"
|
|
summary: "Set the ipv4Address<wbr>Type property: Gets or sets the ipv4 address type."
|
|
parameters:
|
|
- description: "the ipv4AddressType value to set."
|
|
name: "ipv4AddressType"
|
|
type: "<xref href=\"com.azure.resourcemanager.scvmm.models.AllocationMethod?alt=com.azure.resourcemanager.scvmm.models.AllocationMethod&text=AllocationMethod\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public NetworkInterfaceUpdate withIpv4AddressType(AllocationMethod ipv4AddressType)"
|
|
desc: "Set the ipv4AddressType property: Gets or sets the ipv4 address type."
|
|
returns:
|
|
description: "the NetworkInterfaceUpdate object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.scvmm.models.NetworkInterfaceUpdate?alt=com.azure.resourcemanager.scvmm.models.NetworkInterfaceUpdate&text=NetworkInterfaceUpdate\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.scvmm.models.NetworkInterfaceUpdate.withIpv6AddressType(com.azure.resourcemanager.scvmm.models.AllocationMethod)"
|
|
fullName: "com.azure.resourcemanager.scvmm.models.NetworkInterfaceUpdate.withIpv6AddressType(AllocationMethod ipv6AddressType)"
|
|
name: "withIpv6AddressType(AllocationMethod ipv6AddressType)"
|
|
nameWithType: "NetworkInterfaceUpdate.withIpv6AddressType(AllocationMethod ipv6AddressType)"
|
|
summary: "Set the ipv6Address<wbr>Type property: Gets or sets the ipv6 address type."
|
|
parameters:
|
|
- description: "the ipv6AddressType value to set."
|
|
name: "ipv6AddressType"
|
|
type: "<xref href=\"com.azure.resourcemanager.scvmm.models.AllocationMethod?alt=com.azure.resourcemanager.scvmm.models.AllocationMethod&text=AllocationMethod\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public NetworkInterfaceUpdate withIpv6AddressType(AllocationMethod ipv6AddressType)"
|
|
desc: "Set the ipv6AddressType property: Gets or sets the ipv6 address type."
|
|
returns:
|
|
description: "the NetworkInterfaceUpdate object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.scvmm.models.NetworkInterfaceUpdate?alt=com.azure.resourcemanager.scvmm.models.NetworkInterfaceUpdate&text=NetworkInterfaceUpdate\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.scvmm.models.NetworkInterfaceUpdate.withMacAddress(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.scvmm.models.NetworkInterfaceUpdate.withMacAddress(String macAddress)"
|
|
name: "withMacAddress(String macAddress)"
|
|
nameWithType: "NetworkInterfaceUpdate.withMacAddress(String macAddress)"
|
|
summary: "Set the mac<wbr>Address property: Gets or sets the nic MAC address."
|
|
parameters:
|
|
- description: "the macAddress value to set."
|
|
name: "macAddress"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public NetworkInterfaceUpdate withMacAddress(String macAddress)"
|
|
desc: "Set the macAddress property: Gets or sets the nic MAC address."
|
|
returns:
|
|
description: "the NetworkInterfaceUpdate object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.scvmm.models.NetworkInterfaceUpdate?alt=com.azure.resourcemanager.scvmm.models.NetworkInterfaceUpdate&text=NetworkInterfaceUpdate\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.scvmm.models.NetworkInterfaceUpdate.withMacAddressType(com.azure.resourcemanager.scvmm.models.AllocationMethod)"
|
|
fullName: "com.azure.resourcemanager.scvmm.models.NetworkInterfaceUpdate.withMacAddressType(AllocationMethod macAddressType)"
|
|
name: "withMacAddressType(AllocationMethod macAddressType)"
|
|
nameWithType: "NetworkInterfaceUpdate.withMacAddressType(AllocationMethod macAddressType)"
|
|
summary: "Set the mac<wbr>Address<wbr>Type property: Gets or sets the mac address type."
|
|
parameters:
|
|
- description: "the macAddressType value to set."
|
|
name: "macAddressType"
|
|
type: "<xref href=\"com.azure.resourcemanager.scvmm.models.AllocationMethod?alt=com.azure.resourcemanager.scvmm.models.AllocationMethod&text=AllocationMethod\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public NetworkInterfaceUpdate withMacAddressType(AllocationMethod macAddressType)"
|
|
desc: "Set the macAddressType property: Gets or sets the mac address type."
|
|
returns:
|
|
description: "the NetworkInterfaceUpdate object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.scvmm.models.NetworkInterfaceUpdate?alt=com.azure.resourcemanager.scvmm.models.NetworkInterfaceUpdate&text=NetworkInterfaceUpdate\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.scvmm.models.NetworkInterfaceUpdate.withName(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.scvmm.models.NetworkInterfaceUpdate.withName(String name)"
|
|
name: "withName(String name)"
|
|
nameWithType: "NetworkInterfaceUpdate.withName(String name)"
|
|
summary: "Set the name property: Gets or sets the name of the network 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 NetworkInterfaceUpdate withName(String name)"
|
|
desc: "Set the name property: Gets or sets the name of the network interface."
|
|
returns:
|
|
description: "the NetworkInterfaceUpdate object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.scvmm.models.NetworkInterfaceUpdate?alt=com.azure.resourcemanager.scvmm.models.NetworkInterfaceUpdate&text=NetworkInterfaceUpdate\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.scvmm.models.NetworkInterfaceUpdate.withNicId(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.scvmm.models.NetworkInterfaceUpdate.withNicId(String nicId)"
|
|
name: "withNicId(String nicId)"
|
|
nameWithType: "NetworkInterfaceUpdate.withNicId(String nicId)"
|
|
summary: "Set the nic<wbr>Id property: Gets or sets the nic id."
|
|
parameters:
|
|
- description: "the nicId value to set."
|
|
name: "nicId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public NetworkInterfaceUpdate withNicId(String nicId)"
|
|
desc: "Set the nicId property: Gets or sets the nic id."
|
|
returns:
|
|
description: "the NetworkInterfaceUpdate object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.scvmm.models.NetworkInterfaceUpdate?alt=com.azure.resourcemanager.scvmm.models.NetworkInterfaceUpdate&text=NetworkInterfaceUpdate\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.scvmm.models.NetworkInterfaceUpdate.withVirtualNetworkId(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.scvmm.models.NetworkInterfaceUpdate.withVirtualNetworkId(String virtualNetworkId)"
|
|
name: "withVirtualNetworkId(String virtualNetworkId)"
|
|
nameWithType: "NetworkInterfaceUpdate.withVirtualNetworkId(String virtualNetworkId)"
|
|
summary: "Set the virtual<wbr>Network<wbr>Id property: Gets or sets the ARM Id of the Microsoft.<wbr>Sc<wbr>Vmm/virtual<wbr>Network resource to connect the nic."
|
|
parameters:
|
|
- description: "the virtualNetworkId value to set."
|
|
name: "virtualNetworkId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public NetworkInterfaceUpdate withVirtualNetworkId(String virtualNetworkId)"
|
|
desc: "Set the virtualNetworkId property: Gets or sets the ARM Id of the Microsoft.ScVmm/virtualNetwork resource to connect the nic."
|
|
returns:
|
|
description: "the NetworkInterfaceUpdate object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.scvmm.models.NetworkInterfaceUpdate?alt=com.azure.resourcemanager.scvmm.models.NetworkInterfaceUpdate&text=NetworkInterfaceUpdate\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Network Interface Update model."
|
|
implements:
|
|
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.scvmm.models.NetworkInterfaceUpdate?alt=com.azure.resourcemanager.scvmm.models.NetworkInterfaceUpdate&text=NetworkInterfaceUpdate\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.scvmm.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-scvmm:1.0.0
|