Module: Aws::Mgn::Client::_UpdateReplicationConfigurationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ReplicationConfiguration]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #associate_default_security_group ⇒ Boolean
- #bandwidth_throttling ⇒ ::Integer
- #create_public_ip ⇒ Boolean
- #data_plane_routing ⇒ "PRIVATE_IP", "PUBLIC_IP"
- #default_large_staging_disk_type ⇒ "GP2", ...
- #ebs_encryption ⇒ "DEFAULT", "CUSTOM"
- #ebs_encryption_key_arn ⇒ ::String
- #internet_protocol ⇒ "IPV4", "IPV6"
- #name ⇒ ::String
- #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]
- #storage_configuration ⇒ Types::StorageConfiguration
- #store_snapshot_on_local_zone ⇒ Boolean
- #use_dedicated_replication_server ⇒ Boolean
- #use_fips_endpoint ⇒ Boolean
Instance Method Details
#associate_default_security_group ⇒ Boolean
1796 |
# File 'sig/client.rbs', line 1796
def associate_default_security_group: () -> bool
|
#bandwidth_throttling ⇒ ::Integer
1804 |
# File 'sig/client.rbs', line 1804
def bandwidth_throttling: () -> ::Integer
|
#create_public_ip ⇒ Boolean
1806 |
# File 'sig/client.rbs', line 1806
def create_public_ip: () -> bool
|
#data_plane_routing ⇒ "PRIVATE_IP", "PUBLIC_IP"
1805 |
# File 'sig/client.rbs', line 1805
def data_plane_routing: () -> ("PRIVATE_IP" | "PUBLIC_IP")
|
#default_large_staging_disk_type ⇒ "GP2", ...
1800 |
# File 'sig/client.rbs', line 1800
def default_large_staging_disk_type: () -> ("GP2" | "ST1" | "GP3")
|
#ebs_encryption ⇒ "DEFAULT", "CUSTOM"
1802 |
# File 'sig/client.rbs', line 1802
def ebs_encryption: () -> ("DEFAULT" | "CUSTOM")
|
#ebs_encryption_key_arn ⇒ ::String
1803 |
# File 'sig/client.rbs', line 1803
def ebs_encryption_key_arn: () -> ::String
|
#internet_protocol ⇒ "IPV4", "IPV6"
1809 |
# File 'sig/client.rbs', line 1809
def internet_protocol: () -> ("IPV4" | "IPV6")
|
#name ⇒ ::String
1794 |
# File 'sig/client.rbs', line 1794
def name: () -> ::String
|
#replicated_disks ⇒ ::Array[Types::ReplicationConfigurationReplicatedDisk]
1801 |
# File 'sig/client.rbs', line 1801
def replicated_disks: () -> ::Array[Types::ReplicationConfigurationReplicatedDisk]
|
#replication_server_instance_type ⇒ ::String
1798 |
# File 'sig/client.rbs', line 1798
def replication_server_instance_type: () -> ::String
|
#replication_servers_security_groups_i_ds ⇒ ::Array[::String]
1797 |
# File 'sig/client.rbs', line 1797
def replication_servers_security_groups_i_ds: () -> ::Array[::String]
|
#source_server_id ⇒ ::String
1793 |
# File 'sig/client.rbs', line 1793
def source_server_id: () -> ::String
|
#staging_area_subnet_id ⇒ ::String
1795 |
# File 'sig/client.rbs', line 1795
def staging_area_subnet_id: () -> ::String
|
#staging_area_tags ⇒ ::Hash[::String, ::String]
1807 |
# File 'sig/client.rbs', line 1807
def staging_area_tags: () -> ::Hash[::String, ::String]
|
#storage_configuration ⇒ Types::StorageConfiguration
1811 |
# File 'sig/client.rbs', line 1811
def storage_configuration: () -> Types::StorageConfiguration
|
#store_snapshot_on_local_zone ⇒ Boolean
1810 |
# File 'sig/client.rbs', line 1810
def store_snapshot_on_local_zone: () -> bool
|
#use_dedicated_replication_server ⇒ Boolean
1799 |
# File 'sig/client.rbs', line 1799
def use_dedicated_replication_server: () -> bool
|
#use_fips_endpoint ⇒ Boolean
1808 |
# File 'sig/client.rbs', line 1808
def use_fips_endpoint: () -> bool
|