Package | Description |
---|---|
com.oracle.bmc.servicemanagerproxy.model |
Modifier and Type | Method and Description |
---|---|
ServiceDefinition |
ServiceDefinition.Builder.build() |
ServiceDefinition |
ServiceEnvironment.getServiceDefinition() |
ServiceDefinition |
ServiceEnvironmentSummary.getServiceDefinition() |
Modifier and Type | Method and Description |
---|---|
ServiceDefinition.Builder |
ServiceDefinition.Builder.copy(ServiceDefinition model) |
ServiceEnvironment.Builder |
ServiceEnvironment.Builder.serviceDefinition(ServiceDefinition serviceDefinition) |
ServiceEnvironmentSummary.Builder |
ServiceEnvironmentSummary.Builder.serviceDefinition(ServiceDefinition serviceDefinition) |
Constructor and Description |
---|
ServiceEnvironment(String id,
String subscriptionId,
ServiceEntitlementRegistrationStatus status,
String compartmentId,
ServiceDefinition serviceDefinition,
String consoleUrl,
List<ServiceEnvironmentEndPointOverview> serviceEnvironmentEndpoints)
Deprecated.
|
ServiceEnvironmentSummary(String id,
String subscriptionId,
ServiceEntitlementRegistrationStatus status,
String compartmentId,
ServiceDefinition serviceDefinition,
String consoleUrl,
List<ServiceEnvironmentEndPointOverview> serviceEnvironmentEndpoints,
Map<String,Map<String,Object>> definedTags,
Map<String,String> freeformTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.