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
1085 |
# File 'sig/client.rbs', line 1085
def arn: () -> ::String
|
#associate_default_security_group ⇒ Boolean
1087 |
# File 'sig/client.rbs', line 1087
def associate_default_security_group: () -> bool
|
#auto_replicate_new_disks ⇒ Boolean
1100 |
# File 'sig/client.rbs', line 1100
def auto_replicate_new_disks: () -> bool
|
#bandwidth_throttling ⇒ ::Integer
1094 |
# File 'sig/client.rbs', line 1094
def bandwidth_throttling: () -> ::Integer
|
#create_public_ip ⇒ Boolean
1096 |
# File 'sig/client.rbs', line 1096
def create_public_ip: () -> bool
|
#data_plane_routing ⇒ "PRIVATE_IP", "PUBLIC_IP"
1095 |
# File 'sig/client.rbs', line 1095
def data_plane_routing: () -> ("PRIVATE_IP" | "PUBLIC_IP")
|
#default_large_staging_disk_type ⇒ "GP2", ...
1091 |
# File 'sig/client.rbs', line 1091
def default_large_staging_disk_type: () -> ("GP2" | "GP3" | "ST1" | "AUTO")
|
#ebs_encryption ⇒ "DEFAULT", ...
1092 |
# File 'sig/client.rbs', line 1092
def ebs_encryption: () -> ("DEFAULT" | "CUSTOM" | "NONE")
|
#ebs_encryption_key_arn ⇒ ::String
1093 |
# File 'sig/client.rbs', line 1093
def ebs_encryption_key_arn: () -> ::String
|
#internet_protocol ⇒ "IPV4", "IPV6"
1101 |
# File 'sig/client.rbs', line 1101
def internet_protocol: () -> ("IPV4" | "IPV6")
|
#pit_policy ⇒ ::Array[Types::PITPolicyRule]
1099 |
# File 'sig/client.rbs', line 1099
def pit_policy: () -> ::Array[Types::PITPolicyRule]
|
#replication_configuration_template_id ⇒ ::String
1084 |
# File 'sig/client.rbs', line 1084
def replication_configuration_template_id: () -> ::String
|
#replication_server_instance_type ⇒ ::String
1089 |
# File 'sig/client.rbs', line 1089
def replication_server_instance_type: () -> ::String
|
#replication_servers_security_groups_i_ds ⇒ ::Array[::String]
1088 |
# File 'sig/client.rbs', line 1088
def replication_servers_security_groups_i_ds: () -> ::Array[::String]
|
#staging_area_subnet_id ⇒ ::String
1086 |
# File 'sig/client.rbs', line 1086
def staging_area_subnet_id: () -> ::String
|
#staging_area_tags ⇒ ::Hash[::String, ::String]
1097 |
# File 'sig/client.rbs', line 1097
def staging_area_tags: () -> ::Hash[::String, ::String]
|
#tags ⇒ ::Hash[::String, ::String]
1098 |
# File 'sig/client.rbs', line 1098
def tags: () -> ::Hash[::String, ::String]
|
#use_dedicated_replication_server ⇒ Boolean
1090 |
# File 'sig/client.rbs', line 1090
def use_dedicated_replication_server: () -> bool
|