Uses of Class
com.oracle.bmc.fusionapps.model.ServiceAttachment.ServiceInstanceType
-
Packages that use ServiceAttachment.ServiceInstanceType Package Description com.oracle.bmc.fusionapps.model com.oracle.bmc.fusionapps.requests -
-
Uses of ServiceAttachment.ServiceInstanceType in com.oracle.bmc.fusionapps.model
Methods in com.oracle.bmc.fusionapps.model that return ServiceAttachment.ServiceInstanceType Modifier and Type Method Description static ServiceAttachment.ServiceInstanceType
ServiceAttachment.ServiceInstanceType. create(String key)
ServiceAttachment.ServiceInstanceType
CreateServiceAttachmentDetails. getServiceInstanceType()
Type of the ServiceInstance being attached.ServiceAttachment.ServiceInstanceType
ServiceAttachment. getServiceInstanceType()
Type of the serviceInstance.ServiceAttachment.ServiceInstanceType
ServiceAttachmentSummary. getServiceInstanceType()
Type of the service.ServiceAttachment.ServiceInstanceType
VerifyServiceAttachmentDetails. getServiceInstanceType()
Type of the ServiceInstance being attached.static ServiceAttachment.ServiceInstanceType
ServiceAttachment.ServiceInstanceType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ServiceAttachment.ServiceInstanceType[]
ServiceAttachment.ServiceInstanceType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.fusionapps.model with parameters of type ServiceAttachment.ServiceInstanceType Modifier and Type Method Description CreateServiceAttachmentDetails.Builder
CreateServiceAttachmentDetails.Builder. serviceInstanceType(ServiceAttachment.ServiceInstanceType serviceInstanceType)
Type of the ServiceInstance being attached.ServiceAttachment.Builder
ServiceAttachment.Builder. serviceInstanceType(ServiceAttachment.ServiceInstanceType serviceInstanceType)
Type of the serviceInstance.ServiceAttachmentSummary.Builder
ServiceAttachmentSummary.Builder. serviceInstanceType(ServiceAttachment.ServiceInstanceType serviceInstanceType)
Type of the service.VerifyServiceAttachmentDetails.Builder
VerifyServiceAttachmentDetails.Builder. serviceInstanceType(ServiceAttachment.ServiceInstanceType serviceInstanceType)
Type of the ServiceInstance being attached.Constructors in com.oracle.bmc.fusionapps.model with parameters of type ServiceAttachment.ServiceInstanceType Constructor Description CreateServiceAttachmentDetails(ServiceAttachment.ServiceInstanceType serviceInstanceType, String serviceInstanceId)
Deprecated.ServiceAttachment(String id, String compartmentId, String serviceInstanceId, String displayName, ServiceAttachment.ServiceInstanceType serviceInstanceType, String serviceUrl, Date timeCreated, Date timeUpdated, ServiceAttachment.LifecycleState lifecycleState, Boolean isSkuBased, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.ServiceAttachmentSummary(String id, String displayName, ServiceAttachment.ServiceInstanceType serviceInstanceType, String serviceInstanceId, String serviceUrl, Date timeCreated, Date timeUpdated, ServiceAttachment.LifecycleState lifecycleState, String lifecycleDetails, Boolean isSkuBased, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.VerifyServiceAttachmentDetails(ServiceAttachment.ServiceInstanceType serviceInstanceType, String serviceInstanceId)
Deprecated. -
Uses of ServiceAttachment.ServiceInstanceType in com.oracle.bmc.fusionapps.requests
Methods in com.oracle.bmc.fusionapps.requests that return ServiceAttachment.ServiceInstanceType Modifier and Type Method Description ServiceAttachment.ServiceInstanceType
ListServiceAttachmentsRequest. getServiceInstanceType()
A filter that returns all resources that match the specified lifecycle state.Methods in com.oracle.bmc.fusionapps.requests with parameters of type ServiceAttachment.ServiceInstanceType Modifier and Type Method Description ListServiceAttachmentsRequest.Builder
ListServiceAttachmentsRequest.Builder. serviceInstanceType(ServiceAttachment.ServiceInstanceType serviceInstanceType)
A filter that returns all resources that match the specified lifecycle state.
-