Package com.ngrok.definitions
Class ReservedDomainCertPolicy
java.lang.Object
com.ngrok.definitions.ReservedDomainCertPolicy
A class encapsulating the
ReservedDomainCertPolicy
resource.-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
certificate authority to request certificates from.type of private key to use when requesting certificates.int
hashCode()
Creates a new builder for theReservedDomainCertPolicy
type.toString()
-
Method Details
-
newBuilder
Creates a new builder for theReservedDomainCertPolicy
type.- Returns:
- a new
ReservedDomainCertPolicy.Builder
-
getAuthority
certificate authority to request certificates from. The only supported value is letsencrypt.- Returns:
- the value of the property as a
String
-
getPrivateKeyType
type of private key to use when requesting certificates. Defaults to rsa, can be either rsa or ecdsa.- Returns:
- the value of the property as a
String
-
equals
-
hashCode
public int hashCode() -
toString
-