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
482 |
# File 'sig/client.rbs', line 482
def bandwidth_throttling: () -> ::Integer
|
#internet_protocol ⇒ "IPV4", "IPV6"
484 |
# File 'sig/client.rbs', line 484
def internet_protocol: () -> ("IPV4" | "IPV6")
|
#name ⇒ ::String
481 |
# File 'sig/client.rbs', line 481
def name: () -> ::String
|
#recovery_instance_id ⇒ ::String
480 |
# File 'sig/client.rbs', line 480
def recovery_instance_id: () -> ::String
|
#use_private_ip ⇒ Boolean
483 |
# File 'sig/client.rbs', line 483
def use_private_ip: () -> bool
|