Class GetCacheResult
- java.lang.Object
-
- com.pulumi.azurenative.storagecache.outputs.GetCacheResult
-
public final class GetCacheResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetCacheResult.Builder
-
Method Summary
-
-
-
Method Detail
-
cacheSizeGB
public java.util.Optional<java.lang.Integer> cacheSizeGB()
- Returns:
- The size of this Cache, in GB.
-
directoryServicesSettings
public java.util.Optional<CacheDirectorySettingsResponse> directoryServicesSettings()
- Returns:
- Specifies Directory Services settings of the cache.
-
encryptionSettings
public java.util.Optional<CacheEncryptionSettingsResponse> encryptionSettings()
- Returns:
- Specifies encryption settings of the cache.
-
health
public CacheHealthResponse health()
- Returns:
- Health of the cache.
-
id
public java.lang.String id()
- Returns:
- Resource ID of the cache.
-
identity
public java.util.Optional<CacheIdentityResponse> identity()
- Returns:
- The identity of the cache, if configured.
-
location
public java.util.Optional<java.lang.String> location()
- Returns:
- Region name string.
-
mountAddresses
public java.util.List<java.lang.String> mountAddresses()
- Returns:
- Array of IPv4 addresses that can be used by clients mounting this cache.
-
name
public java.lang.String name()
- Returns:
- Name of cache.
-
networkSettings
public java.util.Optional<CacheNetworkSettingsResponse> networkSettings()
- Returns:
- Specifies network settings of the cache.
-
primingJobs
public java.util.List<PrimingJobResponse> primingJobs()
- Returns:
- Specifies the priming jobs defined in the cache.
-
provisioningState
public java.lang.String provisioningState()
- Returns:
- ARM provisioning state, see https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#provisioningstate-property
-
securitySettings
public java.util.Optional<CacheSecuritySettingsResponse> securitySettings()
- Returns:
- Specifies security settings of the cache.
-
sku
public java.util.Optional<CacheResponseSku> sku()
- Returns:
- SKU for the cache.
-
spaceAllocation
public java.util.List<StorageTargetSpaceAllocationResponse> spaceAllocation()
- Returns:
- Specifies the space allocation percentage for each storage target in the cache.
-
subnet
public java.util.Optional<java.lang.String> subnet()
- Returns:
- Subnet used for the cache.
-
systemData
public SystemDataResponse systemData()
- Returns:
- The system meta data relating to this resource.
-
tags
public java.util.Map<java.lang.String,java.lang.String> tags()
- Returns:
- Resource tags.
-
type
public java.lang.String type()
- Returns:
- Type of the cache; Microsoft.StorageCache/Cache
-
upgradeSettings
public java.util.Optional<CacheUpgradeSettingsResponse> upgradeSettings()
- Returns:
- Upgrade settings of the cache.
-
upgradeStatus
public CacheUpgradeStatusResponse upgradeStatus()
- Returns:
- Upgrade status of the cache.
-
zones
public java.util.List<java.lang.String> zones()
- Returns:
- Availability zones for resources. This field should only contain a single element in the array.
-
builder
public static GetCacheResult.Builder builder()
-
builder
public static GetCacheResult.Builder builder(GetCacheResult defaults)
-
-