Module: Aws::DirectConnect::Client::_AllocatePrivateVirtualInterfaceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::VirtualInterface]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #address_family ⇒ "ipv4", "ipv6"
- #amazon_address ⇒ ::String
- #amazon_side_asn ⇒ ::Integer
- #asn ⇒ ::Integer
- #asn_long ⇒ ::Integer
- #auth_key ⇒ ::String
- #aws_device_v2 ⇒ ::String
- #aws_logical_device_id ⇒ ::String
- #bgp_peers ⇒ ::Array[Types::BGPPeer]
- #connection_id ⇒ ::String
- #customer_address ⇒ ::String
- #customer_router_config ⇒ ::String
- #direct_connect_gateway_id ⇒ ::String
- #jumbo_frame_capable ⇒ Boolean
- #location ⇒ ::String
- #mtu ⇒ ::Integer
- #owner_account ⇒ ::String
- #rate_limit ⇒ ::String
- #region ⇒ ::String
- #route_filter_prefixes ⇒ ::Array[Types::RouteFilterPrefix]
- #site_link_enabled ⇒ Boolean
- #tags ⇒ ::Array[Types::Tag]
- #virtual_gateway_id ⇒ ::String
- #virtual_interface_id ⇒ ::String
- #virtual_interface_name ⇒ ::String
- #virtual_interface_state ⇒ "confirming", ...
- #virtual_interface_type ⇒ ::String
- #vlan ⇒ ::Integer
Instance Method Details
#address_family ⇒ "ipv4", "ipv6"
194 |
# File 'sig/client.rbs', line 194
def address_family: () -> ("ipv4" | "ipv6")
|
#amazon_address ⇒ ::String
192 |
# File 'sig/client.rbs', line 192
def amazon_address: () -> ::String
|
#amazon_side_asn ⇒ ::Integer
190 |
# File 'sig/client.rbs', line 190
def amazon_side_asn: () -> ::Integer
|
#asn ⇒ ::Integer
188 |
# File 'sig/client.rbs', line 188
def asn: () -> ::Integer
|
#asn_long ⇒ ::Integer
189 |
# File 'sig/client.rbs', line 189
def asn_long: () -> ::Integer
|
#auth_key ⇒ ::String
191 |
# File 'sig/client.rbs', line 191
def auth_key: () -> ::String
|
#aws_device_v2 ⇒ ::String
204 |
# File 'sig/client.rbs', line 204
def aws_device_v2: () -> ::String
|
#aws_logical_device_id ⇒ ::String
205 |
# File 'sig/client.rbs', line 205
def aws_logical_device_id: () -> ::String
|
#bgp_peers ⇒ ::Array[Types::BGPPeer]
202 |
# File 'sig/client.rbs', line 202
def bgp_peers: () -> ::Array[Types::BGPPeer]
|
#connection_id ⇒ ::String
184 |
# File 'sig/client.rbs', line 184
def connection_id: () -> ::String
|
#customer_address ⇒ ::String
193 |
# File 'sig/client.rbs', line 193
def customer_address: () -> ::String
|
#customer_router_config ⇒ ::String
196 |
# File 'sig/client.rbs', line 196
def customer_router_config: () -> ::String
|
#direct_connect_gateway_id ⇒ ::String
200 |
# File 'sig/client.rbs', line 200
def direct_connect_gateway_id: () -> ::String
|
#jumbo_frame_capable ⇒ Boolean
198 |
# File 'sig/client.rbs', line 198
def jumbo_frame_capable: () -> bool
|
#location ⇒ ::String
183 |
# File 'sig/client.rbs', line 183
def location: () -> ::String
|
#mtu ⇒ ::Integer
197 |
# File 'sig/client.rbs', line 197
def mtu: () -> ::Integer
|
#owner_account ⇒ ::String
181 |
# File 'sig/client.rbs', line 181
def owner_account: () -> ::String
|
#rate_limit ⇒ ::String
208 |
# File 'sig/client.rbs', line 208
def rate_limit: () -> ::String
|
#region ⇒ ::String
203 |
# File 'sig/client.rbs', line 203
def region: () -> ::String
|
#route_filter_prefixes ⇒ ::Array[Types::RouteFilterPrefix]
201 |
# File 'sig/client.rbs', line 201
def route_filter_prefixes: () -> ::Array[Types::RouteFilterPrefix]
|
#site_link_enabled ⇒ Boolean
207 |
# File 'sig/client.rbs', line 207
def site_link_enabled: () -> bool
|
#tags ⇒ ::Array[Types::Tag]
206 |
# File 'sig/client.rbs', line 206
def tags: () -> ::Array[Types::Tag]
|
#virtual_gateway_id ⇒ ::String
199 |
# File 'sig/client.rbs', line 199
def virtual_gateway_id: () -> ::String
|
#virtual_interface_id ⇒ ::String
182 |
# File 'sig/client.rbs', line 182
def virtual_interface_id: () -> ::String
|
#virtual_interface_name ⇒ ::String
186 |
# File 'sig/client.rbs', line 186
def virtual_interface_name: () -> ::String
|
#virtual_interface_state ⇒ "confirming", ...
195 |
# File 'sig/client.rbs', line 195
def virtual_interface_state: () -> ("confirming" | "verifying" | "pending" | "available" | "down" | "testing" | "deleting" | "deleted" | "rejected" | "unknown")
|
#virtual_interface_type ⇒ ::String
185 |
# File 'sig/client.rbs', line 185
def virtual_interface_type: () -> ::String
|
#vlan ⇒ ::Integer
187 |
# File 'sig/client.rbs', line 187
def vlan: () -> ::Integer
|