Package | Description |
---|---|
com.oracle.bmc.visualbuilder.model |
Modifier and Type | Method and Description |
---|---|
CreateCustomEndpointDetails |
CreateCustomEndpointDetails.Builder.build() |
CreateCustomEndpointDetails |
CreateVbInstanceDetails.getCustomEndpoint() |
Modifier and Type | Method and Description |
---|---|
List<CreateCustomEndpointDetails> |
CreateVbInstanceDetails.getAlternateCustomEndpoints()
A list of alternate custom endpoints to be used for the vb instance URL (contact Oracle for
alternateCustomEndpoints availability for a specific instance).
|
Modifier and Type | Method and Description |
---|---|
CreateCustomEndpointDetails.Builder |
CreateCustomEndpointDetails.Builder.copy(CreateCustomEndpointDetails model) |
CreateVbInstanceDetails.Builder |
CreateVbInstanceDetails.Builder.customEndpoint(CreateCustomEndpointDetails customEndpoint) |
Modifier and Type | Method and Description |
---|---|
CreateVbInstanceDetails.Builder |
CreateVbInstanceDetails.Builder.alternateCustomEndpoints(List<CreateCustomEndpointDetails> alternateCustomEndpoints)
A list of alternate custom endpoints to be used for the vb instance URL (contact Oracle
for alternateCustomEndpoints availability for a specific instance).
|
Constructor and Description |
---|
CreateVbInstanceDetails(String displayName,
String compartmentId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
String idcsOpenId,
Integer nodeCount,
Boolean isVisualBuilderEnabled,
CreateCustomEndpointDetails customEndpoint,
List<CreateCustomEndpointDetails> alternateCustomEndpoints,
CreateVbInstanceDetails.ConsumptionModel consumptionModel)
Deprecated.
|
Constructor and Description |
---|
CreateVbInstanceDetails(String displayName,
String compartmentId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
String idcsOpenId,
Integer nodeCount,
Boolean isVisualBuilderEnabled,
CreateCustomEndpointDetails customEndpoint,
List<CreateCustomEndpointDetails> alternateCustomEndpoints,
CreateVbInstanceDetails.ConsumptionModel consumptionModel)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.