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

122 строки
11 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.recoveryservicessiterecovery.models.VmwareCbtPolicyDetails"
fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.VmwareCbtPolicyDetails"
name: "VmwareCbtPolicyDetails"
nameWithType: "VmwareCbtPolicyDetails"
summary: "VMware Cbt specific policy details."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.recoveryservicessiterecovery.models.PolicyProviderSpecificDetails?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.resourcemanager.recoveryservicessiterecovery.models.PolicyProviderSpecificDetails?alt=com.azure.resourcemanager.recoveryservicessiterecovery.models.PolicyProviderSpecificDetails&text=PolicyProviderSpecificDetails\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.resourcemanager.recoveryservicessiterecovery.models.PolicyProviderSpecificDetails.validate()?alt=com.azure.resourcemanager.recoveryservicessiterecovery.models.PolicyProviderSpecificDetails.validate&text=validate\" data-throw-if-not-resolved=\"False\" />"
- 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 **VmwareCbtPolicyDetails**</br> extends <xref href=\"com.azure.resourcemanager.recoveryservicessiterecovery.models.PolicyProviderSpecificDetails?alt=com.azure.resourcemanager.recoveryservicessiterecovery.models.PolicyProviderSpecificDetails&text=PolicyProviderSpecificDetails\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.resourcemanager.recoveryservicessiterecovery.models.VmwareCbtPolicyDetails.VmwareCbtPolicyDetails()"
fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.VmwareCbtPolicyDetails.VmwareCbtPolicyDetails()"
name: "VmwareCbtPolicyDetails()"
nameWithType: "VmwareCbtPolicyDetails.VmwareCbtPolicyDetails()"
summary: "Creates an instance of Vmware<wbr>Cbt<wbr>Policy<wbr>Details class."
syntax: "public VmwareCbtPolicyDetails()"
desc: "Creates an instance of VmwareCbtPolicyDetails class."
methods:
- uid: "com.azure.resourcemanager.recoveryservicessiterecovery.models.VmwareCbtPolicyDetails.appConsistentFrequencyInMinutes()"
fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.VmwareCbtPolicyDetails.appConsistentFrequencyInMinutes()"
name: "appConsistentFrequencyInMinutes()"
nameWithType: "VmwareCbtPolicyDetails.appConsistentFrequencyInMinutes()"
summary: "Get the app<wbr>Consistent<wbr>Frequency<wbr>InMinutes property: The app consistent snapshot frequency in minutes."
syntax: "public Integer appConsistentFrequencyInMinutes()"
desc: "Get the appConsistentFrequencyInMinutes property: The app consistent snapshot frequency in minutes."
returns:
description: "the appConsistentFrequencyInMinutes value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.recoveryservicessiterecovery.models.VmwareCbtPolicyDetails.crashConsistentFrequencyInMinutes()"
fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.VmwareCbtPolicyDetails.crashConsistentFrequencyInMinutes()"
name: "crashConsistentFrequencyInMinutes()"
nameWithType: "VmwareCbtPolicyDetails.crashConsistentFrequencyInMinutes()"
summary: "Get the crash<wbr>Consistent<wbr>Frequency<wbr>InMinutes property: The crash consistent snapshot frequency in minutes."
syntax: "public Integer crashConsistentFrequencyInMinutes()"
desc: "Get the crashConsistentFrequencyInMinutes property: The crash consistent snapshot frequency in minutes."
returns:
description: "the crashConsistentFrequencyInMinutes value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.recoveryservicessiterecovery.models.VmwareCbtPolicyDetails.recoveryPointHistoryInMinutes()"
fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.VmwareCbtPolicyDetails.recoveryPointHistoryInMinutes()"
name: "recoveryPointHistoryInMinutes()"
nameWithType: "VmwareCbtPolicyDetails.recoveryPointHistoryInMinutes()"
summary: "Get the recovery<wbr>Point<wbr>History<wbr>InMinutes property: The duration in minutes until which the recovery points need to be stored."
syntax: "public Integer recoveryPointHistoryInMinutes()"
desc: "Get the recoveryPointHistoryInMinutes property: The duration in minutes until which the recovery points need to be stored."
returns:
description: "the recoveryPointHistoryInMinutes value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.recoveryservicessiterecovery.models.VmwareCbtPolicyDetails.validate()"
fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.VmwareCbtPolicyDetails.validate()"
name: "validate()"
nameWithType: "VmwareCbtPolicyDetails.validate()"
summary: "Validates the instance."
overridden: "com.azure.resourcemanager.recoveryservicessiterecovery.models.PolicyProviderSpecificDetails.validate()"
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.recoveryservicessiterecovery.models.VmwareCbtPolicyDetails.withAppConsistentFrequencyInMinutes(java.lang.Integer)"
fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.VmwareCbtPolicyDetails.withAppConsistentFrequencyInMinutes(Integer appConsistentFrequencyInMinutes)"
name: "withAppConsistentFrequencyInMinutes(Integer appConsistentFrequencyInMinutes)"
nameWithType: "VmwareCbtPolicyDetails.withAppConsistentFrequencyInMinutes(Integer appConsistentFrequencyInMinutes)"
summary: "Set the app<wbr>Consistent<wbr>Frequency<wbr>InMinutes property: The app consistent snapshot frequency in minutes."
parameters:
- description: "the appConsistentFrequencyInMinutes value to set."
name: "appConsistentFrequencyInMinutes"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public VmwareCbtPolicyDetails withAppConsistentFrequencyInMinutes(Integer appConsistentFrequencyInMinutes)"
desc: "Set the appConsistentFrequencyInMinutes property: The app consistent snapshot frequency in minutes."
returns:
description: "the VmwareCbtPolicyDetails object itself."
type: "<xref href=\"com.azure.resourcemanager.recoveryservicessiterecovery.models.VmwareCbtPolicyDetails?alt=com.azure.resourcemanager.recoveryservicessiterecovery.models.VmwareCbtPolicyDetails&text=VmwareCbtPolicyDetails\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.recoveryservicessiterecovery.models.VmwareCbtPolicyDetails.withCrashConsistentFrequencyInMinutes(java.lang.Integer)"
fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.VmwareCbtPolicyDetails.withCrashConsistentFrequencyInMinutes(Integer crashConsistentFrequencyInMinutes)"
name: "withCrashConsistentFrequencyInMinutes(Integer crashConsistentFrequencyInMinutes)"
nameWithType: "VmwareCbtPolicyDetails.withCrashConsistentFrequencyInMinutes(Integer crashConsistentFrequencyInMinutes)"
summary: "Set the crash<wbr>Consistent<wbr>Frequency<wbr>InMinutes property: The crash consistent snapshot frequency in minutes."
parameters:
- description: "the crashConsistentFrequencyInMinutes value to set."
name: "crashConsistentFrequencyInMinutes"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public VmwareCbtPolicyDetails withCrashConsistentFrequencyInMinutes(Integer crashConsistentFrequencyInMinutes)"
desc: "Set the crashConsistentFrequencyInMinutes property: The crash consistent snapshot frequency in minutes."
returns:
description: "the VmwareCbtPolicyDetails object itself."
type: "<xref href=\"com.azure.resourcemanager.recoveryservicessiterecovery.models.VmwareCbtPolicyDetails?alt=com.azure.resourcemanager.recoveryservicessiterecovery.models.VmwareCbtPolicyDetails&text=VmwareCbtPolicyDetails\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.recoveryservicessiterecovery.models.VmwareCbtPolicyDetails.withRecoveryPointHistoryInMinutes(java.lang.Integer)"
fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.VmwareCbtPolicyDetails.withRecoveryPointHistoryInMinutes(Integer recoveryPointHistoryInMinutes)"
name: "withRecoveryPointHistoryInMinutes(Integer recoveryPointHistoryInMinutes)"
nameWithType: "VmwareCbtPolicyDetails.withRecoveryPointHistoryInMinutes(Integer recoveryPointHistoryInMinutes)"
summary: "Set the recovery<wbr>Point<wbr>History<wbr>InMinutes property: The duration in minutes until which the recovery points need to be stored."
parameters:
- description: "the recoveryPointHistoryInMinutes value to set."
name: "recoveryPointHistoryInMinutes"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public VmwareCbtPolicyDetails withRecoveryPointHistoryInMinutes(Integer recoveryPointHistoryInMinutes)"
desc: "Set the recoveryPointHistoryInMinutes property: The duration in minutes until which the recovery points need to be stored."
returns:
description: "the VmwareCbtPolicyDetails object itself."
type: "<xref href=\"com.azure.resourcemanager.recoveryservicessiterecovery.models.VmwareCbtPolicyDetails?alt=com.azure.resourcemanager.recoveryservicessiterecovery.models.VmwareCbtPolicyDetails&text=VmwareCbtPolicyDetails\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "VMware Cbt specific policy details."
metadata: {}
package: "com.azure.resourcemanager.recoveryservicessiterecovery.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-recoveryservicessiterecovery:1.1.0