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
126 |
# File 'sig/client.rbs', line 126
def arn: () -> ::String
|
#associate_default_security_group ⇒ Boolean
128 |
# File 'sig/client.rbs', line 128
def associate_default_security_group: () -> bool
|
#auto_replicate_new_disks ⇒ Boolean
141 |
# File 'sig/client.rbs', line 141
def auto_replicate_new_disks: () -> bool
|
#bandwidth_throttling ⇒ ::Integer
135 |
# File 'sig/client.rbs', line 135
def bandwidth_throttling: () -> ::Integer
|
#create_public_ip ⇒ Boolean
137 |
# File 'sig/client.rbs', line 137
def create_public_ip: () -> bool
|
#data_plane_routing ⇒ "PRIVATE_IP", "PUBLIC_IP"
136 |
# File 'sig/client.rbs', line 136
def data_plane_routing: () -> ("PRIVATE_IP" | "PUBLIC_IP")
|
#default_large_staging_disk_type ⇒ "GP2", ...
132 |
# File 'sig/client.rbs', line 132
def default_large_staging_disk_type: () -> ("GP2" | "GP3" | "ST1" | "AUTO")
|
#ebs_encryption ⇒ "DEFAULT", ...
133 |
# File 'sig/client.rbs', line 133
def ebs_encryption: () -> ("DEFAULT" | "CUSTOM" | "NONE")
|
#ebs_encryption_key_arn ⇒ ::String
134 |
# File 'sig/client.rbs', line 134
def ebs_encryption_key_arn: () -> ::String
|
#internet_protocol ⇒ "IPV4", "IPV6"
142 |
# File 'sig/client.rbs', line 142
def internet_protocol: () -> ("IPV4" | "IPV6")
|
#pit_policy ⇒ ::Array[Types::PITPolicyRule]
140 |
# File 'sig/client.rbs', line 140
def pit_policy: () -> ::Array[Types::PITPolicyRule]
|
#replication_configuration_template_id ⇒ ::String
125 |
# File 'sig/client.rbs', line 125
def replication_configuration_template_id: () -> ::String
|
#replication_server_instance_type ⇒ ::String
130 |
# File 'sig/client.rbs', line 130
def replication_server_instance_type: () -> ::String
|
#replication_servers_security_groups_i_ds ⇒ ::Array[::String]
129 |
# File 'sig/client.rbs', line 129
def replication_servers_security_groups_i_ds: () -> ::Array[::String]
|
#staging_area_subnet_id ⇒ ::String
127 |
# File 'sig/client.rbs', line 127
def staging_area_subnet_id: () -> ::String
|
#staging_area_tags ⇒ ::Hash[::String, ::String]
138 |
# File 'sig/client.rbs', line 138
def staging_area_tags: () -> ::Hash[::String, ::String]
|
#tags ⇒ ::Hash[::String, ::String]
139 |
# File 'sig/client.rbs', line 139
def tags: () -> ::Hash[::String, ::String]
|
#use_dedicated_replication_server ⇒ Boolean
131 |
# File 'sig/client.rbs', line 131
def use_dedicated_replication_server: () -> bool
|