MountTargetProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.netapp.fluent.models.MountTargetProperties

public final class MountTargetProperties

Mount target properties.

Constructor Summary

Constructor Description
MountTargetProperties()

Creates an instance of MountTargetProperties class.

Method Summary

Modifier and Type Method and Description
String fileSystemId()

Get the fileSystemId property: fileSystemId UUID v4 used to identify the MountTarget.

String ipAddress()

Get the ipAddress property: ipAddress The mount target's IPv4 address.

String mountTargetId()

Get the mountTargetId property: mountTargetId UUID v4 used to identify the MountTarget.

String smbServerFqdn()

Get the smbServerFqdn property: smbServerFQDN The SMB server's Fully Qualified Domain Name, FQDN.

void validate()

Validates the instance.

MountTargetProperties withFileSystemId(String fileSystemId)

Set the fileSystemId property: fileSystemId UUID v4 used to identify the MountTarget.

MountTargetProperties withSmbServerFqdn(String smbServerFqdn)

Set the smbServerFqdn property: smbServerFQDN The SMB server's Fully Qualified Domain Name, FQDN.

Methods inherited from java.lang.Object

Constructor Details

MountTargetProperties

public MountTargetProperties()

Creates an instance of MountTargetProperties class.

Method Details

fileSystemId

public String fileSystemId()

Get the fileSystemId property: fileSystemId UUID v4 used to identify the MountTarget.

Returns:

the fileSystemId value.

ipAddress

public String ipAddress()

Get the ipAddress property: ipAddress The mount target's IPv4 address.

Returns:

the ipAddress value.

mountTargetId

public String mountTargetId()

Get the mountTargetId property: mountTargetId UUID v4 used to identify the MountTarget.

Returns:

the mountTargetId value.

smbServerFqdn

public String smbServerFqdn()

Get the smbServerFqdn property: smbServerFQDN The SMB server's Fully Qualified Domain Name, FQDN.

Returns:

the smbServerFqdn value.

validate

public void validate()

Validates the instance.

withFileSystemId

public MountTargetProperties withFileSystemId(String fileSystemId)

Set the fileSystemId property: fileSystemId UUID v4 used to identify the MountTarget.

Parameters:

fileSystemId - the fileSystemId value to set.

Returns:

the MountTargetProperties object itself.

withSmbServerFqdn

public MountTargetProperties withSmbServerFqdn(String smbServerFqdn)

Set the smbServerFqdn property: smbServerFQDN The SMB server's Fully Qualified Domain Name, FQDN.

Parameters:

smbServerFqdn - the smbServerFqdn value to set.

Returns:

the MountTargetProperties object itself.

Applies to