@Stability(value=Stable)
public static interface CfnFileSystem.OntapConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.fsx.*;
OntapConfigurationProperty ontapConfigurationProperty = OntapConfigurationProperty.builder()
.deploymentType("deploymentType")
// the properties below are optional
.automaticBackupRetentionDays(123)
.dailyAutomaticBackupStartTime("dailyAutomaticBackupStartTime")
.diskIopsConfiguration(DiskIopsConfigurationProperty.builder()
.iops(123)
.mode("mode")
.build())
.endpointIpAddressRange("endpointIpAddressRange")
.fsxAdminPassword("fsxAdminPassword")
.preferredSubnetId("preferredSubnetId")
.routeTableIds(List.of("routeTableIds"))
.throughputCapacity(123)
.weeklyMaintenanceStartTime("weeklyMaintenanceStartTime")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFileSystem.OntapConfigurationProperty.Builder
A builder for
CfnFileSystem.OntapConfigurationProperty |
static class |
CfnFileSystem.OntapConfigurationProperty.Jsii$Proxy
An implementation for
CfnFileSystem.OntapConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFileSystem.OntapConfigurationProperty.Builder |
builder() |
default Number |
getAutomaticBackupRetentionDays()
`CfnFileSystem.OntapConfigurationProperty.AutomaticBackupRetentionDays`.
|
default String |
getDailyAutomaticBackupStartTime()
`CfnFileSystem.OntapConfigurationProperty.DailyAutomaticBackupStartTime`.
|
String |
getDeploymentType()
`CfnFileSystem.OntapConfigurationProperty.DeploymentType`.
|
default Object |
getDiskIopsConfiguration()
`CfnFileSystem.OntapConfigurationProperty.DiskIopsConfiguration`.
|
default String |
getEndpointIpAddressRange()
`CfnFileSystem.OntapConfigurationProperty.EndpointIpAddressRange`.
|
default String |
getFsxAdminPassword()
`CfnFileSystem.OntapConfigurationProperty.FsxAdminPassword`.
|
default String |
getPreferredSubnetId()
`CfnFileSystem.OntapConfigurationProperty.PreferredSubnetId`.
|
default List<String> |
getRouteTableIds()
`CfnFileSystem.OntapConfigurationProperty.RouteTableIds`.
|
default Number |
getThroughputCapacity()
`CfnFileSystem.OntapConfigurationProperty.ThroughputCapacity`.
|
default String |
getWeeklyMaintenanceStartTime()
`CfnFileSystem.OntapConfigurationProperty.WeeklyMaintenanceStartTime`.
|
@Stability(value=Stable) @Nullable default Number getAutomaticBackupRetentionDays()
@Stability(value=Stable) @Nullable default String getDailyAutomaticBackupStartTime()
@Stability(value=Stable) @NotNull String getDeploymentType()
@Stability(value=Stable) @Nullable default Object getDiskIopsConfiguration()
@Stability(value=Stable) @Nullable default String getEndpointIpAddressRange()
@Stability(value=Stable) @Nullable default String getFsxAdminPassword()
@Stability(value=Stable) @Nullable default String getPreferredSubnetId()
@Stability(value=Stable) @Nullable default List<String> getRouteTableIds()
@Stability(value=Stable) @Nullable default Number getThroughputCapacity()
@Stability(value=Stable) @Nullable default String getWeeklyMaintenanceStartTime()
@Stability(value=Stable) static CfnFileSystem.OntapConfigurationProperty.Builder builder()
Copyright © 2021. All rights reserved.