FileSystemResourceProperties Class
- java.
lang. Object - com.
azure. resourcemanager. dell. storage. models. FileSystemResourceProperties
- com.
Implements
public final class FileSystemResourceProperties
implements JsonSerializable<FileSystemResourceProperties>
Properties specific to the Dell File System resource.
Constructor Summary
| Constructor | Description |
|---|---|
| FileSystemResourceProperties() |
Creates an instance of File |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Capacity |
capacity()
Get the capacity property: Capacity for Dell Filesystem, Will be received as part of Job Status. |
| String |
delegatedSubnetCidr()
Get the delegated |
| String |
delegatedSubnetId()
Get the delegated |
| String |
dellReferenceNumber()
Get the dell |
|
Encryption |
encryption()
Get the encryption property: Encryption |
| String |
fileSystemId()
Get the file |
|
static
File |
fromJson(JsonReader jsonReader)
Reads an instance of File |
|
Marketplace |
marketplace()
Get the marketplace property: Marketplace details. |
| String |
oneFsUrl()
Get the one |
|
Provisioning |
provisioningState()
Get the provisioning |
| String |
smartConnectFqdn()
Get the smart |
|
Json |
toJson(JsonWriter jsonWriter) |
|
User |
user()
Get the user property: User Details. |
| void |
validate()
Validates the instance. |
|
File |
withCapacity(Capacity capacity)
Set the capacity property: Capacity for Dell Filesystem, Will be received as part of Job Status. |
|
File |
withDelegatedSubnetCidr(String delegatedSubnetCidr)
Set the delegated |
|
File |
withDelegatedSubnetId(String delegatedSubnetId)
Set the delegated |
|
File |
withDellReferenceNumber(String dellReferenceNumber)
Set the dell |
|
File |
withEncryption(EncryptionProperties encryption)
Set the encryption property: Encryption |
|
File |
withFileSystemId(String fileSystemId)
Set the file |
|
File |
withMarketplace(MarketplaceDetails marketplace)
Set the marketplace property: Marketplace details. |
|
File |
withOneFsUrl(String oneFsUrl)
Set the one |
|
File |
withSmartConnectFqdn(String smartConnectFqdn)
Set the smart |
|
File |
withUser(UserDetails user)
Set the user property: User Details. |
Methods inherited from java.lang.Object
Constructor Details
FileSystemResourceProperties
public FileSystemResourceProperties()
Creates an instance of FileSystemResourceProperties class.
Method Details
capacity
public Capacity capacity()
Get the capacity property: Capacity for Dell Filesystem, Will be received as part of Job Status.
Returns:
delegatedSubnetCidr
public String delegatedSubnetCidr()
Get the delegatedSubnetCidr property: Domain range for the delegated subnet.
Returns:
delegatedSubnetId
public String delegatedSubnetId()
Get the delegatedSubnetId property: Delegated subnet id for Vnet injection.
Returns:
dellReferenceNumber
public String dellReferenceNumber()
Get the dellReferenceNumber property: DellReferenceNumber of the resource.
Returns:
encryption
public EncryptionProperties encryption()
Get the encryption property: EncryptionProperties of the resource.
Returns:
fileSystemId
public String fileSystemId()
Get the fileSystemId property: File system Id of the resource.
Returns:
fromJson
public static FileSystemResourceProperties fromJson(JsonReader jsonReader)
Reads an instance of FileSystemResourceProperties from the JsonReader.
Parameters:
Returns:
Throws:
marketplace
public MarketplaceDetails marketplace()
Get the marketplace property: Marketplace details.
Returns:
oneFsUrl
public String oneFsUrl()
Get the oneFsUrl property: OneFS url.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: Provisioning State of the resource.
Returns:
smartConnectFqdn
public String smartConnectFqdn()
Get the smartConnectFqdn property: Smart Connect FQDN of the resource.
Returns:
toJson
user
public UserDetails user()
Get the user property: User Details.
Returns:
validate
public void validate()
Validates the instance.
withCapacity
public FileSystemResourceProperties withCapacity(Capacity capacity)
Set the capacity property: Capacity for Dell Filesystem, Will be received as part of Job Status.
Parameters:
Returns:
withDelegatedSubnetCidr
public FileSystemResourceProperties withDelegatedSubnetCidr(String delegatedSubnetCidr)
Set the delegatedSubnetCidr property: Domain range for the delegated subnet.
Parameters:
Returns:
withDelegatedSubnetId
public FileSystemResourceProperties withDelegatedSubnetId(String delegatedSubnetId)
Set the delegatedSubnetId property: Delegated subnet id for Vnet injection.
Parameters:
Returns:
withDellReferenceNumber
public FileSystemResourceProperties withDellReferenceNumber(String dellReferenceNumber)
Set the dellReferenceNumber property: DellReferenceNumber of the resource.
Parameters:
Returns:
withEncryption
public FileSystemResourceProperties withEncryption(EncryptionProperties encryption)
Set the encryption property: EncryptionProperties of the resource.
Parameters:
Returns:
withFileSystemId
public FileSystemResourceProperties withFileSystemId(String fileSystemId)
Set the fileSystemId property: File system Id of the resource.
Parameters:
Returns:
withMarketplace
public FileSystemResourceProperties withMarketplace(MarketplaceDetails marketplace)
Set the marketplace property: Marketplace details.
Parameters:
Returns:
withOneFsUrl
public FileSystemResourceProperties withOneFsUrl(String oneFsUrl)
Set the oneFsUrl property: OneFS url.
Parameters:
Returns:
withSmartConnectFqdn
public FileSystemResourceProperties withSmartConnectFqdn(String smartConnectFqdn)
Set the smartConnectFqdn property: Smart Connect FQDN of the resource.
Parameters:
Returns:
withUser
public FileSystemResourceProperties withUser(UserDetails user)
Set the user property: User Details.
Parameters:
Returns: