Class DatastoreResponse
- java.lang.Object
-
- com.pulumi.azurenative.machinelearningservices.outputs.DatastoreResponse
-
public final class DatastoreResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DatastoreResponse.Builder
-
Method Summary
-
-
-
Method Detail
-
azureDataLakeSection
public java.util.Optional<AzureDataLakeSectionResponse> azureDataLakeSection()
-
azureMySqlSection
public java.util.Optional<AzureMySqlSectionResponse> azureMySqlSection()
-
azurePostgreSqlSection
public java.util.Optional<AzurePostgreSqlSectionResponse> azurePostgreSqlSection()
-
azureSqlDatabaseSection
public java.util.Optional<AzureSqlDatabaseSectionResponse> azureSqlDatabaseSection()
-
azureStorageSection
public java.util.Optional<AzureStorageSectionResponse> azureStorageSection()
-
createdBy
public UserInfoResponse createdBy()
- Returns:
- The User who created the datastore.
-
createdTime
public java.lang.String createdTime()
- Returns:
- The date and time when the datastore was created.
-
dataStoreType
public java.util.Optional<java.lang.String> dataStoreType()
- Returns:
- The datastore type.
-
description
public java.util.Optional<java.lang.String> description()
- Returns:
- Description of the datastore.
-
glusterFsSection
public java.util.Optional<GlusterFsSectionResponse> glusterFsSection()
- Returns:
- Data specific to GlusterFS.
-
hasBeenValidated
public java.util.Optional<java.lang.Boolean> hasBeenValidated()
- Returns:
- A read only property that denotes whether the service datastore has been validated with credentials.
-
linkedInfo
public java.util.Optional<LinkedInfoResponse> linkedInfo()
- Returns:
- Info about origin if it is linked.
-
modifiedBy
public UserInfoResponse modifiedBy()
- Returns:
- The User who modified the datastore.
-
modifiedTime
public java.lang.String modifiedTime()
- Returns:
- The date and time when the datastore was last modified.
-
name
public java.util.Optional<java.lang.String> name()
- Returns:
- Name of the datastore.
-
tags
public java.util.Map<java.lang.String,java.lang.String> tags()
- Returns:
- Tags for this datastore.
-
builder
public static DatastoreResponse.Builder builder()
-
builder
public static DatastoreResponse.Builder builder(DatastoreResponse defaults)
-
-