AWS SDK for .NET Documentation
ConfirmPrivateVirtualInterfaceResult Class
AmazonAmazon.DirectConnect.ModelConfirmPrivateVirtualInterfaceResult Did this page help you?   Yes   No    Tell us about it...

The response received when ConfirmPrivateVirtualInterface is called.

Declaration Syntax
C#
public class ConfirmPrivateVirtualInterfaceResult
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ConfirmPrivateVirtualInterfaceResult()()()()
Initializes a new instance of the ConfirmPrivateVirtualInterfaceResult class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
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.

Constraints:

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


WithVirtualInterfaceState(String) Obsolete.
Sets the VirtualInterfaceState property

Inheritance Hierarchy
Object
ConfirmPrivateVirtualInterfaceResult

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)