Module io.helidon.integrations.oci
Package io.helidon.integrations.oci
Class ImdsInstanceInfo.BuilderBase.ImdsInstanceInfoImpl
java.lang.Object
io.helidon.integrations.oci.ImdsInstanceInfo.BuilderBase.ImdsInstanceInfoImpl
- All Implemented Interfaces:
Prototype.Api
,ImdsInstanceInfo
- Enclosing class:
ImdsInstanceInfo.BuilderBase<BUILDER extends ImdsInstanceInfo.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends ImdsInstanceInfo>
protected static class ImdsInstanceInfo.BuilderBase.ImdsInstanceInfoImpl
extends Object
implements ImdsInstanceInfo
Generated implementation of the prototype, can be extended by descendant prototype implementations.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.helidon.integrations.oci.ImdsInstanceInfo
ImdsInstanceInfo.Builder, ImdsInstanceInfo.BuilderBase<BUILDER extends ImdsInstanceInfo.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends ImdsInstanceInfo> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ImdsInstanceInfoImpl
(ImdsInstanceInfo.BuilderBase<?, ?> builder) Create an instance providing a builder. -
Method Summary
-
Constructor Details
-
ImdsInstanceInfoImpl
Create an instance providing a builder.- Parameters:
builder
- extending builder base of this prototype
-
-
Method Details
-
displayName
Description copied from interface:ImdsInstanceInfo
Display Name.- Specified by:
displayName
in interfaceImdsInstanceInfo
- Returns:
- Display Name of the Instance
-
hostName
Description copied from interface:ImdsInstanceInfo
Host Name.- Specified by:
hostName
in interfaceImdsInstanceInfo
- Returns:
- Host Name of the Instance
-
canonicalRegionName
Description copied from interface:ImdsInstanceInfo
Canonical Region Name.- Specified by:
canonicalRegionName
in interfaceImdsInstanceInfo
- Returns:
- Canonical Region Name of where the Instance exists
-
region
Description copied from interface:ImdsInstanceInfo
Region Name.- Specified by:
region
in interfaceImdsInstanceInfo
- Returns:
- Short Region Name of where the Instance exists
-
ociAdName
Description copied from interface:ImdsInstanceInfo
Oci Availability Domain Name.- Specified by:
ociAdName
in interfaceImdsInstanceInfo
- Returns:
- Physical Availaibility Domain Name where the Instance exists
-
faultDomain
Description copied from interface:ImdsInstanceInfo
Fault Domain Name.- Specified by:
faultDomain
in interfaceImdsInstanceInfo
- Returns:
- Fault Domain Name where the Instance exists
-
compartmentId
Description copied from interface:ImdsInstanceInfo
Compartment Id.- Specified by:
compartmentId
in interfaceImdsInstanceInfo
- Returns:
- Compartment Id where the Instance was provisioned.
-
tenantId
Description copied from interface:ImdsInstanceInfo
Tenant Id.- Specified by:
tenantId
in interfaceImdsInstanceInfo
- Returns:
- Tenant Id where the Instance was provisioned.
-
jsonObject
Description copied from interface:ImdsInstanceInfo
Instance Data.- Specified by:
jsonObject
in interfaceImdsInstanceInfo
- Returns:
- Full information about the Instance as a
JsonObject
-
toString
-
equals
-
hashCode
public int hashCode()
-