NetworkAttachment Class
- java.
lang. Object - com.
azure. resourcemanager. networkcloud. models. NetworkAttachment
- com.
Implements
public final class NetworkAttachment
implements JsonSerializable<NetworkAttachment>
NetworkAttachment represents the single network attachment.
Constructor Summary
| Constructor | Description |
|---|---|
| NetworkAttachment() |
Creates an instance of Network |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
attachedNetworkId()
Get the attached |
|
Default |
defaultGateway()
Get the default |
|
static
Network |
fromJson(JsonReader jsonReader)
Reads an instance of Network |
|
Virtual |
ipAllocationMethod()
Get the ip |
| String |
ipv4Address()
Get the ipv4Address property: The IPv4 address of the virtual machine. |
| String |
ipv6Address()
Get the ipv6Address property: The IPv6 address of the virtual machine. |
| String |
macAddress()
Get the mac |
| String |
networkAttachmentName()
Get the network |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Network |
withAttachedNetworkId(String attachedNetworkId)
Set the attached |
|
Network |
withDefaultGateway(DefaultGateway defaultGateway)
Set the default |
|
Network |
withIpAllocationMethod(VirtualMachineIpAllocationMethod ipAllocationMethod)
Set the ip |
|
Network |
withIpv4Address(String ipv4Address)
Set the ipv4Address property: The IPv4 address of the virtual machine. |
|
Network |
withIpv6Address(String ipv6Address)
Set the ipv6Address property: The IPv6 address of the virtual machine. |
|
Network |
withNetworkAttachmentName(String networkAttachmentName)
Set the network |
Methods inherited from java.lang.Object
Constructor Details
NetworkAttachment
public NetworkAttachment()
Creates an instance of NetworkAttachment class.
Method Details
attachedNetworkId
public String attachedNetworkId()
Get the attachedNetworkId property: The resource ID of the associated network attached to the virtual machine. It can be one of cloudServicesNetwork, l3Network, l2Network or trunkedNetwork resources.
Returns:
defaultGateway
public DefaultGateway defaultGateway()
Get the defaultGateway property: The indicator of whether this is the default gateway. Only one of the attached networks (including the CloudServicesNetwork attachment) for a single machine may be specified as True.
Returns:
fromJson
public static NetworkAttachment fromJson(JsonReader jsonReader)
Reads an instance of NetworkAttachment from the JsonReader.
Parameters:
Returns:
Throws:
ipAllocationMethod
public VirtualMachineIpAllocationMethod ipAllocationMethod()
Get the ipAllocationMethod property: The IP allocation mechanism for the virtual machine. Dynamic and Static are only valid for l3Network which may also specify Disabled. Otherwise, Disabled is the only permitted value.
Returns:
ipv4Address
public String ipv4Address()
Get the ipv4Address property: The IPv4 address of the virtual machine. This field is used only if the attached network has IPAllocationType of IPV4 or DualStack. If IPAllocationMethod is: Static - this field must contain a user specified IPv4 address from within the subnet specified in the attached network. Dynamic - this field is read-only, but will be populated with an address from within the subnet specified in the attached network. Disabled - this field will be empty.
Returns:
ipv6Address
public String ipv6Address()
Get the ipv6Address property: The IPv6 address of the virtual machine. This field is used only if the attached network has IPAllocationType of IPV6 or DualStack. If IPAllocationMethod is: Static - this field must contain an IPv6 address range from within the range specified in the attached network. Dynamic - this field is read-only, but will be populated with an range from within the subnet specified in the attached network. Disabled - this field will be empty.
Returns:
macAddress
public String macAddress()
Get the macAddress property: The MAC address of the interface for the virtual machine that corresponds to this network attachment.
Returns:
networkAttachmentName
public String networkAttachmentName()
Get the networkAttachmentName property: The associated network's interface name. If specified, the network attachment name has a maximum length of 15 characters and must be unique to this virtual machine. If the user doesn’t specify this value, the default interface name of the network resource will be used. For a CloudServicesNetwork resource, this name will be ignored.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAttachedNetworkId
public NetworkAttachment withAttachedNetworkId(String attachedNetworkId)
Set the attachedNetworkId property: The resource ID of the associated network attached to the virtual machine. It can be one of cloudServicesNetwork, l3Network, l2Network or trunkedNetwork resources.
Parameters:
Returns:
withDefaultGateway
public NetworkAttachment withDefaultGateway(DefaultGateway defaultGateway)
Set the defaultGateway property: The indicator of whether this is the default gateway. Only one of the attached networks (including the CloudServicesNetwork attachment) for a single machine may be specified as True.
Parameters:
Returns:
withIpAllocationMethod
public NetworkAttachment withIpAllocationMethod(VirtualMachineIpAllocationMethod ipAllocationMethod)
Set the ipAllocationMethod property: The IP allocation mechanism for the virtual machine. Dynamic and Static are only valid for l3Network which may also specify Disabled. Otherwise, Disabled is the only permitted value.
Parameters:
Returns:
withIpv4Address
public NetworkAttachment withIpv4Address(String ipv4Address)
Set the ipv4Address property: The IPv4 address of the virtual machine. This field is used only if the attached network has IPAllocationType of IPV4 or DualStack. If IPAllocationMethod is: Static - this field must contain a user specified IPv4 address from within the subnet specified in the attached network. Dynamic - this field is read-only, but will be populated with an address from within the subnet specified in the attached network. Disabled - this field will be empty.
Parameters:
Returns:
withIpv6Address
public NetworkAttachment withIpv6Address(String ipv6Address)
Set the ipv6Address property: The IPv6 address of the virtual machine. This field is used only if the attached network has IPAllocationType of IPV6 or DualStack. If IPAllocationMethod is: Static - this field must contain an IPv6 address range from within the range specified in the attached network. Dynamic - this field is read-only, but will be populated with an range from within the subnet specified in the attached network. Disabled - this field will be empty.
Parameters:
Returns:
withNetworkAttachmentName
public NetworkAttachment withNetworkAttachmentName(String networkAttachmentName)
Set the networkAttachmentName property: The associated network's interface name. If specified, the network attachment name has a maximum length of 15 characters and must be unique to this virtual machine. If the user doesn’t specify this value, the default interface name of the network resource will be used. For a CloudServicesNetwork resource, this name will be ignored.
Parameters:
Returns: