public class syslog_aaa extends base_resource
SESSION_NOT_EXISTS| Constructor and Description |
|---|
syslog_aaa() |
| Modifier and Type | Method and Description |
|---|---|
static long |
count_filtered(nitro_service service,
filtervalue[] filter)
Use this API to count the filtered set of syslog_aaa resources.
|
static long |
count_filtered(nitro_service service,
String filter)
Use this API to count the filtered set of syslog_aaa resources.
|
static long |
count(nitro_service service)
Use this API to count the syslog_aaa resources configured on NetScaler SDX.
|
static syslog_aaa |
delete(nitro_service client,
syslog_aaa resource)
Use this operation to delete aaa syslog message details..
|
static syslog_aaa[] |
delete(nitro_service client,
syslog_aaa[] resources)
Use this operation to delete aaa syslog message details.
|
String |
get_clientip()
Client IP.
|
Double |
get_datarecord_rx_time()
Transaction Time when this was received.
|
Boolean |
get_decoded()
Whether this was decoded.
|
Double |
get_exporter_id()
Exporter ID
|
String |
get_failed_reason()
Failure reason.
|
static syslog_aaa[] |
get_filtered(nitro_service service,
filtervalue[] filter)
Use this API to fetch filtered set of syslog_aaa resources.
|
static syslog_aaa[] |
get_filtered(nitro_service service,
String filter)
Use this API to fetch filtered set of syslog_aaa resources.
|
String |
get_group_name()
Group Name.
|
String |
get_hostname()
Host Name.
|
String |
get_id()
Id is system generated key for all the syslog aaa record.
|
String |
get_module()
Module Name.
|
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.
|
Double |
get_priority()
priority
|
String |
get_process_name()
Process Name.
|
Double |
get_sequence_no()
Sequence no.
|
String |
get_syslog_msg()
Syslog original Message.
|
Double |
get_timestamp()
timestamp
|
String |
get_type()
Type Name.
|
String |
get_username()
User Name.
|
static syslog_aaa[] |
get(nitro_service client)
Report for aaa syslog message received by this collector..
|
void |
set_clientip(String clientip)
Client IP.
|
void |
set_datarecord_rx_time(Double datarecord_rx_time)
Transaction Time when this was received.
|
void |
set_decoded(Boolean decoded)
Whether this was decoded.
|
void |
set_exporter_id(Double exporter_id)
Exporter ID
|
void |
set_failed_reason(String failed_reason)
Failure reason.
|
void |
set_group_name(String group_name)
Group Name.
|
void |
set_hostname(String hostname)
Host Name.
|
void |
set_id(String id)
Id is system generated key for all the syslog aaa record.
|
void |
set_module(String module)
Module Name.
|
void |
set_priority(Double priority)
priority
|
void |
set_process_name(String process_name)
Process Name.
|
void |
set_sequence_no(Double sequence_no)
Sequence no.
|
void |
set_syslog_msg(String syslog_msg)
Syslog original Message.
|
void |
set_timestamp(Double timestamp)
timestamp
|
void |
set_type(String type)
Type Name.
|
void |
set_username(String username)
User Name.
|
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 void set_priority(Double priority)
priority
public Double get_priority()
priority
public void set_sequence_no(Double sequence_no)
Sequence no.
public Double get_sequence_no()
Sequence no.
public void set_group_name(String group_name)
Group Name.
public String get_group_name()
Group Name.
public void set_failed_reason(String failed_reason)
Failure reason.
public String get_failed_reason()
Failure reason.
public void set_decoded(Boolean decoded)
Whether this was decoded.
public Boolean get_decoded()
Whether this was decoded.
public void set_hostname(String hostname)
Host Name.
public String get_hostname()
Host Name.
public void set_datarecord_rx_time(Double datarecord_rx_time)
Transaction Time when this was received.
public Double get_datarecord_rx_time()
Transaction Time when this was received.
public void set_username(String username)
User Name.
public String get_username()
User Name.
public void set_exporter_id(Double exporter_id)
Exporter ID
public Double get_exporter_id()
Exporter ID
public void set_timestamp(Double timestamp)
timestamp
public Double get_timestamp()
timestamp
public void set_process_name(String process_name)
Process Name.
public String get_process_name()
Process Name.
public void set_id(String id)
Id is system generated key for all the syslog aaa record.
public String get_id()
Id is system generated key for all the syslog aaa record.
public void set_type(String type)
Type Name.
public String get_type()
Type Name.
public void set_syslog_msg(String syslog_msg)
Syslog original Message.
public String get_syslog_msg()
Syslog original Message.
public void set_clientip(String clientip)
Client IP.
public String get_clientip()
Client IP.
public void set_module(String module)
Module Name.
public String get_module()
Module Name.
public static syslog_aaa delete(nitro_service client, syslog_aaa resource) throws Exception
Use this operation to delete aaa syslog message details..
Exceptionpublic static syslog_aaa[] delete(nitro_service client, syslog_aaa[] resources) throws Exception
Use this operation to delete aaa syslog message details. in bulk.
Exceptionpublic static syslog_aaa[] get(nitro_service client) throws Exception
Report for aaa syslog message received by this collector..
Exceptionpublic static syslog_aaa[] get_filtered(nitro_service service, String filter) throws Exception
Exceptionpublic static syslog_aaa[] get_filtered(nitro_service service, filtervalue[] filter) throws Exception
Exceptionpublic static long count(nitro_service service) throws Exception
Exceptionpublic static long count_filtered(nitro_service service, String filter) throws Exception
Exceptionpublic static long count_filtered(nitro_service service, filtervalue[] filter) throws Exception
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.