Uses of Class
com.oracle.bmc.visualbuilder.model.CreateCustomEndpointDetails
-
Packages that use CreateCustomEndpointDetails Package Description com.oracle.bmc.visualbuilder.model -
-
Uses of CreateCustomEndpointDetails in com.oracle.bmc.visualbuilder.model
Methods in com.oracle.bmc.visualbuilder.model that return CreateCustomEndpointDetails Modifier and Type Method Description CreateCustomEndpointDetails
CreateCustomEndpointDetails.Builder. build()
CreateCustomEndpointDetails
CreateVbInstanceDetails. getCustomEndpoint()
Methods in com.oracle.bmc.visualbuilder.model that return types with arguments of type CreateCustomEndpointDetails Modifier and Type Method 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).Methods in com.oracle.bmc.visualbuilder.model with parameters of type CreateCustomEndpointDetails Modifier and Type Method Description CreateCustomEndpointDetails.Builder
CreateCustomEndpointDetails.Builder. copy(CreateCustomEndpointDetails model)
CreateVbInstanceDetails.Builder
CreateVbInstanceDetails.Builder. customEndpoint(CreateCustomEndpointDetails customEndpoint)
Method parameters in com.oracle.bmc.visualbuilder.model with type arguments of type CreateCustomEndpointDetails Modifier and Type Method 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).Constructors in com.oracle.bmc.visualbuilder.model with parameters of type CreateCustomEndpointDetails Constructor 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, NetworkEndpointDetails networkEndpointDetails)
Deprecated.Constructor parameters in com.oracle.bmc.visualbuilder.model with type arguments of type CreateCustomEndpointDetails Constructor 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, NetworkEndpointDetails networkEndpointDetails)
Deprecated.
-