public class NextHopParameters extends Object
| Constructor and Description |
|---|
NextHopParameters() |
| Modifier and Type | Method and Description |
|---|---|
String |
destinationIPAddress()
Get the destination IP address.
|
String |
sourceIPAddress()
Get the source IP address.
|
String |
targetNicResourceId()
Get the NIC ID.
|
String |
targetResourceId()
Get the resource identifier of the target resource against which the action is to be performed.
|
NextHopParameters |
withDestinationIPAddress(String destinationIPAddress)
Set the destination IP address.
|
NextHopParameters |
withSourceIPAddress(String sourceIPAddress)
Set the source IP address.
|
NextHopParameters |
withTargetNicResourceId(String targetNicResourceId)
Set the NIC ID.
|
NextHopParameters |
withTargetResourceId(String targetResourceId)
Set the resource identifier of the target resource against which the action is to be performed.
|
public String targetResourceId()
public NextHopParameters withTargetResourceId(String targetResourceId)
targetResourceId - the targetResourceId value to setpublic String sourceIPAddress()
public NextHopParameters withSourceIPAddress(String sourceIPAddress)
sourceIPAddress - the sourceIPAddress value to setpublic String destinationIPAddress()
public NextHopParameters withDestinationIPAddress(String destinationIPAddress)
destinationIPAddress - the destinationIPAddress value to setpublic String targetNicResourceId()
public NextHopParameters withTargetNicResourceId(String targetNicResourceId)
targetNicResourceId - the targetNicResourceId value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/