Class GetLedgerResult
- java.lang.Object
-
- com.pulumi.azurenative.confidentialledger.outputs.GetLedgerResult
-
public final class GetLedgerResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetLedgerResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetLedgerResult.Builder
builder()
static GetLedgerResult.Builder
builder(GetLedgerResult defaults)
java.lang.String
id()
java.util.Optional<java.lang.String>
location()
java.lang.String
name()
LedgerPropertiesResponse
properties()
SystemDataResponse
systemData()
java.util.Map<java.lang.String,java.lang.String>
tags()
java.lang.String
type()
-
-
-
Method Detail
-
id
public java.lang.String id()
- Returns:
- Fully qualified resource Id for the resource.
-
location
public java.util.Optional<java.lang.String> location()
- Returns:
- The Azure location where the Confidential Ledger is running.
-
name
public java.lang.String name()
- Returns:
- Name of the Resource.
-
properties
public LedgerPropertiesResponse properties()
- Returns:
- Properties of Confidential Ledger Resource.
-
systemData
public SystemDataResponse systemData()
- Returns:
- Metadata pertaining to creation and last modification of the resource
-
tags
public java.util.Map<java.lang.String,java.lang.String> tags()
- Returns:
- Additional tags for Confidential Ledger
-
type
public java.lang.String type()
- Returns:
- The type of the resource.
-
builder
public static GetLedgerResult.Builder builder()
-
builder
public static GetLedgerResult.Builder builder(GetLedgerResult defaults)
-
-