property
primaryEndpointEndpointReferencegetGets the primary endpoint reference for the Floci container.
API references are intentionally omitted from this search. To find API references, please search these dedicated API pages instead:
interface FlociGcpContainerResource extends IComputeResource, IExpressionValue, IManifestExpressionProvider, IResource, IResourceWithArgs, IResourceWithConnectionString, IResourceWithEndpoints, IResourceWithEnvironment, IResourceWithProbes, IResourceWithWaitSupport, IValueProvider, IValueWithReferences { readonly connectionStringExpression: ReferenceExpression; readonly host: EndpointReferenceExpression; readonly port: EndpointReferenceExpression; readonly primaryEndpoint: EndpointReference; readonly scheme: EndpointReferenceExpression; withDataBindMount( source: string, isReadOnly?: boolean): FlociGcpContainerResource; withDataVolume( name: string, isReadOnly?: boolean): FlociGcpContainerResource; withDockerSocket(socketPath?: string): FlociGcpContainerResource; withFlociUI(configureContainer?: (obj: FlociUIContainerResource) => Promise<void>, containerName?: string): FlociGcpContainerResource;}connectionStringExpressionReferenceExpressiongethostEndpointReferenceExpressiongetportEndpointReferenceExpressiongetprimaryEndpointEndpointReferencegetschemeEndpointReferenceExpressiongetwithDataBindMount( source: string, isReadOnly?: boolean): FlociGcpContainerResourceParameters
sourcestringisReadOnlybooleanoptional= FalseReturns
FlociGcpContainerResourcewithDataVolume( name: string, isReadOnly?: boolean): FlociGcpContainerResourceParameters
namestringisReadOnlybooleanoptional= FalseReturns
FlociGcpContainerResourcewithDockerSocket(socketPath?: string): FlociGcpContainerResourceParameters
socketPathstringoptional= /var/run/docker.sockReturns
FlociGcpContainerResourcewithFlociUI(configureContainer?: (obj: FlociUIContainerResource) => Promise<void>, containerName?: string): FlociGcpContainerResourceParameters
configureContainer(obj: FlociUIContainerResource) => Promise<void>optionalcontainerNamestringoptionalReturns
FlociGcpContainerResource