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()
boolean
getAsn()
getVlan()
int
hashCode()
void
setAmazonAddress
(String amazonAddress) void
void
setAuthKey
(String authKey) void
setCustomerAddress
(String customerAddress) void
setVirtualInterfaceName
(String virtualInterfaceName) void
toString()
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
-