Class GetDeviceResult
- java.lang.Object
-
- com.pulumi.azurenative.databoxedge.outputs.GetDeviceResult
-
public final class GetDeviceResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetDeviceResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetDeviceResult.Builder
builder()
static GetDeviceResult.Builder
builder(GetDeviceResult defaults)
java.util.List<java.lang.String>
configuredRoleTypes()
java.lang.String
culture()
java.lang.String
dataBoxEdgeDeviceStatus()
java.util.Optional<DataResidencyResponse>
dataResidency()
java.lang.String
description()
java.lang.String
deviceHcsVersion()
java.lang.Double
deviceLocalCapacity()
java.lang.String
deviceModel()
java.lang.String
deviceSoftwareVersion()
java.lang.String
deviceType()
EdgeProfileResponse
edgeProfile()
java.util.Optional<java.lang.String>
etag()
java.lang.String
friendlyName()
java.lang.String
id()
java.util.Optional<ResourceIdentityResponse>
identity()
java.lang.String
kind()
java.lang.String
location()
java.lang.String
modelDescription()
java.lang.String
name()
java.lang.Integer
nodeCount()
ResourceMoveDetailsResponse
resourceMoveDetails()
java.lang.String
serialNumber()
java.util.Optional<SkuResponse>
sku()
SystemDataResponse
systemData()
java.util.Map<java.lang.String,java.lang.String>
tags()
java.lang.String
timeZone()
java.lang.String
type()
-
-
-
Method Detail
-
configuredRoleTypes
public java.util.List<java.lang.String> configuredRoleTypes()
- Returns:
- Type of compute roles configured.
-
culture
public java.lang.String culture()
- Returns:
- The Data Box Edge/Gateway device culture.
-
dataBoxEdgeDeviceStatus
public java.lang.String dataBoxEdgeDeviceStatus()
- Returns:
- The status of the Data Box Edge/Gateway device.
-
dataResidency
public java.util.Optional<DataResidencyResponse> dataResidency()
- Returns:
- The details of data-residency related properties for this resource
-
description
public java.lang.String description()
- Returns:
- The Description of the Data Box Edge/Gateway device.
-
deviceHcsVersion
public java.lang.String deviceHcsVersion()
- Returns:
- The device software version number of the device (eg: 1.2.18105.6).
-
deviceLocalCapacity
public java.lang.Double deviceLocalCapacity()
- Returns:
- The Data Box Edge/Gateway device local capacity in MB.
-
deviceModel
public java.lang.String deviceModel()
- Returns:
- The Data Box Edge/Gateway device model.
-
deviceSoftwareVersion
public java.lang.String deviceSoftwareVersion()
- Returns:
- The Data Box Edge/Gateway device software version.
-
deviceType
public java.lang.String deviceType()
- Returns:
- The type of the Data Box Edge/Gateway device.
-
edgeProfile
public EdgeProfileResponse edgeProfile()
- Returns:
- The details of Edge Profile for this resource
-
etag
public java.util.Optional<java.lang.String> etag()
- Returns:
- The etag for the devices.
-
friendlyName
public java.lang.String friendlyName()
- Returns:
- The Data Box Edge/Gateway device name.
-
id
public java.lang.String id()
- Returns:
- The path ID that uniquely identifies the object.
-
identity
public java.util.Optional<ResourceIdentityResponse> identity()
- Returns:
- Msi identity of the resource
-
kind
public java.lang.String kind()
- Returns:
- The kind of the device.
-
location
public java.lang.String location()
- Returns:
- The location of the device. This is a supported and registered Azure geographical region (for example, West US, East US, or Southeast Asia). The geographical region of a device cannot be changed once it is created, but if an identical geographical region is specified on update, the request will succeed.
-
modelDescription
public java.lang.String modelDescription()
- Returns:
- The description of the Data Box Edge/Gateway device model.
-
name
public java.lang.String name()
- Returns:
- The object name.
-
nodeCount
public java.lang.Integer nodeCount()
- Returns:
- The number of nodes in the cluster.
-
resourceMoveDetails
public ResourceMoveDetailsResponse resourceMoveDetails()
- Returns:
- The details of the move operation on this resource.
-
serialNumber
public java.lang.String serialNumber()
- Returns:
- The Serial Number of Data Box Edge/Gateway device.
-
sku
public java.util.Optional<SkuResponse> sku()
- Returns:
- The SKU type.
-
systemData
public SystemDataResponse systemData()
- Returns:
- DataBoxEdge Resource
-
tags
public java.util.Map<java.lang.String,java.lang.String> tags()
- Returns:
- The list of tags that describe the device. These tags can be used to view and group this device (across resource groups).
-
timeZone
public java.lang.String timeZone()
- Returns:
- The Data Box Edge/Gateway device timezone.
-
type
public java.lang.String type()
- Returns:
- The hierarchical type of the object.
-
builder
public static GetDeviceResult.Builder builder()
-
builder
public static GetDeviceResult.Builder builder(GetDeviceResult defaults)
-
-