property
primaryEndpoint EndpointReference get Gets the PrimaryEndpoint property
API references are intentionally omitted from this search. To find API references, please search these dedicated API pages instead:
interface OracleDatabaseServerResource extends IComputeResource, IManifestExpressionProvider, IResource, IResourceWithArgs, IResourceWithConnectionString, IResourceWithEndpoints, IResourceWithEnvironment, IResourceWithProbes, IResourceWithWaitSupport, IValueProvider, IValueWithReferences { readonly connectionStringExpression: ReferenceExpression; readonly databases: Dict<string,string>; entrypoint: string; readonly host: EndpointReferenceExpression; readonly jdbcConnectionString: ReferenceExpression; readonly name: string; readonly passwordParameter: ParameterResource; readonly port: EndpointReferenceExpression; readonly primaryEndpoint: EndpointReference; shellExecution: boolean; readonly uriExpression: ReferenceExpression; readonly userNameReference: ReferenceExpression; addDatabase( name: string, databaseName?: string): OracleDatabaseResource; withDataBindMount(source: string): OracleDatabaseServerResource; withDataVolume(name?: string): OracleDatabaseServerResource; withDbSetupBindMount(source: string): OracleDatabaseServerResource; withInitFiles(source: string): OracleDatabaseServerResource;}connectionStringExpression ReferenceExpression get databases Dict<string,string> get entrypoint string get · set host EndpointReferenceExpression get jdbcConnectionString ReferenceExpression get name string get passwordParameter ParameterResource get port EndpointReferenceExpression get primaryEndpoint EndpointReference get shellExecution boolean get · set uriExpression ReferenceExpression get userNameReference ReferenceExpression get addDatabase( name: string, databaseName?: string): OracleDatabaseResourcename string databaseName string optional OracleDatabaseResource withDataBindMount(source: string): OracleDatabaseServerResourcesource string OracleDatabaseServerResource withDataVolume(name?: string): OracleDatabaseServerResourcename string optional OracleDatabaseServerResource withDbSetupBindMount(source: string): OracleDatabaseServerResourcesource string OracleDatabaseServerResource withInitFiles(source: string): OracleDatabaseServerResourcesource string OracleDatabaseServerResource