Did this page help you?

   Yes   No   Tell us about it...

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
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: verifying, pending, available, deleting, deleted

Returns:
State of the virtual interface.
  • 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.
See Also:
VirtualInterfaceState

setVirtualInterfaceState

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

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

Parameters:
virtualInterfaceState - State of the virtual interface.
  • 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.
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: verifying, pending, available, deleting, deleted

Parameters:
virtualInterfaceState - State of the virtual interface.
  • 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.
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: verifying, pending, available, deleting, deleted

Parameters:
virtualInterfaceState - State of the virtual interface.
  • 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.
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: verifying, pending, available, deleting, deleted

Parameters:
virtualInterfaceState - State of the virtual interface.
  • 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.
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 © 2010 Amazon Web Services, Inc. All Rights Reserved.