Class GetSnapshotPolicyResult
- java.lang.Object
-
- com.pulumi.azurenative.netapp.outputs.GetSnapshotPolicyResult
-
public final class GetSnapshotPolicyResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetSnapshotPolicyResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetSnapshotPolicyResult.Builder
builder()
static GetSnapshotPolicyResult.Builder
builder(GetSnapshotPolicyResult defaults)
java.util.Optional<DailyScheduleResponse>
dailySchedule()
java.util.Optional<java.lang.Boolean>
enabled()
java.lang.String
etag()
java.util.Optional<HourlyScheduleResponse>
hourlySchedule()
java.lang.String
id()
java.lang.String
location()
java.util.Optional<MonthlyScheduleResponse>
monthlySchedule()
java.lang.String
name()
java.lang.String
provisioningState()
SystemDataResponse
systemData()
java.util.Map<java.lang.String,java.lang.String>
tags()
java.lang.String
type()
java.util.Optional<WeeklyScheduleResponse>
weeklySchedule()
-
-
-
Method Detail
-
dailySchedule
public java.util.Optional<DailyScheduleResponse> dailySchedule()
- Returns:
- Schedule for daily snapshots
-
enabled
public java.util.Optional<java.lang.Boolean> enabled()
- Returns:
- The property to decide policy is enabled or not
-
etag
public java.lang.String etag()
- Returns:
- A unique read-only string that changes whenever the resource is updated.
-
hourlySchedule
public java.util.Optional<HourlyScheduleResponse> hourlySchedule()
- Returns:
- Schedule for hourly snapshots
-
id
public java.lang.String id()
- Returns:
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
-
location
public java.lang.String location()
- Returns:
- The geo-location where the resource lives
-
monthlySchedule
public java.util.Optional<MonthlyScheduleResponse> monthlySchedule()
- Returns:
- Schedule for monthly snapshots
-
name
public java.lang.String name()
- Returns:
- The name of the resource
-
provisioningState
public java.lang.String provisioningState()
- Returns:
- Azure lifecycle management
-
systemData
public SystemDataResponse systemData()
- Returns:
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
-
tags
public java.util.Map<java.lang.String,java.lang.String> tags()
- Returns:
- Resource tags.
-
type
public java.lang.String type()
- Returns:
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
-
weeklySchedule
public java.util.Optional<WeeklyScheduleResponse> weeklySchedule()
- Returns:
- Schedule for weekly snapshots
-
builder
public static GetSnapshotPolicyResult.Builder builder()
-
builder
public static GetSnapshotPolicyResult.Builder builder(GetSnapshotPolicyResult defaults)
-
-