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
691 |
# File 'sig/client.rbs', line 691
def associate_default_security_group: () -> bool
|
#bandwidth_throttling ⇒ ::Integer
699 |
# File 'sig/client.rbs', line 699
def bandwidth_throttling: () -> ::Integer
|
#create_public_ip ⇒ Boolean
701 |
# File 'sig/client.rbs', line 701
def create_public_ip: () -> bool
|
#data_plane_routing ⇒ "PRIVATE_IP", "PUBLIC_IP"
700 |
# File 'sig/client.rbs', line 700
def data_plane_routing: () -> ("PRIVATE_IP" | "PUBLIC_IP")
|
#default_large_staging_disk_type ⇒ "GP2", ...
695 |
# File 'sig/client.rbs', line 695
def default_large_staging_disk_type: () -> ("GP2" | "ST1" | "GP3")
|
#ebs_encryption ⇒ "DEFAULT", "CUSTOM"
697 |
# File 'sig/client.rbs', line 697
def ebs_encryption: () -> ("DEFAULT" | "CUSTOM")
|
#ebs_encryption_key_arn ⇒ ::String
698 |
# File 'sig/client.rbs', line 698
def ebs_encryption_key_arn: () -> ::String
|
#internet_protocol ⇒ "IPV4", "IPV6"
704 |
# File 'sig/client.rbs', line 704
def internet_protocol: () -> ("IPV4" | "IPV6")
|
#name ⇒ ::String
689 |
# File 'sig/client.rbs', line 689
def name: () -> ::String
|
#replicated_disks ⇒ ::Array[Types::ReplicationConfigurationReplicatedDisk]
696 |
# File 'sig/client.rbs', line 696
def replicated_disks: () -> ::Array[Types::ReplicationConfigurationReplicatedDisk]
|
#replication_server_instance_type ⇒ ::String
693 |
# File 'sig/client.rbs', line 693
def replication_server_instance_type: () -> ::String
|
#replication_servers_security_groups_i_ds ⇒ ::Array[::String]
692 |
# File 'sig/client.rbs', line 692
def replication_servers_security_groups_i_ds: () -> ::Array[::String]
|
#source_server_id ⇒ ::String
688 |
# File 'sig/client.rbs', line 688
def source_server_id: () -> ::String
|
#staging_area_subnet_id ⇒ ::String
690 |
# File 'sig/client.rbs', line 690
def staging_area_subnet_id: () -> ::String
|
#staging_area_tags ⇒ ::Hash[::String, ::String]
702 |
# File 'sig/client.rbs', line 702
def staging_area_tags: () -> ::Hash[::String, ::String]
|
#storage_configuration ⇒ Types::StorageConfiguration
706 |
# File 'sig/client.rbs', line 706
def storage_configuration: () -> Types::StorageConfiguration
|
#store_snapshot_on_local_zone ⇒ Boolean
705 |
# File 'sig/client.rbs', line 705
def store_snapshot_on_local_zone: () -> bool
|
#use_dedicated_replication_server ⇒ Boolean
694 |
# File 'sig/client.rbs', line 694
def use_dedicated_replication_server: () -> bool
|
#use_fips_endpoint ⇒ Boolean
703 |
# File 'sig/client.rbs', line 703
def use_fips_endpoint: () -> bool
|