Class GetParameterGroupsGroup
- java.lang.Object
-
- com.pulumi.alicloud.polardb.outputs.GetParameterGroupsGroup
-
public final class GetParameterGroupsGroup extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetParameterGroupsGroup.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetParameterGroupsGroup.Builder
builder()
static GetParameterGroupsGroup.Builder
builder(GetParameterGroupsGroup defaults)
java.lang.String
createTime()
java.lang.String
dbType()
java.lang.String
dbVersion()
java.lang.String
forceRestart()
java.lang.String
id()
java.lang.Integer
parameterCounts()
java.lang.String
parameterGroupDesc()
java.lang.String
parameterGroupId()
java.lang.String
parameterGroupName()
java.lang.String
parameterGroupType()
-
-
-
Method Detail
-
createTime
public java.lang.String createTime()
- Returns:
- The time when the parameter template was created. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.
-
dbType
public java.lang.String dbType()
- Returns:
- The type of the database engine. Only `MySQL` is supported.
-
dbVersion
public java.lang.String dbVersion()
- Returns:
- The version number of the database engine. Valid values: `5.6`, `5.7`, `8.0`.
-
forceRestart
public java.lang.String forceRestart()
- Returns:
- Indicates whether to restart the cluster when this parameter template is applied.
-
id
public java.lang.String id()
- Returns:
- The ID of the Parameter Group.
-
parameterCounts
public java.lang.Integer parameterCounts()
- Returns:
- The number of parameters in the parameter template.
-
parameterGroupDesc
public java.lang.String parameterGroupDesc()
- Returns:
- The description of the parameter template.
-
parameterGroupId
public java.lang.String parameterGroupId()
- Returns:
- The ID of the Parameter Group.
-
parameterGroupName
public java.lang.String parameterGroupName()
- Returns:
- The name of the parameter template.
-
parameterGroupType
public java.lang.String parameterGroupType()
- Returns:
- The type of the parameter template.
-
builder
public static GetParameterGroupsGroup.Builder builder()
-
builder
public static GetParameterGroupsGroup.Builder builder(GetParameterGroupsGroup defaults)
-
-