Package version:

Interface MountTargetProperties

Mount target properties

interface MountTargetProperties {
    fileSystemId: string;
    ipAddress?: string;
    mountTargetId?: string;
    smbServerFqdn?: string;
}

Properties

fileSystemId: string

UUID v4 used to identify the MountTarget

ipAddress?: string

The mount target's IPv4 address NOTE: This property will not be serialized. It can only be populated by the server.

mountTargetId?: string

UUID v4 used to identify the MountTarget NOTE: This property will not be serialized. It can only be populated by the server.

smbServerFqdn?: string

The SMB server's Fully Qualified Domain Name, FQDN