public class sdx_backup_restore extends base_resource
SESSION_NOT_EXISTS| Constructor and Description |
|---|
sdx_backup_restore() |
| Modifier and Type | Method and Description |
|---|---|
static sdx_backup_restore |
backup(nitro_service client)
Use this operation to Backup.
|
static sdx_backup_restore |
factory_default(nitro_service client,
sdx_backup_restore resource)
Use this operation to Restore factory default.
|
static sdx_backup_restore[] |
factory_default(nitro_service client,
sdx_backup_restore[] resources)
Use this operation to Restore factory default in bulk.
|
String |
get_act_id()
Activity Id
|
String |
get_file_name()
File Name
|
String[] |
get_ip_address_list()
List of VM IP Address
|
String |
get_ip_address()
IP Address for this VM device
|
String |
get_name()
Name of VM device
|
protected base_resource[] |
get_nitro_bulk_response(nitro_service service,
String response)
Converts API response of bulk operation into object and returns the object array in case of get request.
|
protected base_resource[] |
get_nitro_response(nitro_service service,
String response)
Converts API response into object and returns the object array in case of get request.
|
protected String |
get_object_id()
Returns the value of object identifier argument.
|
protected String |
get_object_type()
Gets the resource type.
|
Integer |
get_reset_type()
Reset Type [0: Reset (Without Network Configuration), 1: Reset (With Network Configuration), 2: Appliance Reset, 3: Appliance Restore, 4: Instance Restore, 5: Backup ]
|
String |
get_type()
Type of device, (br | ns)
|
static sdx_backup_restore |
restore(nitro_service client,
sdx_backup_restore resource)
Use this operation to Restore.
|
static sdx_backup_restore[] |
restore(nitro_service client,
sdx_backup_restore[] resources)
Use this operation to Restore in bulk.
|
void |
set_file_name(String file_name)
File Name
|
void |
set_ip_address_list(String[] ip_address_list)
List of VM IP Address
|
void |
set_reset_type(Integer reset_type)
Reset Type [0: Reset (Without Network Configuration), 1: Reset (With Network Configuration), 2: Appliance Reset, 3: Appliance Restore, 4: Instance Restore, 5: Backup ]
|
protected void |
validate(String operationType)
Performs generic data validation for the operation to be performed
|
add_resource, add_resource, delete_bulk_request, delete_resource, get_resource, get_resource, get_resources, get_resources, getfiltered, perform_operation_bulk_request, perform_operation, perform_operation, perform_operation, resource_to_string, resource_to_string, update_bulk_request, update_resource, update_resourceprotected String get_object_type()
base_resourceget_object_type in class base_resourceprotected String get_object_id()
get_object_id in class base_resourcepublic String get_act_id()
Activity Id
public void set_file_name(String file_name)
File Name
public String get_file_name()
File Name
public void set_ip_address_list(String[] ip_address_list)
List of VM IP Address
public String[] get_ip_address_list()
List of VM IP Address
public String get_name()
Name of VM device
public String get_type()
Type of device, (br | ns)
public String get_ip_address()
IP Address for this VM device
public void set_reset_type(Integer reset_type)
Reset Type [0: Reset (Without Network Configuration), 1: Reset (With Network Configuration), 2: Appliance Reset, 3: Appliance Restore, 4: Instance Restore, 5: Backup ]
public Integer get_reset_type()
Reset Type [0: Reset (Without Network Configuration), 1: Reset (With Network Configuration), 2: Appliance Reset, 3: Appliance Restore, 4: Instance Restore, 5: Backup ]
public static sdx_backup_restore factory_default(nitro_service client, sdx_backup_restore resource) throws Exception
Use this operation to Restore factory default.
Exceptionpublic static sdx_backup_restore[] factory_default(nitro_service client, sdx_backup_restore[] resources) throws Exception
Use this operation to Restore factory default in bulk.
Exceptionpublic static sdx_backup_restore restore(nitro_service client, sdx_backup_restore resource) throws Exception
Use this operation to Restore.
Exceptionpublic static sdx_backup_restore[] restore(nitro_service client, sdx_backup_restore[] resources) throws Exception
Use this operation to Restore in bulk.
Exceptionpublic static sdx_backup_restore backup(nitro_service client) throws Exception
Use this operation to Backup.
Exceptionprotected base_resource[] get_nitro_response(nitro_service service, String response) throws Exception
Converts API response into object and returns the object array in case of get request.
get_nitro_response in class base_resourceExceptionprotected base_resource[] get_nitro_bulk_response(nitro_service service, String response) throws Exception
Converts API response of bulk operation into object and returns the object array in case of get request.
get_nitro_bulk_response in class base_resourceExceptionprotected void validate(String operationType) throws Exception
Performs generic data validation for the operation to be performed
validate in class base_resourceoperationType - : add,delete,modify,get etc.ExceptionCopyright © 2013 Citrix Systems, Inc.. All Rights Reserved.