azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.n...

174 строки
12 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.netapp.models.VolumeBackups"
fullName: "com.azure.resourcemanager.netapp.models.VolumeBackups"
name: "VolumeBackups"
nameWithType: "VolumeBackups"
summary: "Volume details using the backup policy."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **VolumeBackups**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.netapp.models.VolumeBackups?alt=com.azure.resourcemanager.netapp.models.VolumeBackups&text=VolumeBackups\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.netapp.models.VolumeBackups.VolumeBackups()"
fullName: "com.azure.resourcemanager.netapp.models.VolumeBackups.VolumeBackups()"
name: "VolumeBackups()"
nameWithType: "VolumeBackups.VolumeBackups()"
summary: "Creates an instance of Volume<wbr>Backups class."
syntax: "public VolumeBackups()"
desc: "Creates an instance of VolumeBackups class."
methods:
- uid: "com.azure.resourcemanager.netapp.models.VolumeBackups.backupsCount()"
fullName: "com.azure.resourcemanager.netapp.models.VolumeBackups.backupsCount()"
name: "backupsCount()"
nameWithType: "VolumeBackups.backupsCount()"
summary: "Get the backups<wbr>Count property: Total count of backups for volume."
syntax: "public Integer backupsCount()"
desc: "Get the backupsCount property: Total count of backups for volume."
returns:
description: "the backupsCount value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.netapp.models.VolumeBackups.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.netapp.models.VolumeBackups.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "VolumeBackups.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Volume<wbr>Backups from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static VolumeBackups fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the VolumeBackups."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of VolumeBackups from the JsonReader."
returns:
description: "An instance of VolumeBackups if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.netapp.models.VolumeBackups?alt=com.azure.resourcemanager.netapp.models.VolumeBackups&text=VolumeBackups\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.netapp.models.VolumeBackups.policyEnabled()"
fullName: "com.azure.resourcemanager.netapp.models.VolumeBackups.policyEnabled()"
name: "policyEnabled()"
nameWithType: "VolumeBackups.policyEnabled()"
summary: "Get the policy<wbr>Enabled property: Policy enabled."
syntax: "public Boolean policyEnabled()"
desc: "Get the policyEnabled property: Policy enabled."
returns:
description: "the policyEnabled value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.netapp.models.VolumeBackups.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.netapp.models.VolumeBackups.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "VolumeBackups.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.netapp.models.VolumeBackups.validate()"
fullName: "com.azure.resourcemanager.netapp.models.VolumeBackups.validate()"
name: "validate()"
nameWithType: "VolumeBackups.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.netapp.models.VolumeBackups.volumeName()"
fullName: "com.azure.resourcemanager.netapp.models.VolumeBackups.volumeName()"
name: "volumeName()"
nameWithType: "VolumeBackups.volumeName()"
summary: "Get the volume<wbr>Name property: Volume name."
syntax: "public String volumeName()"
desc: "Get the volumeName property: Volume name."
returns:
description: "the volumeName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.netapp.models.VolumeBackups.volumeResourceId()"
fullName: "com.azure.resourcemanager.netapp.models.VolumeBackups.volumeResourceId()"
name: "volumeResourceId()"
nameWithType: "VolumeBackups.volumeResourceId()"
summary: "Get the volume<wbr>Resource<wbr>Id property: Resource<wbr>Id used to identify the Volume."
syntax: "public String volumeResourceId()"
desc: "Get the volumeResourceId property: ResourceId used to identify the Volume."
returns:
description: "the volumeResourceId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.netapp.models.VolumeBackups.withBackupsCount(java.lang.Integer)"
fullName: "com.azure.resourcemanager.netapp.models.VolumeBackups.withBackupsCount(Integer backupsCount)"
name: "withBackupsCount(Integer backupsCount)"
nameWithType: "VolumeBackups.withBackupsCount(Integer backupsCount)"
summary: "Set the backups<wbr>Count property: Total count of backups for volume."
parameters:
- description: "the backupsCount value to set."
name: "backupsCount"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public VolumeBackups withBackupsCount(Integer backupsCount)"
desc: "Set the backupsCount property: Total count of backups for volume."
returns:
description: "the VolumeBackups object itself."
type: "<xref href=\"com.azure.resourcemanager.netapp.models.VolumeBackups?alt=com.azure.resourcemanager.netapp.models.VolumeBackups&text=VolumeBackups\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.netapp.models.VolumeBackups.withPolicyEnabled(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.netapp.models.VolumeBackups.withPolicyEnabled(Boolean policyEnabled)"
name: "withPolicyEnabled(Boolean policyEnabled)"
nameWithType: "VolumeBackups.withPolicyEnabled(Boolean policyEnabled)"
summary: "Set the policy<wbr>Enabled property: Policy enabled."
parameters:
- description: "the policyEnabled value to set."
name: "policyEnabled"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public VolumeBackups withPolicyEnabled(Boolean policyEnabled)"
desc: "Set the policyEnabled property: Policy enabled."
returns:
description: "the VolumeBackups object itself."
type: "<xref href=\"com.azure.resourcemanager.netapp.models.VolumeBackups?alt=com.azure.resourcemanager.netapp.models.VolumeBackups&text=VolumeBackups\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.netapp.models.VolumeBackups.withVolumeName(java.lang.String)"
fullName: "com.azure.resourcemanager.netapp.models.VolumeBackups.withVolumeName(String volumeName)"
name: "withVolumeName(String volumeName)"
nameWithType: "VolumeBackups.withVolumeName(String volumeName)"
summary: "Set the volume<wbr>Name property: Volume name."
parameters:
- description: "the volumeName value to set."
name: "volumeName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public VolumeBackups withVolumeName(String volumeName)"
desc: "Set the volumeName property: Volume name."
returns:
description: "the VolumeBackups object itself."
type: "<xref href=\"com.azure.resourcemanager.netapp.models.VolumeBackups?alt=com.azure.resourcemanager.netapp.models.VolumeBackups&text=VolumeBackups\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.netapp.models.VolumeBackups.withVolumeResourceId(java.lang.String)"
fullName: "com.azure.resourcemanager.netapp.models.VolumeBackups.withVolumeResourceId(String volumeResourceId)"
name: "withVolumeResourceId(String volumeResourceId)"
nameWithType: "VolumeBackups.withVolumeResourceId(String volumeResourceId)"
summary: "Set the volume<wbr>Resource<wbr>Id property: Resource<wbr>Id used to identify the Volume."
parameters:
- description: "the volumeResourceId value to set."
name: "volumeResourceId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public VolumeBackups withVolumeResourceId(String volumeResourceId)"
desc: "Set the volumeResourceId property: ResourceId used to identify the Volume."
returns:
description: "the VolumeBackups object itself."
type: "<xref href=\"com.azure.resourcemanager.netapp.models.VolumeBackups?alt=com.azure.resourcemanager.netapp.models.VolumeBackups&text=VolumeBackups\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Volume details using the backup policy."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.netapp.models.VolumeBackups?alt=com.azure.resourcemanager.netapp.models.VolumeBackups&text=VolumeBackups\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.netapp.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-netapp:1.5.1