@Generated(value="OracleSDKGenerator", comments="API Version: 20190101") public final class NotebookSessionConfigurationDetails extends Object
Details for the notebook session configuration.
Note: Objects should always be created or deserialized using the NotebookSessionConfigurationDetails.Builder
. This model distinguishes fields that are null
because they are unset from fields that are explicitly set to null
. This is done in the setter methods of the NotebookSessionConfigurationDetails.Builder
, which maintain a set of all explicitly set fields called __explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take __explicitlySet__
into account. The constructor, on the other hand, does not set __explicitlySet__
(since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
NotebookSessionConfigurationDetails.Builder |
Constructor and Description |
---|
NotebookSessionConfigurationDetails(String shape,
Integer blockStorageSizeInGBs,
String subnetId)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static NotebookSessionConfigurationDetails.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
Integer |
getBlockStorageSizeInGBs()
A notebook session instance is provided with a block storage volume.
|
String |
getShape()
The shape used to launch the notebook session compute instance.
|
String |
getSubnetId()
A notebook session instance is provided with a VNIC for network access.
|
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"shape","blockStorageSizeInGBs","subnetId"}) @Deprecated public NotebookSessionConfigurationDetails(String shape, Integer blockStorageSizeInGBs, String subnetId)
public static NotebookSessionConfigurationDetails.Builder builder()
Create a new builder.
public String getShape()
The shape used to launch the notebook session compute instance. The list of available shapes in a given compartment can be retrieved from the ListNotebookSessionShapes
endpoint.
public Integer getBlockStorageSizeInGBs()
A notebook session instance is provided with a block storage volume. This specifies the size of the volume in GBs.
public String getSubnetId()
A notebook session instance is provided with a VNIC for network access. This specifies the OCID of the subnet to create a VNIC in. The subnet should be in a VCN with a NAT gateway for egress to the internet.
Copyright © 2016–2020. All rights reserved.