Package version:

Interface MountTarget

Mount Target

interface MountTarget {
    fileSystemId: string;
    id?: string;
    ipAddress?: string;
    location: string;
    mountTargetId?: string;
    name?: string;
    smbServerFqdn?: string;
    tags?: {
        [propertyName: string]: string;
    };
    type?: string;
}

Properties

fileSystemId: string

UUID v4 used to identify the MountTarget

id?: string

Resource Id NOTE: This property will not be serialized. It can only be populated by the server.

ipAddress?: string

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

location: string

Resource location

mountTargetId?: string

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

name?: string

Resource name 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

tags?: {
    [propertyName: string]: string;
}

Resource tags

type?: string

Resource type NOTE: This property will not be serialized. It can only be populated by the server.