Module: Aws::Drs::Client::_CreateReplicationConfigurationTemplateResponseSuccess
- 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
164 |
# File 'sig/client.rbs', line 164
def arn: () -> ::String
|
#associate_default_security_group ⇒ Boolean
166 |
# File 'sig/client.rbs', line 166
def associate_default_security_group: () -> bool
|
#auto_replicate_new_disks ⇒ Boolean
179 |
# File 'sig/client.rbs', line 179
def auto_replicate_new_disks: () -> bool
|
#bandwidth_throttling ⇒ ::Integer
173 |
# File 'sig/client.rbs', line 173
def bandwidth_throttling: () -> ::Integer
|
#create_public_ip ⇒ Boolean
175 |
# File 'sig/client.rbs', line 175
def create_public_ip: () -> bool
|
#data_plane_routing ⇒ "PRIVATE_IP", "PUBLIC_IP"
174 |
# File 'sig/client.rbs', line 174
def data_plane_routing: () -> ("PRIVATE_IP" | "PUBLIC_IP")
|
#default_large_staging_disk_type ⇒ "GP2", ...
170 |
# File 'sig/client.rbs', line 170
def default_large_staging_disk_type: () -> ("GP2" | "GP3" | "ST1" | "AUTO")
|
#ebs_encryption ⇒ "DEFAULT", ...
171 |
# File 'sig/client.rbs', line 171
def ebs_encryption: () -> ("DEFAULT" | "CUSTOM" | "NONE")
|
#ebs_encryption_key_arn ⇒ ::String
172 |
# File 'sig/client.rbs', line 172
def ebs_encryption_key_arn: () -> ::String
|
#internet_protocol ⇒ "IPV4", "IPV6"
180 |
# File 'sig/client.rbs', line 180
def internet_protocol: () -> ("IPV4" | "IPV6")
|
#pit_policy ⇒ ::Array[Types::PITPolicyRule]
178 |
# File 'sig/client.rbs', line 178
def pit_policy: () -> ::Array[Types::PITPolicyRule]
|
#replication_configuration_template_id ⇒ ::String
163 |
# File 'sig/client.rbs', line 163
def replication_configuration_template_id: () -> ::String
|
#replication_server_instance_type ⇒ ::String
168 |
# File 'sig/client.rbs', line 168
def replication_server_instance_type: () -> ::String
|
#replication_servers_security_groups_i_ds ⇒ ::Array[::String]
167 |
# File 'sig/client.rbs', line 167
def replication_servers_security_groups_i_ds: () -> ::Array[::String]
|
#staging_area_subnet_id ⇒ ::String
165 |
# File 'sig/client.rbs', line 165
def staging_area_subnet_id: () -> ::String
|
#staging_area_tags ⇒ ::Hash[::String, ::String]
176 |
# File 'sig/client.rbs', line 176
def staging_area_tags: () -> ::Hash[::String, ::String]
|
#tags ⇒ ::Hash[::String, ::String]
177 |
# File 'sig/client.rbs', line 177
def tags: () -> ::Hash[::String, ::String]
|
#use_dedicated_replication_server ⇒ Boolean
169 |
# File 'sig/client.rbs', line 169
def use_dedicated_replication_server: () -> bool
|