Module: Aws::Drs::Client::_UpdateReplicationConfigurationTemplateResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ReplicationConfigurationTemplate]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #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"
- #pit_policy ⇒ ::Array[Types::PITPolicyRule]
- #replication_configuration_template_id ⇒ ::String
- #replication_server_instance_type ⇒ ::String
- #replication_servers_security_groups_i_ds ⇒ ::Array[::String]
- #staging_area_subnet_id ⇒ ::String
- #staging_area_tags ⇒ ::Hash[::String, ::String]
- #tags ⇒ ::Hash[::String, ::String]
- #use_dedicated_replication_server ⇒ Boolean
Instance Method Details
#arn ⇒ ::String
836 |
# File 'sig/client.rbs', line 836
def arn: () -> ::String
|
#associate_default_security_group ⇒ Boolean
838 |
# File 'sig/client.rbs', line 838
def associate_default_security_group: () -> bool
|
#auto_replicate_new_disks ⇒ Boolean
851 |
# File 'sig/client.rbs', line 851
def auto_replicate_new_disks: () -> bool
|
#bandwidth_throttling ⇒ ::Integer
845 |
# File 'sig/client.rbs', line 845
def bandwidth_throttling: () -> ::Integer
|
#create_public_ip ⇒ Boolean
847 |
# File 'sig/client.rbs', line 847
def create_public_ip: () -> bool
|
#data_plane_routing ⇒ "PRIVATE_IP", "PUBLIC_IP"
846 |
# File 'sig/client.rbs', line 846
def data_plane_routing: () -> ("PRIVATE_IP" | "PUBLIC_IP")
|
#default_large_staging_disk_type ⇒ "GP2", ...
842 |
# File 'sig/client.rbs', line 842
def default_large_staging_disk_type: () -> ("GP2" | "GP3" | "ST1" | "AUTO")
|
#ebs_encryption ⇒ "DEFAULT", ...
843 |
# File 'sig/client.rbs', line 843
def ebs_encryption: () -> ("DEFAULT" | "CUSTOM" | "NONE")
|
#ebs_encryption_key_arn ⇒ ::String
844 |
# File 'sig/client.rbs', line 844
def ebs_encryption_key_arn: () -> ::String
|
#internet_protocol ⇒ "IPV4", "IPV6"
852 |
# File 'sig/client.rbs', line 852
def internet_protocol: () -> ("IPV4" | "IPV6")
|
#pit_policy ⇒ ::Array[Types::PITPolicyRule]
850 |
# File 'sig/client.rbs', line 850
def pit_policy: () -> ::Array[Types::PITPolicyRule]
|
#replication_configuration_template_id ⇒ ::String
835 |
# File 'sig/client.rbs', line 835
def replication_configuration_template_id: () -> ::String
|
#replication_server_instance_type ⇒ ::String
840 |
# File 'sig/client.rbs', line 840
def replication_server_instance_type: () -> ::String
|
#replication_servers_security_groups_i_ds ⇒ ::Array[::String]
839 |
# File 'sig/client.rbs', line 839
def replication_servers_security_groups_i_ds: () -> ::Array[::String]
|
#staging_area_subnet_id ⇒ ::String
837 |
# File 'sig/client.rbs', line 837
def staging_area_subnet_id: () -> ::String
|
#staging_area_tags ⇒ ::Hash[::String, ::String]
848 |
# File 'sig/client.rbs', line 848
def staging_area_tags: () -> ::Hash[::String, ::String]
|
#tags ⇒ ::Hash[::String, ::String]
849 |
# File 'sig/client.rbs', line 849
def tags: () -> ::Hash[::String, ::String]
|
#use_dedicated_replication_server ⇒ Boolean
841 |
# File 'sig/client.rbs', line 841
def use_dedicated_replication_server: () -> bool
|