public class ns_ssl_certkey extends base_resource
SESSION_NOT_EXISTS| Constructor and Description |
|---|
ns_ssl_certkey() |
| Modifier and Type | Method and Description |
|---|---|
static ns_ssl_certkey |
add(nitro_service client,
ns_ssl_certkey resource)
Use this operation to install certificates on NetScaler Instance(s).
|
static ns_ssl_certkey[] |
add(nitro_service client,
ns_ssl_certkey[] resources)
Use this operation to install certificates on NetScaler Instance(s) in bulk.
|
static long |
count_filtered(nitro_service service,
filtervalue[] filter)
Use this API to count the filtered set of ns_ssl_certkey resources.
|
static long |
count_filtered(nitro_service service,
String filter)
Use this API to count the filtered set of ns_ssl_certkey resources.
|
static long |
count(nitro_service service)
Use this API to count the ns_ssl_certkey resources configured on NetScaler SDX.
|
static ns_ssl_certkey |
delete(nitro_service client,
ns_ssl_certkey resource)
Use this operation to delete certificates on NetScaler Instance(s).
|
static ns_ssl_certkey[] |
delete(nitro_service client,
ns_ssl_certkey[] resources)
Use this operation to delete certificates on NetScaler Instance(s) in bulk.
|
static ns_ssl_certkey |
gen_csr(nitro_service client,
ns_ssl_certkey resource)
Use this operation to generate CSR for the certificate.
|
static ns_ssl_certkey[] |
gen_csr(nitro_service client,
ns_ssl_certkey[] resources)
Use this operation to generate CSR for the certificate in bulk.
|
String |
get_cert_format()
Certificate Format
|
String |
get_certkeypair_name()
Cert Key Pair Name
|
String |
get_csr()
Certificate Signing Request
|
Integer |
get_days_to_expiry()
Days before SSL certificate expires
|
String |
get_device_name()
Name of the device
|
static ns_ssl_certkey[] |
get_filtered(nitro_service service,
filtervalue[] filter)
Use this API to fetch filtered set of ns_ssl_certkey resources.
|
static ns_ssl_certkey[] |
get_filtered(nitro_service service,
String filter)
Use this API to fetch filtered set of ns_ssl_certkey resources.
|
String |
get_id()
Id is system generated key for all ssl cert-keys entries
|
String |
get_issuer()
Issuer
|
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.
|
Boolean |
get_no_domain_check()
Specify this option to override the check for matching domain names during certificate update operation
|
String[] |
get_ns_ip_address_arr()
List of NetScaler IP Address
|
String |
get_ns_ip_address()
List of NetScaler IP Address
|
protected String |
get_object_id()
Returns the value of object identifier argument.
|
protected String |
get_object_type()
Gets the resource type.
|
String |
get_password()
The pass-phrase that was used to encrypt the private-key.
|
String |
get_public_key_algorithm()
Public Key Algorithm
|
Integer |
get_public_key_size()
Public Key Size
|
Boolean |
get_save_config()
true, if save config is required
|
Integer |
get_serial_number()
Serial Number
|
String |
get_signature_algorithm()
Signature Algorithm
|
String |
get_ssl_certificate()
Certificate
|
String |
get_ssl_key()
Key
|
String |
get_status()
Tells whether the certificate is still valid or not
|
String |
get_subject()
Subject
|
String |
get_valid_from()
Valid From
|
String |
get_valid_to()
Valid To
|
String |
get_version()
Version
|
static ns_ssl_certkey[] |
get(nitro_service client)
Use this operation to get certificates on NetScaler Instance(s).
|
static ns_ssl_certkey |
get(nitro_service client,
ns_ssl_certkey resource)
Use this operation to get certificates on NetScaler Instance(s).
|
static ns_ssl_certkey |
modify(nitro_service client,
ns_ssl_certkey resource)
Use this operation to modify certificates on NetScaler Instance(s).
|
static ns_ssl_certkey[] |
modify(nitro_service client,
ns_ssl_certkey[] resources)
Use this operation to modify certificates on NetScaler Instance(s) in bulk.
|
void |
set_cert_format(String cert_format)
Certificate Format
|
void |
set_certkeypair_name(String certkeypair_name)
Cert Key Pair Name
|
void |
set_id(String id)
Id is system generated key for all ssl cert-keys entries
|
void |
set_no_domain_check(Boolean no_domain_check)
Specify this option to override the check for matching domain names during certificate update operation
|
void |
set_ns_ip_address_arr(String[] ns_ip_address_arr)
List of NetScaler IP Address
|
void |
set_ns_ip_address(String ns_ip_address)
List of NetScaler IP Address
|
void |
set_password(String password)
The pass-phrase that was used to encrypt the private-key.
|
void |
set_save_config(Boolean save_config)
true, if save config is required
|
void |
set_ssl_certificate(String ssl_certificate)
Certificate
|
void |
set_ssl_key(String ssl_key)
Key
|
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_status()
Tells whether the certificate is still valid or not
public Integer get_days_to_expiry()
Days before SSL certificate expires
public void set_ns_ip_address(String ns_ip_address)
List of NetScaler IP Address
public String get_ns_ip_address()
List of NetScaler IP Address
public void set_ssl_certificate(String ssl_certificate)
Certificate
public String get_ssl_certificate()
Certificate
public void set_certkeypair_name(String certkeypair_name)
Cert Key Pair Name
public String get_certkeypair_name()
Cert Key Pair Name
public String get_device_name()
Name of the device
public void set_ssl_key(String ssl_key)
Key
public String get_ssl_key()
Key
public void set_cert_format(String cert_format)
Certificate Format
public String get_cert_format()
Certificate Format
public void set_id(String id)
Id is system generated key for all ssl cert-keys entries
public String get_id()
Id is system generated key for all ssl cert-keys entries
public String get_valid_to()
Valid To
public Integer get_serial_number()
Serial Number
public void set_save_config(Boolean save_config)
true, if save config is required
public Boolean get_save_config()
true, if save config is required
public String get_signature_algorithm()
Signature Algorithm
public String get_subject()
Subject
public String get_valid_from()
Valid From
public String get_version()
Version
public String get_public_key_algorithm()
Public Key Algorithm
public String get_issuer()
Issuer
public void set_no_domain_check(Boolean no_domain_check)
Specify this option to override the check for matching domain names during certificate update operation
public Boolean get_no_domain_check()
Specify this option to override the check for matching domain names during certificate update operation
public void set_ns_ip_address_arr(String[] ns_ip_address_arr)
List of NetScaler IP Address
public String[] get_ns_ip_address_arr()
List of NetScaler IP Address
public void set_password(String password)
The pass-phrase that was used to encrypt the private-key.
public String get_password()
The pass-phrase that was used to encrypt the private-key.
public Integer get_public_key_size()
Public Key Size
public String get_csr()
Certificate Signing Request
public static ns_ssl_certkey add(nitro_service client, ns_ssl_certkey resource) throws Exception
Use this operation to install certificates on NetScaler Instance(s).
Exceptionpublic static ns_ssl_certkey[] add(nitro_service client, ns_ssl_certkey[] resources) throws Exception
Use this operation to install certificates on NetScaler Instance(s) in bulk.
Exceptionpublic static ns_ssl_certkey delete(nitro_service client, ns_ssl_certkey resource) throws Exception
Use this operation to delete certificates on NetScaler Instance(s).
Exceptionpublic static ns_ssl_certkey[] delete(nitro_service client, ns_ssl_certkey[] resources) throws Exception
Use this operation to delete certificates on NetScaler Instance(s) in bulk.
Exceptionpublic static ns_ssl_certkey[] get(nitro_service client) throws Exception
Use this operation to get certificates on NetScaler Instance(s).
Exceptionpublic static ns_ssl_certkey get(nitro_service client, ns_ssl_certkey resource) throws Exception
Exceptionpublic static ns_ssl_certkey modify(nitro_service client, ns_ssl_certkey resource) throws Exception
Use this operation to modify certificates on NetScaler Instance(s).
Exceptionpublic static ns_ssl_certkey[] modify(nitro_service client, ns_ssl_certkey[] resources) throws Exception
Use this operation to modify certificates on NetScaler Instance(s) in bulk.
Exceptionpublic static ns_ssl_certkey gen_csr(nitro_service client, ns_ssl_certkey resource) throws Exception
Use this operation to generate CSR for the certificate.
Exceptionpublic static ns_ssl_certkey[] gen_csr(nitro_service client, ns_ssl_certkey[] resources) throws Exception
Use this operation to generate CSR for the certificate in bulk.
Exceptionpublic static ns_ssl_certkey[] get_filtered(nitro_service service, String filter) throws Exception
Exceptionpublic static ns_ssl_certkey[] 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.