Class PublicKeysImpl
java.lang.Object
api.equinix.javasdk.networkedge.client.implementation.PublicKeysImpl
-
Constructor Summary
ConstructorsConstructorDescriptionPublicKeysImpl(PublicKeyClient<PublicKey> serviceClient, NetworkEdge serviceManager) Constructor for PublicKeysImpl. -
Method Summary
Modifier and TypeMethodDescriptionReturns an instance of PublicKeyBuilder for defining a new Public Key.Gets the specified Public Key.list()list.Lists available Public Keys for the provided accountUcmId.
-
Constructor Details
-
PublicKeysImpl
Constructor for PublicKeysImpl.
- Parameters:
serviceClient- aPublicKeyClientobject.serviceManager- aNetworkEdgeobject.
-
-
Method Details
-
list
list.
- Specified by:
listin interfacePublicKeys- Returns:
- a
Listobject.
-
list
Lists available Public Keys for the provided accountUcmId.- Specified by:
listin interfacePublicKeys- Parameters:
accountUcmId- the unique account identifier.- Returns:
PaginatedList
-
getByUuid
Gets the specified Public Key.- Specified by:
getByUuidin interfacePublicKeys- Parameters:
uuid- the unique identifier of the Public Key.- Returns:
PublicKey
-
define
Returns an instance of PublicKeyBuilder for defining a new Public Key.- Specified by:
definein interfacePublicKeys- Parameters:
keyName- the name of the new Public Key.keyValue- the value of the new Public Key.- Returns:
PublicKeyOperator.PublicKeyBuilder
-