Class UpdateDatabaseToolsDatabaseApiGatewayConfigPoolDetails

  • Direct Known Subclasses:
    UpdateDatabaseToolsDatabaseApiGatewayConfigPoolDefaultDetails

    @Generated(value="OracleSDKGenerator",
               comments="API Version: 20230222")
    public class UpdateDatabaseToolsDatabaseApiGatewayConfigPoolDetails
    extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
    The content of a Database Tools database API gateway config pool sub resource to be updated.
    Note: Objects should always be created or deserialized using the Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of the Builder, which maintain a set of all explicitly set fields called Builder#__explicitlySet__. The hashCode() and equals(Object) methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
    • Method Detail

      • getDisplayName

        public String getDisplayName()
        A user-friendly name.

        Does not have to be unique, and it\u2019s changeable. Avoid entering confidential information.

        Returns:
        the value
      • getPoolRouteValue

        public String getPoolRouteValue()
        The pool route value provided in requests to target this pool.
        Returns:
        the value
      • getDatabaseToolsConnectionId

        public String getDatabaseToolsConnectionId()
        The OCID of the related Database Tools connection.

        Specifies the OCI database tools connection ocid to build the connection pool from.

        Returns:
        the value
      • getMaxPoolSize

        public Integer getMaxPoolSize()
        Specifies the maximum number of database connections allowed for the pool.
        Returns:
        the value
      • getMinPoolSize

        public Integer getMinPoolSize()
        Specifies the minimum number of database connections allowed for the pool.
        Returns:
        the value
      • getInitialPoolSize

        public Integer getInitialPoolSize()
        Specifies the initial size for the number of database connections that will be created for the pool.
        Returns:
        the value
      • getJwtProfileJwkUrl

        public String getJwtProfileJwkUrl()
        Specifies the URL of the JSON Web Key (JWK) that is used to verify the signature of the JWT token.
        Returns:
        the value
      • getJwtProfileIssuer

        public String getJwtProfileIssuer()
        Specifies the issuer of the JWT token.

        This value is used to validate the iss claim in the JWT token.

        Returns:
        the value
      • getJwtProfileAudience

        public String getJwtProfileAudience()
        Specifies the expected audience for the JWT token.

        This value is used to validate the aud claim in the JWT token.

        Returns:
        the value
      • getJwtProfileRoleClaimName

        public String getJwtProfileRoleClaimName()
        Specifies the JSON pointer to the claim in the JWT token that contains the roles of the users.
        Returns:
        the value
      • getAdvancedProperties

        public Map<String,​String> getAdvancedProperties()
        Advanced pool properties.
        Returns:
        the value
      • toString

        public String toString()
        Overrides:
        toString in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
      • toString

        public String toString​(boolean includeByteArrayContents)
        Return a string representation of the object.
        Parameters:
        includeByteArrayContents - true to include the full contents of byte arrays
        Returns:
        string representation
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel