Package | Description |
---|---|
com.oracle.bmc.visualbuilder.model |
Modifier and Type | Method and Description |
---|---|
AttachmentDetails |
AttachmentDetails.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<AttachmentDetails> |
VbInstance.getAttachments()
A list of associated attachments to other services
|
Modifier and Type | Method and Description |
---|---|
AttachmentDetails.Builder |
AttachmentDetails.Builder.copy(AttachmentDetails model) |
Modifier and Type | Method and Description |
---|---|
VbInstance.Builder |
VbInstance.Builder.attachments(List<AttachmentDetails> attachments)
A list of associated attachments to other services
|
Constructor and Description |
---|
VbInstance(String id,
String displayName,
String compartmentId,
Date timeCreated,
Date timeUpdated,
VbInstance.LifecycleState lifecycleState,
String stateMessage,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
String instanceUrl,
Integer nodeCount,
Boolean isVisualBuilderEnabled,
CustomEndpointDetails customEndpoint,
List<CustomEndpointDetails> alternateCustomEndpoints,
VbInstance.ConsumptionModel consumptionModel,
IdcsInfoDetails idcsInfo,
List<AttachmentDetails> attachments,
String serviceNatGatewayIp,
String managementNatGatewayIp,
String serviceVcnId,
String managementVcnId)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.