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
557 |
# File 'sig/client.rbs', line 557 def associate_default_security_group: () -> bool |
#auto_replicate_new_disks ⇒ Boolean
570 |
# File 'sig/client.rbs', line 570 def auto_replicate_new_disks: () -> bool |
#bandwidth_throttling ⇒ ::Integer
565 |
# File 'sig/client.rbs', line 565 def bandwidth_throttling: () -> ::Integer |
#create_public_ip ⇒ Boolean
567 |
# File 'sig/client.rbs', line 567 def create_public_ip: () -> bool |
#data_plane_routing ⇒ "PRIVATE_IP", "PUBLIC_IP"
566 |
# File 'sig/client.rbs', line 566 def data_plane_routing: () -> ("PRIVATE_IP" | "PUBLIC_IP") |
#default_large_staging_disk_type ⇒ "GP2", ...
561 |
# File 'sig/client.rbs', line 561 def default_large_staging_disk_type: () -> ("GP2" | "GP3" | "ST1" | "AUTO") |
#ebs_encryption ⇒ "DEFAULT", ...
563 |
# File 'sig/client.rbs', line 563 def ebs_encryption: () -> ("DEFAULT" | "CUSTOM" | "NONE") |
#ebs_encryption_key_arn ⇒ ::String
564 |
# File 'sig/client.rbs', line 564 def ebs_encryption_key_arn: () -> ::String |
#internet_protocol ⇒ "IPV4", "IPV6"
571 |
# File 'sig/client.rbs', line 571 def internet_protocol: () -> ("IPV4" | "IPV6") |
#name ⇒ ::String
555 |
# File 'sig/client.rbs', line 555 def name: () -> ::String |
#pit_policy ⇒ ::Array[Types::PITPolicyRule]
569 |
# File 'sig/client.rbs', line 569 def pit_policy: () -> ::Array[Types::PITPolicyRule] |
#replicated_disks ⇒ ::Array[Types::ReplicationConfigurationReplicatedDisk]
562 |
# File 'sig/client.rbs', line 562 def replicated_disks: () -> ::Array[Types::ReplicationConfigurationReplicatedDisk] |
#replication_server_instance_type ⇒ ::String
559 |
# File 'sig/client.rbs', line 559 def replication_server_instance_type: () -> ::String |
#replication_servers_security_groups_i_ds ⇒ ::Array[::String]
558 |
# File 'sig/client.rbs', line 558 def replication_servers_security_groups_i_ds: () -> ::Array[::String] |
#source_server_id ⇒ ::String
554 |
# File 'sig/client.rbs', line 554 def source_server_id: () -> ::String |
#staging_area_subnet_id ⇒ ::String
556 |
# File 'sig/client.rbs', line 556 def staging_area_subnet_id: () -> ::String |
#staging_area_tags ⇒ ::Hash[::String, ::String]
568 |
# File 'sig/client.rbs', line 568 def staging_area_tags: () -> ::Hash[::String, ::String] |
#use_dedicated_replication_server ⇒ Boolean
560 |
# File 'sig/client.rbs', line 560 def use_dedicated_replication_server: () -> bool |