Class PostgreSqlServerDraft.Config
- java.lang.Object
-
- com.microsoft.azure.toolkit.lib.postgre.PostgreSqlServerDraft.Config
-
- Enclosing class:
- PostgreSqlServerDraft
private static class PostgreSqlServerDraft.Config extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private StringadminNameprivate StringadminPasswordprivate booleanazureServiceAccessAllowedprivate StringfullyQualifiedDomainNameprivate booleanlocalMachineAccessAllowedprivate com.microsoft.azure.toolkit.lib.common.model.Regionregionprivate Stringversion
-
Constructor Summary
Constructors Modifier Constructor Description privateConfig()
-
-
-
Field Detail
-
adminName
private String adminName
-
adminPassword
private String adminPassword
-
region
private com.microsoft.azure.toolkit.lib.common.model.Region region
-
version
private String version
-
fullyQualifiedDomainName
private String fullyQualifiedDomainName
-
azureServiceAccessAllowed
private boolean azureServiceAccessAllowed
-
localMachineAccessAllowed
private boolean localMachineAccessAllowed
-
-