StorageProfile Class
- java.
lang. Object - com.
azure. resourcemanager. largeinstance. models. StorageProfile
- com.
Implements
public final class StorageProfile
implements JsonSerializable<StorageProfile>
Specifies the storage settings for the Azure Large Instance disks.
Constructor Summary
| Constructor | Description |
|---|---|
| StorageProfile() |
Creates an instance of Storage |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Storage |
fromJson(JsonReader jsonReader)
Reads an instance of Storage |
| String |
nfsIpAddress()
Get the nfs |
| List<Disk> |
osDisks()
Get the os |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Storage |
withOsDisks(List<Disk> osDisks)
Set the os |
Methods inherited from java.lang.Object
Constructor Details
StorageProfile
public StorageProfile()
Creates an instance of StorageProfile class.
Method Details
fromJson
public static StorageProfile fromJson(JsonReader jsonReader)
Reads an instance of StorageProfile from the JsonReader.
Parameters:
Returns:
Throws:
nfsIpAddress
public String nfsIpAddress()
Get the nfsIpAddress property: IP Address to connect to storage.
Returns:
osDisks
public List<Disk> osDisks()
Get the osDisks property: Specifies information about the operating system disk used by Azure Large Instance.
Returns:
toJson
validate
public void validate()
Validates the instance.
withOsDisks
public StorageProfile withOsDisks(List<Disk> osDisks)
Set the osDisks property: Specifies information about the operating system disk used by Azure Large Instance.
Parameters:
Returns: