Uses of Class
org.jclouds.azurecompute.arm.domain.vpn.VPNClientRevokedCertificate
-
Packages that use VPNClientRevokedCertificate Package Description org.jclouds.azurecompute.arm.domain.vpn -
-
Uses of VPNClientRevokedCertificate in org.jclouds.azurecompute.arm.domain.vpn
Methods in org.jclouds.azurecompute.arm.domain.vpn that return VPNClientRevokedCertificate Modifier and Type Method Description static VPNClientRevokedCertificate
VPNClientRevokedCertificate. create(String id, String name, String etag, VPNClientRevokedCertificate.VPNClientRevokedCertificateProperties properties)
Methods in org.jclouds.azurecompute.arm.domain.vpn that return types with arguments of type VPNClientRevokedCertificate Modifier and Type Method Description abstract List<VPNClientRevokedCertificate>
VPNClientConfiguration. vpnClientRevokedCertificates()
Method parameters in org.jclouds.azurecompute.arm.domain.vpn with type arguments of type VPNClientRevokedCertificate Modifier and Type Method Description abstract VPNClientConfiguration.Builder
VPNClientConfiguration.Builder. vpnClientRevokedCertificates(List<VPNClientRevokedCertificate> vpnClientRevokedCertificates)
-