public interface DbSystemInitialStorageSizePropertiesOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLaunchFromBackupStorageSizeDetails(int index)
public abstract StorageSizeDetails getLaunchFromBackupStorageSizeDetails(int index)Output only. List of storage disk details available for launches from backup.
repeated .google.cloud.oracledatabase.v1.StorageSizeDetails launch_from_backup_storage_size_details = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
StorageSizeDetails |
|
getLaunchFromBackupStorageSizeDetailsCount()
public abstract int getLaunchFromBackupStorageSizeDetailsCount()Output only. List of storage disk details available for launches from backup.
repeated .google.cloud.oracledatabase.v1.StorageSizeDetails launch_from_backup_storage_size_details = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
|
getLaunchFromBackupStorageSizeDetailsList()
public abstract List<StorageSizeDetails> getLaunchFromBackupStorageSizeDetailsList()Output only. List of storage disk details available for launches from backup.
repeated .google.cloud.oracledatabase.v1.StorageSizeDetails launch_from_backup_storage_size_details = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<StorageSizeDetails> |
|
getLaunchFromBackupStorageSizeDetailsOrBuilder(int index)
public abstract StorageSizeDetailsOrBuilder getLaunchFromBackupStorageSizeDetailsOrBuilder(int index)Output only. List of storage disk details available for launches from backup.
repeated .google.cloud.oracledatabase.v1.StorageSizeDetails launch_from_backup_storage_size_details = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
StorageSizeDetailsOrBuilder |
|
getLaunchFromBackupStorageSizeDetailsOrBuilderList()
public abstract List<? extends StorageSizeDetailsOrBuilder> getLaunchFromBackupStorageSizeDetailsOrBuilderList()Output only. List of storage disk details available for launches from backup.
repeated .google.cloud.oracledatabase.v1.StorageSizeDetails launch_from_backup_storage_size_details = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.oracledatabase.v1.StorageSizeDetailsOrBuilder> |
|
getShapeType()
public abstract DbSystemInitialStorageSizeProperties.ShapeType getShapeType()Output only. VM shape platform type
.google.cloud.oracledatabase.v1.DbSystemInitialStorageSizeProperties.ShapeType shape_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DbSystemInitialStorageSizeProperties.ShapeType |
The shapeType. |
getShapeTypeValue()
public abstract int getShapeTypeValue()Output only. VM shape platform type
.google.cloud.oracledatabase.v1.DbSystemInitialStorageSizeProperties.ShapeType shape_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for shapeType. |
getStorageManagement()
public abstract DbSystemInitialStorageSizeProperties.StorageManagement getStorageManagement()Output only. The storage option used in DB system.
.google.cloud.oracledatabase.v1.DbSystemInitialStorageSizeProperties.StorageManagement storage_management = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DbSystemInitialStorageSizeProperties.StorageManagement |
The storageManagement. |
getStorageManagementValue()
public abstract int getStorageManagementValue()Output only. The storage option used in DB system.
.google.cloud.oracledatabase.v1.DbSystemInitialStorageSizeProperties.StorageManagement storage_management = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for storageManagement. |
getStorageSizeDetails(int index)
public abstract StorageSizeDetails getStorageSizeDetails(int index)Output only. List of storage disk details.
repeated .google.cloud.oracledatabase.v1.StorageSizeDetails storage_size_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
StorageSizeDetails |
|
getStorageSizeDetailsCount()
public abstract int getStorageSizeDetailsCount()Output only. List of storage disk details.
repeated .google.cloud.oracledatabase.v1.StorageSizeDetails storage_size_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
|
getStorageSizeDetailsList()
public abstract List<StorageSizeDetails> getStorageSizeDetailsList()Output only. List of storage disk details.
repeated .google.cloud.oracledatabase.v1.StorageSizeDetails storage_size_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<StorageSizeDetails> |
|
getStorageSizeDetailsOrBuilder(int index)
public abstract StorageSizeDetailsOrBuilder getStorageSizeDetailsOrBuilder(int index)Output only. List of storage disk details.
repeated .google.cloud.oracledatabase.v1.StorageSizeDetails storage_size_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
StorageSizeDetailsOrBuilder |
|
getStorageSizeDetailsOrBuilderList()
public abstract List<? extends StorageSizeDetailsOrBuilder> getStorageSizeDetailsOrBuilderList()Output only. List of storage disk details.
repeated .google.cloud.oracledatabase.v1.StorageSizeDetails storage_size_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.oracledatabase.v1.StorageSizeDetailsOrBuilder> |
|