INPUT_OBJECT
MosaicAddStoreRequestInput
Description
Supported in m3.2.0-m4.2.0 Object for stores added on mosaic.
link GraphQL Schema definition
- input MosaicAddStoreRequestInput {
- # Supported in m3.2.0-m4.2.0
- # Access key id.
- String :
- # Supported in m3.2.0-m4.2.0
- # Nfs server.
- String :
- # Supported in m3.2.0-m4.2.0
- # Nfs server mount path.
- String :
- # Supported in m3.2.0-m4.2.0
- # Secret key.
- String :
- # Supported in m3.2.0-m4.2.0
- # Whether to skip key file config.
- Boolean :
- # Required. Supported in m3.2.0-m4.2.0
- # Type of the store on mosaic.
- MosaicAddStoreRequestStoreType! :
- # Required. Supported in m3.2.0-m4.2.0
- # Name of the store.
- String! :
- # Required. Supported in m3.2.0-m4.2.0
- # Store path/url.
- String! :
- }