@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-12-07T17:24:41.671Z") @Stability(value=Stable) public interface LustreFileSystemProps extends software.amazon.jsii.JsiiSerializable, FileSystemProps
Example:
Vpc vpc;
LustreFileSystem fileSystem = LustreFileSystem.Builder.create(this, "FsxLustreFileSystem")
.lustreConfiguration(LustreConfiguration.builder().deploymentType(LustreDeploymentType.SCRATCH_2).build())
.storageCapacityGiB(1200)
.vpc(vpc)
.vpcSubnet(vpc.getPrivateSubnets()[0])
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
LustreFileSystemProps.Builder
A builder for
LustreFileSystemProps |
static class |
LustreFileSystemProps.Jsii$Proxy
An implementation for
LustreFileSystemProps |
| Modifier and Type | Method and Description |
|---|---|
static LustreFileSystemProps.Builder |
builder() |
LustreConfiguration |
getLustreConfiguration()
Additional configuration for FSx specific to Lustre.
|
ISubnet |
getVpcSubnet()
The subnet that the file system will be accessible from.
|
getBackupId, getKmsKey, getRemovalPolicy, getSecurityGroup, getStorageCapacityGiB, getVpc@Stability(value=Stable) @NotNull LustreConfiguration getLustreConfiguration()
@Stability(value=Stable) @NotNull ISubnet getVpcSubnet()
@Stability(value=Stable) static LustreFileSystemProps.Builder builder()
builder in interface FileSystemPropsLustreFileSystemProps.Builder of LustreFileSystemPropsCopyright © 2022. All rights reserved.