property
primaryEndpointEndpointReferencegetGets the primary endpoint for the Solr server.
API references are intentionally omitted from this search. To find API references, please search these dedicated API pages instead:
interface SolrResource extends IComputeResource, IExpressionValue, IManifestExpressionProvider, IResource, IResourceWithArgs, IResourceWithConnectionString, IResourceWithEndpoints, IResourceWithEnvironment, IResourceWithProbes, IResourceWithWaitSupport, IValueProvider, IValueWithReferences { readonly connectionStringExpression: ReferenceExpression; coreName: string; readonly host: EndpointReferenceExpression; readonly port: EndpointReferenceExpression; readonly primaryEndpoint: EndpointReference; readonly uriExpression: ReferenceExpression; withConfigset( configSetName: string, configSetPath: string): SolrResource; withDataBindMount( source: string, isReadOnly?: boolean): SolrResource; withDataVolume( name?: string, isReadOnly?: boolean): SolrResource;}connectionStringExpressionReferenceExpressiongetcoreNamestringget · sethostEndpointReferenceExpressiongetportEndpointReferenceExpressiongetprimaryEndpointEndpointReferencegeturiExpressionReferenceExpressiongetwithConfigset( configSetName: string, configSetPath: string): SolrResourceParameters
configSetNamestringconfigSetPathstringReturns
SolrResourcewithDataBindMount( source: string, isReadOnly?: boolean): SolrResourceParameters
sourcestringisReadOnlybooleanoptional= FalseReturns
SolrResourcewithDataVolume( name?: string, isReadOnly?: boolean): SolrResourceParameters
namestringoptionalisReadOnlybooleanoptional= FalseReturns
SolrResource