Uses of Class
com.oracle.bmc.dif.model.EndpointDetails
-
Packages that use EndpointDetails Package Description com.oracle.bmc.dif.model -
-
Uses of EndpointDetails in com.oracle.bmc.dif.model
Methods in com.oracle.bmc.dif.model that return EndpointDetails Modifier and Type Method Description EndpointDetailsEndpointDetails.Builder. build()Methods in com.oracle.bmc.dif.model that return types with arguments of type EndpointDetails Modifier and Type Method Description List<EndpointDetails>GenAiDetail. getEndpoints()List of endpoints to provision for the GENAI cluster.List<EndpointDetails>GenAiUpdateDetail. getEndpoints()List of endpoints to be provisioned new or updated if existing for the GenAi dedicated cluster.Methods in com.oracle.bmc.dif.model with parameters of type EndpointDetails Modifier and Type Method Description EndpointDetails.BuilderEndpointDetails.Builder. copy(EndpointDetails model)Method parameters in com.oracle.bmc.dif.model with type arguments of type EndpointDetails Modifier and Type Method Description GenAiDetail.BuilderGenAiDetail.Builder. endpoints(List<EndpointDetails> endpoints)List of endpoints to provision for the GENAI cluster.GenAiUpdateDetail.BuilderGenAiUpdateDetail.Builder. endpoints(List<EndpointDetails> endpoints)List of endpoints to be provisioned new or updated if existing for the GenAi dedicated cluster.Constructor parameters in com.oracle.bmc.dif.model with type arguments of type EndpointDetails Constructor Description GenAiDetail(String instanceId, ClusterType clusterType, String baseModel, String ociRegion, Integer unitCount, List<EndpointDetails> endpoints)Deprecated.GenAiUpdateDetail(String instanceId, Integer unitCount, List<EndpointDetails> endpoints)Deprecated.
-