Module: Aws::Drs::Client::_GetReplicationConfigurationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ReplicationConfiguration]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #associate_default_security_group ⇒ Boolean
- #auto_replicate_new_disks ⇒ Boolean
- #bandwidth_throttling ⇒ ::Integer
- #create_public_ip ⇒ Boolean
- #data_plane_routing ⇒ "PRIVATE_IP", "PUBLIC_IP"
- #default_large_staging_disk_type ⇒ "GP2", ...
- #ebs_encryption ⇒ "DEFAULT", ...
- #ebs_encryption_key_arn ⇒ ::String
- #internet_protocol ⇒ "IPV4", "IPV6"
- #name ⇒ ::String
- #pit_policy ⇒ ::Array[Types::PITPolicyRule]
- #replicated_disks ⇒ ::Array[Types::ReplicationConfigurationReplicatedDisk]
- #replication_server_instance_type ⇒ ::String
- #replication_servers_security_groups_i_ds ⇒ ::Array[::String]
- #source_server_id ⇒ ::String
- #staging_area_subnet_id ⇒ ::String
- #staging_area_tags ⇒ ::Hash[::String, ::String]
- #use_dedicated_replication_server ⇒ Boolean
Instance Method Details
#associate_default_security_group ⇒ Boolean
448 |
# File 'sig/client.rbs', line 448
def associate_default_security_group: () -> bool
|
#auto_replicate_new_disks ⇒ Boolean
461 |
# File 'sig/client.rbs', line 461
def auto_replicate_new_disks: () -> bool
|
#bandwidth_throttling ⇒ ::Integer
456 |
# File 'sig/client.rbs', line 456
def bandwidth_throttling: () -> ::Integer
|
#create_public_ip ⇒ Boolean
458 |
# File 'sig/client.rbs', line 458
def create_public_ip: () -> bool
|
#data_plane_routing ⇒ "PRIVATE_IP", "PUBLIC_IP"
457 |
# File 'sig/client.rbs', line 457
def data_plane_routing: () -> ("PRIVATE_IP" | "PUBLIC_IP")
|
#default_large_staging_disk_type ⇒ "GP2", ...
452 |
# File 'sig/client.rbs', line 452
def default_large_staging_disk_type: () -> ("GP2" | "GP3" | "ST1" | "AUTO")
|
#ebs_encryption ⇒ "DEFAULT", ...
454 |
# File 'sig/client.rbs', line 454
def ebs_encryption: () -> ("DEFAULT" | "CUSTOM" | "NONE")
|
#ebs_encryption_key_arn ⇒ ::String
455 |
# File 'sig/client.rbs', line 455
def ebs_encryption_key_arn: () -> ::String
|
#internet_protocol ⇒ "IPV4", "IPV6"
462 |
# File 'sig/client.rbs', line 462
def internet_protocol: () -> ("IPV4" | "IPV6")
|
#name ⇒ ::String
446 |
# File 'sig/client.rbs', line 446
def name: () -> ::String
|
#pit_policy ⇒ ::Array[Types::PITPolicyRule]
460 |
# File 'sig/client.rbs', line 460
def pit_policy: () -> ::Array[Types::PITPolicyRule]
|
#replicated_disks ⇒ ::Array[Types::ReplicationConfigurationReplicatedDisk]
453 |
# File 'sig/client.rbs', line 453
def replicated_disks: () -> ::Array[Types::ReplicationConfigurationReplicatedDisk]
|
#replication_server_instance_type ⇒ ::String
450 |
# File 'sig/client.rbs', line 450
def replication_server_instance_type: () -> ::String
|
#replication_servers_security_groups_i_ds ⇒ ::Array[::String]
449 |
# File 'sig/client.rbs', line 449
def replication_servers_security_groups_i_ds: () -> ::Array[::String]
|
#source_server_id ⇒ ::String
445 |
# File 'sig/client.rbs', line 445
def source_server_id: () -> ::String
|
#staging_area_subnet_id ⇒ ::String
447 |
# File 'sig/client.rbs', line 447
def staging_area_subnet_id: () -> ::String
|
#staging_area_tags ⇒ ::Hash[::String, ::String]
459 |
# File 'sig/client.rbs', line 459
def staging_area_tags: () -> ::Hash[::String, ::String]
|
#use_dedicated_replication_server ⇒ Boolean
451 |
# File 'sig/client.rbs', line 451
def use_dedicated_replication_server: () -> bool
|