Module: Aws::Drs::Client::_UpdateReplicationConfigurationResponseSuccess
- 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
777 |
# File 'sig/client.rbs', line 777
def associate_default_security_group: () -> bool
|
#auto_replicate_new_disks ⇒ Boolean
790 |
# File 'sig/client.rbs', line 790
def auto_replicate_new_disks: () -> bool
|
#bandwidth_throttling ⇒ ::Integer
785 |
# File 'sig/client.rbs', line 785
def bandwidth_throttling: () -> ::Integer
|
#create_public_ip ⇒ Boolean
787 |
# File 'sig/client.rbs', line 787
def create_public_ip: () -> bool
|
#data_plane_routing ⇒ "PRIVATE_IP", "PUBLIC_IP"
786 |
# File 'sig/client.rbs', line 786
def data_plane_routing: () -> ("PRIVATE_IP" | "PUBLIC_IP")
|
#default_large_staging_disk_type ⇒ "GP2", ...
781 |
# File 'sig/client.rbs', line 781
def default_large_staging_disk_type: () -> ("GP2" | "GP3" | "ST1" | "AUTO")
|
#ebs_encryption ⇒ "DEFAULT", ...
783 |
# File 'sig/client.rbs', line 783
def ebs_encryption: () -> ("DEFAULT" | "CUSTOM" | "NONE")
|
#ebs_encryption_key_arn ⇒ ::String
784 |
# File 'sig/client.rbs', line 784
def ebs_encryption_key_arn: () -> ::String
|
#internet_protocol ⇒ "IPV4", "IPV6"
791 |
# File 'sig/client.rbs', line 791
def internet_protocol: () -> ("IPV4" | "IPV6")
|
#name ⇒ ::String
775 |
# File 'sig/client.rbs', line 775
def name: () -> ::String
|
#pit_policy ⇒ ::Array[Types::PITPolicyRule]
789 |
# File 'sig/client.rbs', line 789
def pit_policy: () -> ::Array[Types::PITPolicyRule]
|
#replicated_disks ⇒ ::Array[Types::ReplicationConfigurationReplicatedDisk]
782 |
# File 'sig/client.rbs', line 782
def replicated_disks: () -> ::Array[Types::ReplicationConfigurationReplicatedDisk]
|
#replication_server_instance_type ⇒ ::String
779 |
# File 'sig/client.rbs', line 779
def replication_server_instance_type: () -> ::String
|
#replication_servers_security_groups_i_ds ⇒ ::Array[::String]
778 |
# File 'sig/client.rbs', line 778
def replication_servers_security_groups_i_ds: () -> ::Array[::String]
|
#source_server_id ⇒ ::String
774 |
# File 'sig/client.rbs', line 774
def source_server_id: () -> ::String
|
#staging_area_subnet_id ⇒ ::String
776 |
# File 'sig/client.rbs', line 776
def staging_area_subnet_id: () -> ::String
|
#staging_area_tags ⇒ ::Hash[::String, ::String]
788 |
# File 'sig/client.rbs', line 788
def staging_area_tags: () -> ::Hash[::String, ::String]
|
#use_dedicated_replication_server ⇒ Boolean
780 |
# File 'sig/client.rbs', line 780
def use_dedicated_replication_server: () -> bool
|