| Name | Type | Description | Notes |
|---|---|---|---|
| FilesystemId | Pointer to string | EFS filesystem ID | [optional] |
| MountPath | Pointer to string | Default mount path in containers | [optional] |
func NewApplicationFilesystem() *ApplicationFilesystem
NewApplicationFilesystem instantiates a new ApplicationFilesystem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewApplicationFilesystemWithDefaults() *ApplicationFilesystem
NewApplicationFilesystemWithDefaults instantiates a new ApplicationFilesystem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *ApplicationFilesystem) GetFilesystemId() string
GetFilesystemId returns the FilesystemId field if non-nil, zero value otherwise.
func (o *ApplicationFilesystem) GetFilesystemIdOk() (*string, bool)
GetFilesystemIdOk returns a tuple with the FilesystemId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApplicationFilesystem) SetFilesystemId(v string)
SetFilesystemId sets FilesystemId field to given value.
func (o *ApplicationFilesystem) HasFilesystemId() bool
HasFilesystemId returns a boolean if a field has been set.
func (o *ApplicationFilesystem) GetMountPath() string
GetMountPath returns the MountPath field if non-nil, zero value otherwise.
func (o *ApplicationFilesystem) GetMountPathOk() (*string, bool)
GetMountPathOk returns a tuple with the MountPath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApplicationFilesystem) SetMountPath(v string)
SetMountPath sets MountPath field to given value.
func (o *ApplicationFilesystem) HasMountPath() bool
HasMountPath returns a boolean if a field has been set.