Class NewPrivateVirtualInterfaceAllocation
java.lang.Object
com.amazonaws.services.directconnect.model.NewPrivateVirtualInterfaceAllocation
- All Implemented Interfaces:
Serializable,Cloneable
A structure containing information about a private virtual interface that will be provisioned on a connection.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleangetAsn()getVlan()inthashCode()voidsetAmazonAddress(String amazonAddress) voidvoidsetAuthKey(String authKey) voidsetCustomerAddress(String customerAddress) voidsetVirtualInterfaceName(String virtualInterfaceName) voidtoString()Returns a string representation of this object; useful for testing and debugging.withAmazonAddress(String amazonAddress) withAuthKey(String authKey) withCustomerAddress(String customerAddress) withVirtualInterfaceName(String virtualInterfaceName)
-
Constructor Details
-
NewPrivateVirtualInterfaceAllocation
public NewPrivateVirtualInterfaceAllocation()
-
-
Method Details
-
setVirtualInterfaceName
- Parameters:
virtualInterfaceName-
-
getVirtualInterfaceName
- Returns:
-
withVirtualInterfaceName
- Parameters:
virtualInterfaceName-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setVlan
- Parameters:
vlan-
-
getVlan
- Returns:
-
withVlan
- Parameters:
vlan-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setAsn
- Parameters:
asn-
-
getAsn
- Returns:
-
withAsn
- Parameters:
asn-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setAuthKey
- Parameters:
authKey-
-
getAuthKey
- Returns:
-
withAuthKey
- Parameters:
authKey-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setAmazonAddress
- Parameters:
amazonAddress-
-
getAmazonAddress
- Returns:
-
withAmazonAddress
- Parameters:
amazonAddress-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCustomerAddress
- Parameters:
customerAddress-
-
getCustomerAddress
- Returns:
-
withCustomerAddress
- Parameters:
customerAddress-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-