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
1768 |
# File 'sig/client.rbs', line 1768
def associate_default_security_group: () -> bool
|
#bandwidth_throttling ⇒ ::Integer
1776 |
# File 'sig/client.rbs', line 1776
def bandwidth_throttling: () -> ::Integer
|
#create_public_ip ⇒ Boolean
1778 |
# File 'sig/client.rbs', line 1778
def create_public_ip: () -> bool
|
#data_plane_routing ⇒ "PRIVATE_IP", "PUBLIC_IP"
1777 |
# File 'sig/client.rbs', line 1777
def data_plane_routing: () -> ("PRIVATE_IP" | "PUBLIC_IP")
|
#default_large_staging_disk_type ⇒ "GP2", ...
1772 |
# File 'sig/client.rbs', line 1772
def default_large_staging_disk_type: () -> ("GP2" | "ST1" | "GP3")
|
#ebs_encryption ⇒ "DEFAULT", "CUSTOM"
1774 |
# File 'sig/client.rbs', line 1774
def ebs_encryption: () -> ("DEFAULT" | "CUSTOM")
|
#ebs_encryption_key_arn ⇒ ::String
1775 |
# File 'sig/client.rbs', line 1775
def ebs_encryption_key_arn: () -> ::String
|
#internet_protocol ⇒ "IPV4", "IPV6"
1781 |
# File 'sig/client.rbs', line 1781
def internet_protocol: () -> ("IPV4" | "IPV6")
|
#name ⇒ ::String
1766 |
# File 'sig/client.rbs', line 1766
def name: () -> ::String
|
#replicated_disks ⇒ ::Array[Types::ReplicationConfigurationReplicatedDisk]
1773 |
# File 'sig/client.rbs', line 1773
def replicated_disks: () -> ::Array[Types::ReplicationConfigurationReplicatedDisk]
|
#replication_server_instance_type ⇒ ::String
1770 |
# File 'sig/client.rbs', line 1770
def replication_server_instance_type: () -> ::String
|
#replication_servers_security_groups_i_ds ⇒ ::Array[::String]
1769 |
# File 'sig/client.rbs', line 1769
def replication_servers_security_groups_i_ds: () -> ::Array[::String]
|
#source_server_id ⇒ ::String
1765 |
# File 'sig/client.rbs', line 1765
def source_server_id: () -> ::String
|
#staging_area_subnet_id ⇒ ::String
1767 |
# File 'sig/client.rbs', line 1767
def staging_area_subnet_id: () -> ::String
|
#staging_area_tags ⇒ ::Hash[::String, ::String]
1779 |
# File 'sig/client.rbs', line 1779
def staging_area_tags: () -> ::Hash[::String, ::String]
|
#storage_configuration ⇒ Types::StorageConfiguration
1783 |
# File 'sig/client.rbs', line 1783
def storage_configuration: () -> Types::StorageConfiguration
|
#store_snapshot_on_local_zone ⇒ Boolean
1782 |
# File 'sig/client.rbs', line 1782
def store_snapshot_on_local_zone: () -> bool
|
#use_dedicated_replication_server ⇒ Boolean
1771 |
# File 'sig/client.rbs', line 1771
def use_dedicated_replication_server: () -> bool
|
#use_fips_endpoint ⇒ Boolean
1780 |
# File 'sig/client.rbs', line 1780
def use_fips_endpoint: () -> bool
|