Module: Aws::Mgn::Client::_GetReplicationConfigurationResponseSuccess
- 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
676 |
# File 'sig/client.rbs', line 676
def associate_default_security_group: () -> bool
|
#bandwidth_throttling ⇒ ::Integer
684 |
# File 'sig/client.rbs', line 684
def bandwidth_throttling: () -> ::Integer
|
#create_public_ip ⇒ Boolean
686 |
# File 'sig/client.rbs', line 686
def create_public_ip: () -> bool
|
#data_plane_routing ⇒ "PRIVATE_IP", "PUBLIC_IP"
685 |
# File 'sig/client.rbs', line 685
def data_plane_routing: () -> ("PRIVATE_IP" | "PUBLIC_IP")
|
#default_large_staging_disk_type ⇒ "GP2", ...
680 |
# File 'sig/client.rbs', line 680
def default_large_staging_disk_type: () -> ("GP2" | "ST1" | "GP3")
|
#ebs_encryption ⇒ "DEFAULT", "CUSTOM"
682 |
# File 'sig/client.rbs', line 682
def ebs_encryption: () -> ("DEFAULT" | "CUSTOM")
|
#ebs_encryption_key_arn ⇒ ::String
683 |
# File 'sig/client.rbs', line 683
def ebs_encryption_key_arn: () -> ::String
|
#internet_protocol ⇒ "IPV4", "IPV6"
689 |
# File 'sig/client.rbs', line 689
def internet_protocol: () -> ("IPV4" | "IPV6")
|
#name ⇒ ::String
674 |
# File 'sig/client.rbs', line 674
def name: () -> ::String
|
#replicated_disks ⇒ ::Array[Types::ReplicationConfigurationReplicatedDisk]
681 |
# File 'sig/client.rbs', line 681
def replicated_disks: () -> ::Array[Types::ReplicationConfigurationReplicatedDisk]
|
#replication_server_instance_type ⇒ ::String
678 |
# File 'sig/client.rbs', line 678
def replication_server_instance_type: () -> ::String
|
#replication_servers_security_groups_i_ds ⇒ ::Array[::String]
677 |
# File 'sig/client.rbs', line 677
def replication_servers_security_groups_i_ds: () -> ::Array[::String]
|
#source_server_id ⇒ ::String
673 |
# File 'sig/client.rbs', line 673
def source_server_id: () -> ::String
|
#staging_area_subnet_id ⇒ ::String
675 |
# File 'sig/client.rbs', line 675
def staging_area_subnet_id: () -> ::String
|
#staging_area_tags ⇒ ::Hash[::String, ::String]
687 |
# File 'sig/client.rbs', line 687
def staging_area_tags: () -> ::Hash[::String, ::String]
|
#storage_configuration ⇒ Types::StorageConfiguration
691 |
# File 'sig/client.rbs', line 691
def storage_configuration: () -> Types::StorageConfiguration
|
#store_snapshot_on_local_zone ⇒ Boolean
690 |
# File 'sig/client.rbs', line 690
def store_snapshot_on_local_zone: () -> bool
|
#use_dedicated_replication_server ⇒ Boolean
679 |
# File 'sig/client.rbs', line 679
def use_dedicated_replication_server: () -> bool
|
#use_fips_endpoint ⇒ Boolean
688 |
# File 'sig/client.rbs', line 688
def use_fips_endpoint: () -> bool
|