PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` package Paws::DirectConnect::ConfirmPrivateVirtualInterfaceResponse; use Moose; has VirtualInterfaceState => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'virtualInterfaceState' ); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::DirectConnect::ConfirmPrivateVirtualInterfaceResponse =head1 ATTRIBUTES =head2 VirtualInterfaceState => Str The state of the virtual interface. The following are the possible values: =over =item * C: 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. =item * C: This state only applies to public virtual interfaces. Each public virtual interface needs validation before the virtual interface can be created. =item * C: A virtual interface is in this state from the time that it is created until the virtual interface is ready to forward traffic. =item * C: A virtual interface that is able to forward traffic. =item * C: A virtual interface that is BGP down. =item * C: A virtual interface is in this state immediately after calling DeleteVirtualInterface until it can no longer forward traffic. =item * C: A virtual interface that cannot forward traffic. =item * C: The virtual interface owner has declined creation of the virtual interface. If a virtual interface in the C state is deleted by the virtual interface owner, the virtual interface enters the C state. =item * C: The state of the virtual interface is not available. =back Valid values are: C<"confirming">, C<"verifying">, C<"pending">, C<"available">, C<"down">, C<"deleting">, C<"deleted">, C<"rejected">, C<"unknown"> =head2 _request_id => Str =cut 1;