com.amazonaws.services.directconnect.model
Class DeleteVirtualInterfaceResult

java.lang.Object
  extended by com.amazonaws.services.directconnect.model.DeleteVirtualInterfaceResult
All Implemented Interfaces:
Serializable

public class DeleteVirtualInterfaceResult
extends Object
implements Serializable

The response received when DeleteVirtualInterface is called.

See Also:
Serialized Form

Constructor Summary
DeleteVirtualInterfaceResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getVirtualInterfaceState()
          State of the virtual interface.
 int hashCode()
           
 void setVirtualInterfaceState(String virtualInterfaceState)
          State of the virtual interface.
 void setVirtualInterfaceState(VirtualInterfaceState virtualInterfaceState)
          State of the virtual interface.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DeleteVirtualInterfaceResult withVirtualInterfaceState(String virtualInterfaceState)
          State of the virtual interface.
 DeleteVirtualInterfaceResult withVirtualInterfaceState(VirtualInterfaceState virtualInterfaceState)
          State of the virtual interface.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeleteVirtualInterfaceResult

public DeleteVirtualInterfaceResult()
Method Detail

getVirtualInterfaceState

public String getVirtualInterfaceState()
State of the virtual interface.

Constraints:
Allowed Values: confirming, verifying, pending, available, deleting, deleted, rejected

Returns:
State of the virtual interface.
  • Confirming: The creation of the virtual interface is pending confirmation from the virtual interface owner. If the owner of the virtual interface is different from the owner of the connection on which it is provisioned, then the virtual interface will remain in this state until it is confirmed by the virtual interface owner.
  • Verifying: This state only applies to public virtual interfaces. Each public virtual interface needs validation before the virtual interface can be created.
  • Pending: A virtual interface is in this state from the time that it is created until the virtual interface is ready to forward traffic.
  • Available: A virtual interface that is able to forward traffic.
  • Deleting: A virtual interface is in this state immediately after calling DeleteVirtualInterface until it can no longer forward traffic.
  • Deleted: A virtual interface that cannot forward traffic.
  • Rejected: The virtual interface owner has declined creation of the virtual interface. If a virtual interface in the 'Confirming' state is deleted by the virtual interface owner, the virtual interface will enter the 'Rejected' state.
See Also:
VirtualInterfaceState

setVirtualInterfaceState

public void setVirtualInterfaceState(String virtualInterfaceState)
State of the virtual interface.

Constraints:
Allowed Values: confirming, verifying, pending, available, deleting, deleted, rejected

Parameters:
virtualInterfaceState - State of the virtual interface.
  • Confirming: The creation of the virtual interface is pending confirmation from the virtual interface owner. If the owner of the virtual interface is different from the owner of the connection on which it is provisioned, then the virtual interface will remain in this state until it is confirmed by the virtual interface owner.
  • Verifying: This state only applies to public virtual interfaces. Each public virtual interface needs validation before the virtual interface can be created.
  • Pending: A virtual interface is in this state from the time that it is created until the virtual interface is ready to forward traffic.
  • Available: A virtual interface that is able to forward traffic.
  • Deleting: A virtual interface is in this state immediately after calling DeleteVirtualInterface until it can no longer forward traffic.
  • Deleted: A virtual interface that cannot forward traffic.
  • Rejected: The virtual interface owner has declined creation of the virtual interface. If a virtual interface in the 'Confirming' state is deleted by the virtual interface owner, the virtual interface will enter the 'Rejected' state.
See Also:
VirtualInterfaceState

withVirtualInterfaceState

public DeleteVirtualInterfaceResult withVirtualInterfaceState(String virtualInterfaceState)
State of the virtual interface.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Allowed Values: confirming, verifying, pending, available, deleting, deleted, rejected

Parameters:
virtualInterfaceState - State of the virtual interface.
  • Confirming: The creation of the virtual interface is pending confirmation from the virtual interface owner. If the owner of the virtual interface is different from the owner of the connection on which it is provisioned, then the virtual interface will remain in this state until it is confirmed by the virtual interface owner.
  • Verifying: This state only applies to public virtual interfaces. Each public virtual interface needs validation before the virtual interface can be created.
  • Pending: A virtual interface is in this state from the time that it is created until the virtual interface is ready to forward traffic.
  • Available: A virtual interface that is able to forward traffic.
  • Deleting: A virtual interface is in this state immediately after calling DeleteVirtualInterface until it can no longer forward traffic.
  • Deleted: A virtual interface that cannot forward traffic.
  • Rejected: The virtual interface owner has declined creation of the virtual interface. If a virtual interface in the 'Confirming' state is deleted by the virtual interface owner, the virtual interface will enter the 'Rejected' state.
Returns:
A reference to this updated object so that method calls can be chained together.
See Also:
VirtualInterfaceState

setVirtualInterfaceState

public void setVirtualInterfaceState(VirtualInterfaceState virtualInterfaceState)
State of the virtual interface.

Constraints:
Allowed Values: confirming, verifying, pending, available, deleting, deleted, rejected

Parameters:
virtualInterfaceState - State of the virtual interface.
  • Confirming: The creation of the virtual interface is pending confirmation from the virtual interface owner. If the owner of the virtual interface is different from the owner of the connection on which it is provisioned, then the virtual interface will remain in this state until it is confirmed by the virtual interface owner.
  • Verifying: This state only applies to public virtual interfaces. Each public virtual interface needs validation before the virtual interface can be created.
  • Pending: A virtual interface is in this state from the time that it is created until the virtual interface is ready to forward traffic.
  • Available: A virtual interface that is able to forward traffic.
  • Deleting: A virtual interface is in this state immediately after calling DeleteVirtualInterface until it can no longer forward traffic.
  • Deleted: A virtual interface that cannot forward traffic.
  • Rejected: The virtual interface owner has declined creation of the virtual interface. If a virtual interface in the 'Confirming' state is deleted by the virtual interface owner, the virtual interface will enter the 'Rejected' state.
See Also:
VirtualInterfaceState

withVirtualInterfaceState

public DeleteVirtualInterfaceResult withVirtualInterfaceState(VirtualInterfaceState virtualInterfaceState)
State of the virtual interface.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Allowed Values: confirming, verifying, pending, available, deleting, deleted, rejected

Parameters:
virtualInterfaceState - State of the virtual interface.
  • Confirming: The creation of the virtual interface is pending confirmation from the virtual interface owner. If the owner of the virtual interface is different from the owner of the connection on which it is provisioned, then the virtual interface will remain in this state until it is confirmed by the virtual interface owner.
  • Verifying: This state only applies to public virtual interfaces. Each public virtual interface needs validation before the virtual interface can be created.
  • Pending: A virtual interface is in this state from the time that it is created until the virtual interface is ready to forward traffic.
  • Available: A virtual interface that is able to forward traffic.
  • Deleting: A virtual interface is in this state immediately after calling DeleteVirtualInterface until it can no longer forward traffic.
  • Deleted: A virtual interface that cannot forward traffic.
  • Rejected: The virtual interface owner has declined creation of the virtual interface. If a virtual interface in the 'Confirming' state is deleted by the virtual interface owner, the virtual interface will enter the 'Rejected' state.
Returns:
A reference to this updated object so that method calls can be chained together.
See Also:
VirtualInterfaceState

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016. All rights reserved.