Removed

Class: VMPP

VM Protection Policy

Enums

vmpp_backup_type
vmpp_backup_frequency
vmpp_archive_frequency
vmpp_archive_target_type

Fields

Removed
VM ref set VMs [RO/runtime]
Removed
(string → string) map alarm_config [RO/constructor]
Removed
enum vmpp_archive_frequency archive_frequency [RO/constructor]
Removed
datetime archive_last_run_time [RO/runtime]
Removed
(string → string) map archive_schedule [RO/constructor]
Removed
(string → string) map archive_target_config [RO/constructor]
Removed
enum vmpp_archive_target_type archive_target_type [RO/constructor]
Removed
enum vmpp_backup_frequency backup_frequency [RO/constructor]
Removed
datetime backup_last_run_time [RO/runtime]
Removed
int backup_retention_value [RO/constructor]
Removed
(string → string) map backup_schedule [RO/constructor]
Removed
enum vmpp_backup_type backup_type [RW]
Removed
bool is_alarm_enabled [RO/constructor]
Removed
bool is_archive_running [RO/runtime]
Removed
bool is_backup_running [RO/runtime]
Removed
bool is_policy_enabled [RW]
string name_description [RW]
string name_label [RW]
Removed
string set recent_alerts [RO/runtime]
Removed
string uuid [RO/runtime]

Messages

Removed
void add_to_alarm_config (session ref, VMPP ref, string, string)
Removed
void add_to_archive_schedule (session ref, VMPP ref, string, string)
Removed
void add_to_archive_target_config (session ref, VMPP ref, string, string)
Removed
void add_to_backup_schedule (session ref, VMPP ref, string, string)
Removed
string archive_now (session ref, VM ref)
Removed
VMPP ref create (session ref, VMPP record)
Removed
void destroy (session ref, VMPP ref)
Removed
VM ref set get_VMs (session ref, VMPP ref)
Removed
(string → string) map get_alarm_config (session ref, VMPP ref)
Removed
string set get_alerts (session ref, VMPP ref, int)
Removed
VMPP ref set get_all (session ref)
Removed
(VMPP ref → VMPP record) map get_all_records (session ref)
Removed
enum vmpp_archive_frequency get_archive_frequency (session ref, VMPP ref)
Removed
datetime get_archive_last_run_time (session ref, VMPP ref)
Removed
(string → string) map get_archive_schedule (session ref, VMPP ref)
Removed
(string → string) map get_archive_target_config (session ref, VMPP ref)
Removed
enum vmpp_archive_target_type get_archive_target_type (session ref, VMPP ref)
Removed
enum vmpp_backup_frequency get_backup_frequency (session ref, VMPP ref)
Removed
datetime get_backup_last_run_time (session ref, VMPP ref)
Removed
int get_backup_retention_value (session ref, VMPP ref)
Removed
(string → string) map get_backup_schedule (session ref, VMPP ref)
Removed
enum vmpp_backup_type get_backup_type (session ref, VMPP ref)
Removed
VMPP ref set get_by_name_label (session ref, string)
Removed
VMPP ref get_by_uuid (session ref, string)
Removed
bool get_is_alarm_enabled (session ref, VMPP ref)
Removed
bool get_is_archive_running (session ref, VMPP ref)
Removed
bool get_is_backup_running (session ref, VMPP ref)
Removed
bool get_is_policy_enabled (session ref, VMPP ref)
string get_name_description (session ref, VMPP ref)
string get_name_label (session ref, VMPP ref)
Removed
string set get_recent_alerts (session ref, VMPP ref)
Removed
VMPP record get_record (session ref, VMPP ref)
Removed
string get_uuid (session ref, VMPP ref)
Removed
string protect_now (session ref, VMPP ref)
Removed
void remove_from_alarm_config (session ref, VMPP ref, string)
Removed
void remove_from_archive_schedule (session ref, VMPP ref, string)
Removed
void remove_from_archive_target_config (session ref, VMPP ref, string)
Removed
void remove_from_backup_schedule (session ref, VMPP ref, string)
Removed
void set_alarm_config (session ref, VMPP ref, (string → string) map)
Removed
void set_archive_frequency (session ref, VMPP ref, enum vmpp_archive_frequency)
Removed
void set_archive_last_run_time (session ref, VMPP ref, datetime)
Removed
void set_archive_schedule (session ref, VMPP ref, (string → string) map)
Removed
void set_archive_target_config (session ref, VMPP ref, (string → string) map)
Removed
void set_archive_target_type (session ref, VMPP ref, enum vmpp_archive_target_type)
Removed
void set_backup_frequency (session ref, VMPP ref, enum vmpp_backup_frequency)
Removed
void set_backup_last_run_time (session ref, VMPP ref, datetime)
Removed
void set_backup_retention_value (session ref, VMPP ref, int)
Removed
void set_backup_schedule (session ref, VMPP ref, (string → string) map)
Removed
void set_backup_type (session ref, VMPP ref, enum vmpp_backup_type)
Removed
void set_is_alarm_enabled (session ref, VMPP ref, bool)
Removed
void set_is_policy_enabled (session ref, VMPP ref, bool)
void set_name_description (session ref, VMPP ref, string)
void set_name_label (session ref, VMPP ref, string)