MountTargetProps
Properties for defining a MountTarget
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-nas-mounttarget
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdknas"
&alicloudroscdknas.MountTargetProps {
AccessGroupName: interface{},
FileSystemId: interface{},
NetworkType: interface{},
EnableIpv6: interface{},
SecurityGroupId: interface{},
Status: interface{},
VpcId: interface{},
VSwitchId: interface{},
}
Properties
Name | Type | Description |
---|---|---|
AccessGroupName |
interface{} |
Property accessGroupName: Permission group name. |
FileSystemId |
interface{} |
Property fileSystemId: File system ID. |
NetworkType |
interface{} |
Property networkType: Network type, including Vpc and Classic networks. |
EnableIpv6 |
interface{} |
Property enableIpv6: Whether to create an IPv6 mount point.Value: true: create false (default): do not create Note Currently, only the ultra-fast NAS in mainland China supports the IPv6 function, and the file system needs to enable the IPv6 function. |
SecurityGroupId |
interface{} |
Property securityGroupId: Security group Id. |
Status |
interface{} |
Property status: Status, including Active and Inactive. |
VpcId |
interface{} |
Property vpcId: VPC network ID. |
VSwitchId |
interface{} |
Property vSwitchId: VSwitch ID. |
AccessGroupName
Required
AccessGroupName interface{}
- Type: interface{}
Property accessGroupName: Permission group name.
Default to DEFAULT_VPC_GROUP_NAME.
FileSystemId
Required
FileSystemId interface{}
- Type: interface{}
Property fileSystemId: File system ID.
NetworkType
Required
NetworkType interface{}
- Type: interface{}
Property networkType: Network type, including Vpc and Classic networks.
EnableIpv6
Optional
EnableIpv6 interface{}
- Type: interface{}
Property enableIpv6: Whether to create an IPv6 mount point.Value: true: create false (default): do not create Note Currently, only the ultra-fast NAS in mainland China supports the IPv6 function, and the file system needs to enable the IPv6 function.
SecurityGroupId
Optional
SecurityGroupId interface{}
- Type: interface{}
Property securityGroupId: Security group Id.
Status
Optional
Status interface{}
- Type: interface{}
Property status: Status, including Active and Inactive.
VpcId
Optional
VpcId interface{}
- Type: interface{}
Property vpcId: VPC network ID.
VSwitchId
Optional
VSwitchId interface{}
- Type: interface{}
Property vSwitchId: VSwitch ID.