Module: Aws::Drs::Client::_GetFailbackReplicationConfigurationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetFailbackReplicationConfigurationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #bandwidth_throttling ⇒ ::Integer
- #internet_protocol ⇒ "IPV4", "IPV6"
- #name ⇒ ::String
- #recovery_instance_id ⇒ ::String
- #use_private_ip ⇒ Boolean
Instance Method Details
#bandwidth_throttling ⇒ ::Integer
414 |
# File 'sig/client.rbs', line 414
def bandwidth_throttling: () -> ::Integer
|
#internet_protocol ⇒ "IPV4", "IPV6"
416 |
# File 'sig/client.rbs', line 416
def internet_protocol: () -> ("IPV4" | "IPV6")
|
#name ⇒ ::String
413 |
# File 'sig/client.rbs', line 413
def name: () -> ::String
|
#recovery_instance_id ⇒ ::String
412 |
# File 'sig/client.rbs', line 412
def recovery_instance_id: () -> ::String
|
#use_private_ip ⇒ Boolean
415 |
# File 'sig/client.rbs', line 415
def use_private_ip: () -> bool
|