| Local Methods | ||
Service Types | Data Object Types | All Properties | All Methods |
Methods
Methods defined in this Service |
---|
RADIUSAuthenticator_Create, RADIUSAuthenticator_Delete, RADIUSAuthenticator_Get, RADIUSAuthenticator_List, RADIUSAuthenticator_Update |
Privileges
Privilege | Description |
---|---|
GLOBAL_CONFIG_MANAGEMENT | Global configuration management is required to create a RADIUS authenticator. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the RADIUSAuthenticator used to make the method call. |
spec | RADIUSAuthenticatorSpec |
The specification of the RADIUS authenticator.
|
Return Value
Type | Description |
---|---|
RADIUSAuthenticatorId | The ID of the newly created RADIUS authenticator. |
Faults
Type | Description |
---|---|
EntityNotFound | Thrown if any specified entity cannot be found. |
InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
InvalidArgument | Thrown if any specified argument is invalid. |
InvalidType | Thrown if the type of any specified argument is invalid. |
UnexpectedFault | Thrown if an unexpected error occurs while performing the operation. |
Events
Event | Description |
---|---|
VLSI_RADIUS_AUTHENTICATOR_CREATED | If the RADIUS authenticator was successfully created. |
VLSI_RADIUS_AUTHENTICATOR_CREATE_FAILED | If the RADIUS authenticator could not be created. |
Privileges
Privilege | Description |
---|---|
GLOBAL_CONFIG_MANAGEMENT | Global configuration management is required to delete a RADIUS authenticator. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the RADIUSAuthenticator used to make the method call. |
id | RADIUSAuthenticatorId |
The ID of the RADIUS authenticator to delete.
|
Return Value
Type | Description |
---|---|
None |
Faults
Type | Description |
---|---|
EntityInUse | Thrown if the RADIUS authentication is currently being used by a connection server. |
EntityNotFound | Thrown if any specified entity cannot be found. |
InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
InvalidArgument | Thrown if any specified argument is invalid. |
InvalidType | Thrown if the type of any specified argument is invalid. |
UnexpectedFault | Thrown if an unexpected error occurs while performing the operation. |
Events
Event | Description |
---|---|
VLSI_RADIUS_AUTHENTICATOR_DELETED | If the RADIUS authenticator was successfully deleted. |
VLSI_RADIUS_AUTHENTICATOR_DELETE_FAILED | If the RADIUS authenticator could not be deleted. |
Privileges
Privilege | Description |
---|---|
GLOBAL_CONFIG_VIEW | Global configuration view is required to retrieve information about a RADIUS authenticator. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the RADIUSAuthenticator used to make the method call. |
id | RADIUSAuthenticatorId |
The ID of the RADIUS authenticator.
|
Return Value
Type | Description |
---|---|
RADIUSAuthenticatorInfo | Information about the specified RADIUS authenticator. |
Faults
Type | Description |
---|---|
EntityNotFound | Thrown if any specified entity cannot be found. |
InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
InvalidArgument | Thrown if any specified argument is invalid. |
InvalidType | Thrown if the type of any specified argument is invalid. |
UnexpectedFault | Thrown if an unexpected error occurs while performing the operation. |
Privileges
Privilege | Description |
---|---|
GLOBAL_CONFIG_VIEW | Global configuration view is required to list RADIUS authenticators. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the RADIUSAuthenticator used to make the method call. |
Return Value
Type | Description |
---|---|
RADIUSAuthenticatorInfo[] | Information about the configured RADIUS authenticators. |
Faults
Type | Description |
---|---|
EntityNotFound | Thrown if any specified entity cannot be found. |
InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
InvalidArgument | Thrown if any specified argument is invalid. |
InvalidType | Thrown if the type of any specified argument is invalid. |
UnexpectedFault | Thrown if an unexpected error occurs while performing the operation. |
Privileges
Privilege | Description |
---|---|
GLOBAL_CONFIG_MANAGEMENT | Global configuration management is required to update a RADIUS authenticator. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the RADIUSAuthenticator used to make the method call. |
id | RADIUSAuthenticatorId |
The ID of the RADIUS authenticator to update.
|
updates | MapEntry[] |
Key value pairs describing attributes to be updated.
|
Return Value
Type | Description |
---|---|
None |
Faults
Type | Description |
---|---|
EntityNotFound | Thrown if any specified entity cannot be found. |
InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
InvalidArgument | Thrown if any specified argument is invalid. |
InvalidType | Thrown if the type of any specified argument is invalid. |
UnexpectedFault | Thrown if an unexpected error occurs while performing the operation. |
Events
Event | Description |
---|---|
VLSI_RADIUS_AUTHENTICATOR_UPDATED | If the RADIUS authenticator was successfully updated. |
VLSI_RADIUS_AUTHENTICATOR_UPDATE_FAILED | If the RADIUS authenticator could not be updated. |
Top of page | Local Methods | ||
Service Types | Data Object Types | All Properties | All Methods |