Class: Aws::Types::UpdateReplicationConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateReplicationConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associate_default_security_group ⇒ Boolean
Returns the value of attribute associate_default_security_group.
-
#auto_replicate_new_disks ⇒ Boolean
Returns the value of attribute auto_replicate_new_disks.
-
#bandwidth_throttling ⇒ ::Integer
Returns the value of attribute bandwidth_throttling.
-
#create_public_ip ⇒ Boolean
Returns the value of attribute create_public_ip.
-
#data_plane_routing ⇒ "PRIVATE_IP", "PUBLIC_IP"
Returns the value of attribute data_plane_routing.
-
#default_large_staging_disk_type ⇒ "GP2", ...
Returns the value of attribute default_large_staging_disk_type.
-
#ebs_encryption ⇒ "DEFAULT", ...
Returns the value of attribute ebs_encryption.
-
#ebs_encryption_key_arn ⇒ ::String
Returns the value of attribute ebs_encryption_key_arn.
-
#internet_protocol ⇒ "IPV4", "IPV6"
Returns the value of attribute internet_protocol.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#pit_policy ⇒ ::Array[Types::PITPolicyRule]
Returns the value of attribute pit_policy.
-
#replicated_disks ⇒ ::Array[Types::ReplicationConfigurationReplicatedDisk]
Returns the value of attribute replicated_disks.
-
#replication_server_instance_type ⇒ ::String
Returns the value of attribute replication_server_instance_type.
-
#replication_servers_security_groups_i_ds ⇒ ::Array[::String]
Returns the value of attribute replication_servers_security_groups_i_ds.
-
#source_server_id ⇒ ::String
Returns the value of attribute source_server_id.
-
#staging_area_subnet_id ⇒ ::String
Returns the value of attribute staging_area_subnet_id.
-
#staging_area_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute staging_area_tags.
-
#use_dedicated_replication_server ⇒ Boolean
Returns the value of attribute use_dedicated_replication_server.
Instance Attribute Details
#associate_default_security_group ⇒ Boolean
Returns the value of attribute associate_default_security_group.
1523 1524 1525 |
# File 'sig/types.rbs', line 1523 def associate_default_security_group @associate_default_security_group end |
#auto_replicate_new_disks ⇒ Boolean
Returns the value of attribute auto_replicate_new_disks.
1536 1537 1538 |
# File 'sig/types.rbs', line 1536 def auto_replicate_new_disks @auto_replicate_new_disks end |
#bandwidth_throttling ⇒ ::Integer
Returns the value of attribute bandwidth_throttling.
1531 1532 1533 |
# File 'sig/types.rbs', line 1531 def bandwidth_throttling @bandwidth_throttling end |
#create_public_ip ⇒ Boolean
Returns the value of attribute create_public_ip.
1533 1534 1535 |
# File 'sig/types.rbs', line 1533 def create_public_ip @create_public_ip end |
#data_plane_routing ⇒ "PRIVATE_IP", "PUBLIC_IP"
Returns the value of attribute data_plane_routing.
1532 1533 1534 |
# File 'sig/types.rbs', line 1532 def data_plane_routing @data_plane_routing end |
#default_large_staging_disk_type ⇒ "GP2", ...
Returns the value of attribute default_large_staging_disk_type.
1527 1528 1529 |
# File 'sig/types.rbs', line 1527 def default_large_staging_disk_type @default_large_staging_disk_type end |
#ebs_encryption ⇒ "DEFAULT", ...
Returns the value of attribute ebs_encryption.
1529 1530 1531 |
# File 'sig/types.rbs', line 1529 def ebs_encryption @ebs_encryption end |
#ebs_encryption_key_arn ⇒ ::String
Returns the value of attribute ebs_encryption_key_arn.
1530 1531 1532 |
# File 'sig/types.rbs', line 1530 def ebs_encryption_key_arn @ebs_encryption_key_arn end |
#internet_protocol ⇒ "IPV4", "IPV6"
Returns the value of attribute internet_protocol.
1537 1538 1539 |
# File 'sig/types.rbs', line 1537 def internet_protocol @internet_protocol end |
#name ⇒ ::String
Returns the value of attribute name.
1521 1522 1523 |
# File 'sig/types.rbs', line 1521 def name @name end |
#pit_policy ⇒ ::Array[Types::PITPolicyRule]
Returns the value of attribute pit_policy.
1535 1536 1537 |
# File 'sig/types.rbs', line 1535 def pit_policy @pit_policy end |
#replicated_disks ⇒ ::Array[Types::ReplicationConfigurationReplicatedDisk]
Returns the value of attribute replicated_disks.
1528 1529 1530 |
# File 'sig/types.rbs', line 1528 def replicated_disks @replicated_disks end |
#replication_server_instance_type ⇒ ::String
Returns the value of attribute replication_server_instance_type.
1525 1526 1527 |
# File 'sig/types.rbs', line 1525 def replication_server_instance_type @replication_server_instance_type end |
#replication_servers_security_groups_i_ds ⇒ ::Array[::String]
Returns the value of attribute replication_servers_security_groups_i_ds.
1524 1525 1526 |
# File 'sig/types.rbs', line 1524 def replication_servers_security_groups_i_ds @replication_servers_security_groups_i_ds end |
#source_server_id ⇒ ::String
Returns the value of attribute source_server_id.
1520 1521 1522 |
# File 'sig/types.rbs', line 1520 def source_server_id @source_server_id end |
#staging_area_subnet_id ⇒ ::String
Returns the value of attribute staging_area_subnet_id.
1522 1523 1524 |
# File 'sig/types.rbs', line 1522 def staging_area_subnet_id @staging_area_subnet_id end |
#staging_area_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute staging_area_tags.
1534 1535 1536 |
# File 'sig/types.rbs', line 1534 def @staging_area_tags end |
#use_dedicated_replication_server ⇒ Boolean
Returns the value of attribute use_dedicated_replication_server.
1526 1527 1528 |
# File 'sig/types.rbs', line 1526 def use_dedicated_replication_server @use_dedicated_replication_server end |