public class DisasterRecoveryRunbookCreateRequest extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
| static String | RECOVERY_GROUPS | 
| Constructor and Description | 
|---|
| DisasterRecoveryRunbookCreateRequest(String name,
                                    String description,
                                    List<DisasterRecoveryGroupDescriptorRequest> recoveryGroupDescriptorList) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDescription()Get the runbook description. | 
| String | getName()Get the runbook name. | 
| List<DisasterRecoveryGroupDescriptorRequest> | getRecoveryGroupDescriptorList()Get the list of recovery plan descriptors. | 
public static final String RECOVERY_GROUPS
public DisasterRecoveryRunbookCreateRequest(String name, String description, List<DisasterRecoveryGroupDescriptorRequest> recoveryGroupDescriptorList)
public String getDescription()
String descriptionpublic List<DisasterRecoveryGroupDescriptorRequest> getRecoveryGroupDescriptorList()
List of DisasterRecoveryGroupDescriptorRequest recovery plan
 descriptorsCopyright © 2020 iland Internet Solutions, Corp. All rights reserved.