Preparing search index...
The search index is not available
Cloud Foundry Tools API
Cloud Foundry Tools API
ServiceTypeInfo
Interface ServiceTypeInfo
interface
ServiceTypeInfo
{
allowCreate
?:
{
getParams
?:
(
(
)
=>
Promise
<
any
>
)
;
name
?:
string
;
namePrompt
?:
string
;
plan
?:
string
;
serviceName
?:
string
;
tag
?:
string
;
}
;
name
:
string
;
plan
:
string
;
plans
?:
PlanInfo
[]
;
prompt
:
string
;
serviceKeyName
?:
string
;
serviceKeyParam
?:
any
;
tag
:
string
;
ups
?:
{
isShow
?:
boolean
;
tag
?:
string
;
}
;
}
Index
Properties
allow
Create?
name
plan
plans?
prompt
service
Key
Name?
service
Key
Param?
tag
ups?
Properties
Optional
allow
Create
allow
Create
?:
{
getParams
?:
(
(
)
=>
Promise
<
any
>
)
;
name
?:
string
;
namePrompt
?:
string
;
plan
?:
string
;
serviceName
?:
string
;
tag
?:
string
;
}
name
name
:
string
plan
plan
:
string
Optional
plans
plans
?:
PlanInfo
[]
prompt
prompt
:
string
Optional
service
Key
Name
service
Key
Name
?:
string
Optional
service
Key
Param
service
Key
Param
?:
any
tag
tag
:
string
Optional
ups
ups
?:
{
isShow
?:
boolean
;
tag
?:
string
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allow
Create
name
plan
plans
prompt
service
Key
Name
service
Key
Param
tag
ups
Cloud Foundry Tools API
Loading...