powerflex.Cluster
Explore with Pulumi AI
Import
/*
Copyright (c) 2023-2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the “License”);
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://mozilla.org/MPL/2.0/
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an “AS IS” BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
import existing cluster
$ pulumi import powerflex:index/cluster:Cluster cluster_data "<MDM_IP>,<MDM_Password>,<LIA_Password>"
This will import the cluster instance using specified details into your Terraform state.
After successful import, you can run terraform state list to ensure the resource has been imported successfully.
Now, you can fill in the resource block with the appropriate arguments and settings that match the imported resource’s real-world configuration.
Execute pulumi preview to see if your configuration and the imported resource are in sync. Make adjustments if needed.
Finally, execute pulumi up to bring the resource fully under Terraform’s management.
Now, the resource which was not part of terraform became part of Terraform managed infrastructure.
Create Cluster Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Cluster(name: string, args: ClusterArgs, opts?: CustomResourceOptions);
@overload
def Cluster(resource_name: str,
args: ClusterArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Cluster(resource_name: str,
opts: Optional[ResourceOptions] = None,
clusters: Optional[Sequence[ClusterClusterArgs]] = None,
lia_password: Optional[str] = None,
mdm_password: Optional[str] = None,
allow_non_secure_communication_with_lia: Optional[bool] = None,
allow_non_secure_communication_with_mdm: Optional[bool] = None,
cluster_id: Optional[str] = None,
disable_non_mgmt_components_auth: Optional[bool] = None,
storage_pools: Optional[Sequence[ClusterStoragePoolArgs]] = None)
func NewCluster(ctx *Context, name string, args ClusterArgs, opts ...ResourceOption) (*Cluster, error)
public Cluster(string name, ClusterArgs args, CustomResourceOptions? opts = null)
public Cluster(String name, ClusterArgs args)
public Cluster(String name, ClusterArgs args, CustomResourceOptions options)
type: powerflex:Cluster
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ClusterArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ClusterArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ClusterArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ClusterArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ClusterArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var clusterResource = new Powerflex.Cluster("clusterResource", new()
{
Clusters = new[]
{
new Powerflex.Inputs.ClusterClusterArgs
{
IsMdmOrTb = "string",
OperatingSystem = "string",
RfCacheSsdDeviceList = "string",
IsRfcache = "string",
IsSdc = "string",
IsSdr = "string",
IsSds = "string",
IsSdt = "string",
MdmIps = "string",
MdmMgmtIp = "string",
MdmName = "string",
Ips = "string",
Password = "string",
PerfProfileForMdm = "string",
PerfProfileForSdc = "string",
PerfProfileForSdr = "string",
PerfProfileForSds = "string",
ProtectionDomain = "string",
SdcName = "string",
FaultSet = "string",
SdsToSdcOnlyIps = "string",
SdrApplicationIps = "string",
SdrExternalIps = "string",
SdrName = "string",
SdrPort = "string",
SdrStorageIps = "string",
SdsAllIps = "string",
SdsName = "string",
SdsStorageDeviceList = "string",
SdsStorageDeviceNames = "string",
SdrAllIps = "string",
SdsToSdsOnlyIps = "string",
SdtAllIps = "string",
SdtName = "string",
StoragePoolList = "string",
Username = "string",
VirtualIpNics = "string",
VirtualIps = "string",
},
},
LiaPassword = "string",
MdmPassword = "string",
AllowNonSecureCommunicationWithLia = false,
AllowNonSecureCommunicationWithMdm = false,
ClusterId = "string",
DisableNonMgmtComponentsAuth = false,
StoragePools = new[]
{
new Powerflex.Inputs.ClusterStoragePoolArgs
{
MediaType = "string",
CompressionMethod = "string",
DataLayout = "string",
ExternalAcceleration = "string",
ProtectionDomain = "string",
ReplicationJournalCapacityPercentage = "string",
StoragePool = "string",
ZeroPadding = "string",
},
},
});
example, err := powerflex.NewCluster(ctx, "clusterResource", &powerflex.ClusterArgs{
Clusters: powerflex.ClusterClusterArray{
&powerflex.ClusterClusterArgs{
IsMdmOrTb: pulumi.String("string"),
OperatingSystem: pulumi.String("string"),
RfCacheSsdDeviceList: pulumi.String("string"),
IsRfcache: pulumi.String("string"),
IsSdc: pulumi.String("string"),
IsSdr: pulumi.String("string"),
IsSds: pulumi.String("string"),
IsSdt: pulumi.String("string"),
MdmIps: pulumi.String("string"),
MdmMgmtIp: pulumi.String("string"),
MdmName: pulumi.String("string"),
Ips: pulumi.String("string"),
Password: pulumi.String("string"),
PerfProfileForMdm: pulumi.String("string"),
PerfProfileForSdc: pulumi.String("string"),
PerfProfileForSdr: pulumi.String("string"),
PerfProfileForSds: pulumi.String("string"),
ProtectionDomain: pulumi.String("string"),
SdcName: pulumi.String("string"),
FaultSet: pulumi.String("string"),
SdsToSdcOnlyIps: pulumi.String("string"),
SdrApplicationIps: pulumi.String("string"),
SdrExternalIps: pulumi.String("string"),
SdrName: pulumi.String("string"),
SdrPort: pulumi.String("string"),
SdrStorageIps: pulumi.String("string"),
SdsAllIps: pulumi.String("string"),
SdsName: pulumi.String("string"),
SdsStorageDeviceList: pulumi.String("string"),
SdsStorageDeviceNames: pulumi.String("string"),
SdrAllIps: pulumi.String("string"),
SdsToSdsOnlyIps: pulumi.String("string"),
SdtAllIps: pulumi.String("string"),
SdtName: pulumi.String("string"),
StoragePoolList: pulumi.String("string"),
Username: pulumi.String("string"),
VirtualIpNics: pulumi.String("string"),
VirtualIps: pulumi.String("string"),
},
},
LiaPassword: pulumi.String("string"),
MdmPassword: pulumi.String("string"),
AllowNonSecureCommunicationWithLia: pulumi.Bool(false),
AllowNonSecureCommunicationWithMdm: pulumi.Bool(false),
ClusterId: pulumi.String("string"),
DisableNonMgmtComponentsAuth: pulumi.Bool(false),
StoragePools: powerflex.ClusterStoragePoolArray{
&powerflex.ClusterStoragePoolArgs{
MediaType: pulumi.String("string"),
CompressionMethod: pulumi.String("string"),
DataLayout: pulumi.String("string"),
ExternalAcceleration: pulumi.String("string"),
ProtectionDomain: pulumi.String("string"),
ReplicationJournalCapacityPercentage: pulumi.String("string"),
StoragePool: pulumi.String("string"),
ZeroPadding: pulumi.String("string"),
},
},
})
var clusterResource = new Cluster("clusterResource", ClusterArgs.builder()
.clusters(ClusterClusterArgs.builder()
.isMdmOrTb("string")
.operatingSystem("string")
.rfCacheSsdDeviceList("string")
.isRfcache("string")
.isSdc("string")
.isSdr("string")
.isSds("string")
.isSdt("string")
.mdmIps("string")
.mdmMgmtIp("string")
.mdmName("string")
.ips("string")
.password("string")
.perfProfileForMdm("string")
.perfProfileForSdc("string")
.perfProfileForSdr("string")
.perfProfileForSds("string")
.protectionDomain("string")
.sdcName("string")
.faultSet("string")
.sdsToSdcOnlyIps("string")
.sdrApplicationIps("string")
.sdrExternalIps("string")
.sdrName("string")
.sdrPort("string")
.sdrStorageIps("string")
.sdsAllIps("string")
.sdsName("string")
.sdsStorageDeviceList("string")
.sdsStorageDeviceNames("string")
.sdrAllIps("string")
.sdsToSdsOnlyIps("string")
.sdtAllIps("string")
.sdtName("string")
.storagePoolList("string")
.username("string")
.virtualIpNics("string")
.virtualIps("string")
.build())
.liaPassword("string")
.mdmPassword("string")
.allowNonSecureCommunicationWithLia(false)
.allowNonSecureCommunicationWithMdm(false)
.clusterId("string")
.disableNonMgmtComponentsAuth(false)
.storagePools(ClusterStoragePoolArgs.builder()
.mediaType("string")
.compressionMethod("string")
.dataLayout("string")
.externalAcceleration("string")
.protectionDomain("string")
.replicationJournalCapacityPercentage("string")
.storagePool("string")
.zeroPadding("string")
.build())
.build());
cluster_resource = powerflex.Cluster("clusterResource",
clusters=[{
"is_mdm_or_tb": "string",
"operating_system": "string",
"rf_cache_ssd_device_list": "string",
"is_rfcache": "string",
"is_sdc": "string",
"is_sdr": "string",
"is_sds": "string",
"is_sdt": "string",
"mdm_ips": "string",
"mdm_mgmt_ip": "string",
"mdm_name": "string",
"ips": "string",
"password": "string",
"perf_profile_for_mdm": "string",
"perf_profile_for_sdc": "string",
"perf_profile_for_sdr": "string",
"perf_profile_for_sds": "string",
"protection_domain": "string",
"sdc_name": "string",
"fault_set": "string",
"sds_to_sdc_only_ips": "string",
"sdr_application_ips": "string",
"sdr_external_ips": "string",
"sdr_name": "string",
"sdr_port": "string",
"sdr_storage_ips": "string",
"sds_all_ips": "string",
"sds_name": "string",
"sds_storage_device_list": "string",
"sds_storage_device_names": "string",
"sdr_all_ips": "string",
"sds_to_sds_only_ips": "string",
"sdt_all_ips": "string",
"sdt_name": "string",
"storage_pool_list": "string",
"username": "string",
"virtual_ip_nics": "string",
"virtual_ips": "string",
}],
lia_password="string",
mdm_password="string",
allow_non_secure_communication_with_lia=False,
allow_non_secure_communication_with_mdm=False,
cluster_id="string",
disable_non_mgmt_components_auth=False,
storage_pools=[{
"media_type": "string",
"compression_method": "string",
"data_layout": "string",
"external_acceleration": "string",
"protection_domain": "string",
"replication_journal_capacity_percentage": "string",
"storage_pool": "string",
"zero_padding": "string",
}])
const clusterResource = new powerflex.Cluster("clusterResource", {
clusters: [{
isMdmOrTb: "string",
operatingSystem: "string",
rfCacheSsdDeviceList: "string",
isRfcache: "string",
isSdc: "string",
isSdr: "string",
isSds: "string",
isSdt: "string",
mdmIps: "string",
mdmMgmtIp: "string",
mdmName: "string",
ips: "string",
password: "string",
perfProfileForMdm: "string",
perfProfileForSdc: "string",
perfProfileForSdr: "string",
perfProfileForSds: "string",
protectionDomain: "string",
sdcName: "string",
faultSet: "string",
sdsToSdcOnlyIps: "string",
sdrApplicationIps: "string",
sdrExternalIps: "string",
sdrName: "string",
sdrPort: "string",
sdrStorageIps: "string",
sdsAllIps: "string",
sdsName: "string",
sdsStorageDeviceList: "string",
sdsStorageDeviceNames: "string",
sdrAllIps: "string",
sdsToSdsOnlyIps: "string",
sdtAllIps: "string",
sdtName: "string",
storagePoolList: "string",
username: "string",
virtualIpNics: "string",
virtualIps: "string",
}],
liaPassword: "string",
mdmPassword: "string",
allowNonSecureCommunicationWithLia: false,
allowNonSecureCommunicationWithMdm: false,
clusterId: "string",
disableNonMgmtComponentsAuth: false,
storagePools: [{
mediaType: "string",
compressionMethod: "string",
dataLayout: "string",
externalAcceleration: "string",
protectionDomain: "string",
replicationJournalCapacityPercentage: "string",
storagePool: "string",
zeroPadding: "string",
}],
});
type: powerflex:Cluster
properties:
allowNonSecureCommunicationWithLia: false
allowNonSecureCommunicationWithMdm: false
clusterId: string
clusters:
- faultSet: string
ips: string
isMdmOrTb: string
isRfcache: string
isSdc: string
isSdr: string
isSds: string
isSdt: string
mdmIps: string
mdmMgmtIp: string
mdmName: string
operatingSystem: string
password: string
perfProfileForMdm: string
perfProfileForSdc: string
perfProfileForSdr: string
perfProfileForSds: string
protectionDomain: string
rfCacheSsdDeviceList: string
sdcName: string
sdrAllIps: string
sdrApplicationIps: string
sdrExternalIps: string
sdrName: string
sdrPort: string
sdrStorageIps: string
sdsAllIps: string
sdsName: string
sdsStorageDeviceList: string
sdsStorageDeviceNames: string
sdsToSdcOnlyIps: string
sdsToSdsOnlyIps: string
sdtAllIps: string
sdtName: string
storagePoolList: string
username: string
virtualIpNics: string
virtualIps: string
disableNonMgmtComponentsAuth: false
liaPassword: string
mdmPassword: string
storagePools:
- compressionMethod: string
dataLayout: string
externalAcceleration: string
mediaType: string
protectionDomain: string
replicationJournalCapacityPercentage: string
storagePool: string
zeroPadding: string
Cluster Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Cluster resource accepts the following input properties:
- Clusters
List<Cluster
Cluster> - Cluster Installation Details
- Lia
Password string - Lia Password
- Mdm
Password string - MDM Password
- Allow
Non boolSecure Communication With Lia - Allow Non Secure Communication With lia
- Allow
Non boolSecure Communication With Mdm - Allow Non Secure Communication With MDM
- Cluster
Id string - ID
- Disable
Non boolMgmt Components Auth - Disable Non Mgmt Components Auth
- Storage
Pools List<ClusterStorage Pool> - Storage Pool Details
- Clusters
[]Cluster
Cluster Args - Cluster Installation Details
- Lia
Password string - Lia Password
- Mdm
Password string - MDM Password
- Allow
Non boolSecure Communication With Lia - Allow Non Secure Communication With lia
- Allow
Non boolSecure Communication With Mdm - Allow Non Secure Communication With MDM
- Cluster
Id string - ID
- Disable
Non boolMgmt Components Auth - Disable Non Mgmt Components Auth
- Storage
Pools []ClusterStorage Pool Args - Storage Pool Details
- clusters
List<Cluster
Cluster> - Cluster Installation Details
- lia
Password String - Lia Password
- mdm
Password String - MDM Password
- allow
Non BooleanSecure Communication With Lia - Allow Non Secure Communication With lia
- allow
Non BooleanSecure Communication With Mdm - Allow Non Secure Communication With MDM
- cluster
Id String - ID
- disable
Non BooleanMgmt Components Auth - Disable Non Mgmt Components Auth
- storage
Pools List<ClusterStorage Pool> - Storage Pool Details
- clusters
Cluster
Cluster[] - Cluster Installation Details
- lia
Password string - Lia Password
- mdm
Password string - MDM Password
- allow
Non booleanSecure Communication With Lia - Allow Non Secure Communication With lia
- allow
Non booleanSecure Communication With Mdm - Allow Non Secure Communication With MDM
- cluster
Id string - ID
- disable
Non booleanMgmt Components Auth - Disable Non Mgmt Components Auth
- storage
Pools ClusterStorage Pool[] - Storage Pool Details
- clusters
Sequence[Cluster
Cluster Args] - Cluster Installation Details
- lia_
password str - Lia Password
- mdm_
password str - MDM Password
- allow_
non_ boolsecure_ communication_ with_ lia - Allow Non Secure Communication With lia
- allow_
non_ boolsecure_ communication_ with_ mdm - Allow Non Secure Communication With MDM
- cluster_
id str - ID
- disable_
non_ boolmgmt_ components_ auth - Disable Non Mgmt Components Auth
- storage_
pools Sequence[ClusterStorage Pool Args] - Storage Pool Details
- clusters List<Property Map>
- Cluster Installation Details
- lia
Password String - Lia Password
- mdm
Password String - MDM Password
- allow
Non BooleanSecure Communication With Lia - Allow Non Secure Communication With lia
- allow
Non BooleanSecure Communication With Mdm - Allow Non Secure Communication With MDM
- cluster
Id String - ID
- disable
Non BooleanMgmt Components Auth - Disable Non Mgmt Components Auth
- storage
Pools List<Property Map> - Storage Pool Details
Outputs
All input properties are implicitly available as output properties. Additionally, the Cluster resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Mdm
Lists List<ClusterMdm List> - Cluster MDM Details
- Protection
Domains List<ClusterProtection Domain> - Cluster Protection Domain Details
- Sdc
Lists List<ClusterSdc List> - Cluster SDC Details
- Sdr
Lists List<ClusterSdr List> - Cluster SDR Details
- Sds
Lists List<ClusterSds List> - Cluster SDS Details
- Sdt
Lists List<ClusterSdt List> - Cluster SDT Details
- Id string
- The provider-assigned unique ID for this managed resource.
- Mdm
Lists []ClusterMdm List - Cluster MDM Details
- Protection
Domains []ClusterProtection Domain - Cluster Protection Domain Details
- Sdc
Lists []ClusterSdc List - Cluster SDC Details
- Sdr
Lists []ClusterSdr List - Cluster SDR Details
- Sds
Lists []ClusterSds List - Cluster SDS Details
- Sdt
Lists []ClusterSdt List - Cluster SDT Details
- id String
- The provider-assigned unique ID for this managed resource.
- mdm
Lists List<ClusterMdm List> - Cluster MDM Details
- protection
Domains List<ClusterProtection Domain> - Cluster Protection Domain Details
- sdc
Lists List<ClusterSdc List> - Cluster SDC Details
- sdr
Lists List<ClusterSdr List> - Cluster SDR Details
- sds
Lists List<ClusterSds List> - Cluster SDS Details
- sdt
Lists List<ClusterSdt List> - Cluster SDT Details
- id string
- The provider-assigned unique ID for this managed resource.
- mdm
Lists ClusterMdm List[] - Cluster MDM Details
- protection
Domains ClusterProtection Domain[] - Cluster Protection Domain Details
- sdc
Lists ClusterSdc List[] - Cluster SDC Details
- sdr
Lists ClusterSdr List[] - Cluster SDR Details
- sds
Lists ClusterSds List[] - Cluster SDS Details
- sdt
Lists ClusterSdt List[] - Cluster SDT Details
- id str
- The provider-assigned unique ID for this managed resource.
- mdm_
lists Sequence[ClusterMdm List] - Cluster MDM Details
- protection_
domains Sequence[ClusterProtection Domain] - Cluster Protection Domain Details
- sdc_
lists Sequence[ClusterSdc List] - Cluster SDC Details
- sdr_
lists Sequence[ClusterSdr List] - Cluster SDR Details
- sds_
lists Sequence[ClusterSds List] - Cluster SDS Details
- sdt_
lists Sequence[ClusterSdt List] - Cluster SDT Details
- id String
- The provider-assigned unique ID for this managed resource.
- mdm
Lists List<Property Map> - Cluster MDM Details
- protection
Domains List<Property Map> - Cluster Protection Domain Details
- sdc
Lists List<Property Map> - Cluster SDC Details
- sdr
Lists List<Property Map> - Cluster SDR Details
- sds
Lists List<Property Map> - Cluster SDS Details
- sdt
Lists List<Property Map> - Cluster SDT Details
Look up Existing Cluster Resource
Get an existing Cluster resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: ClusterState, opts?: CustomResourceOptions): Cluster
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
allow_non_secure_communication_with_lia: Optional[bool] = None,
allow_non_secure_communication_with_mdm: Optional[bool] = None,
cluster_id: Optional[str] = None,
clusters: Optional[Sequence[ClusterClusterArgs]] = None,
disable_non_mgmt_components_auth: Optional[bool] = None,
lia_password: Optional[str] = None,
mdm_lists: Optional[Sequence[ClusterMdmListArgs]] = None,
mdm_password: Optional[str] = None,
protection_domains: Optional[Sequence[ClusterProtectionDomainArgs]] = None,
sdc_lists: Optional[Sequence[ClusterSdcListArgs]] = None,
sdr_lists: Optional[Sequence[ClusterSdrListArgs]] = None,
sds_lists: Optional[Sequence[ClusterSdsListArgs]] = None,
sdt_lists: Optional[Sequence[ClusterSdtListArgs]] = None,
storage_pools: Optional[Sequence[ClusterStoragePoolArgs]] = None) -> Cluster
func GetCluster(ctx *Context, name string, id IDInput, state *ClusterState, opts ...ResourceOption) (*Cluster, error)
public static Cluster Get(string name, Input<string> id, ClusterState? state, CustomResourceOptions? opts = null)
public static Cluster get(String name, Output<String> id, ClusterState state, CustomResourceOptions options)
resources: _: type: powerflex:Cluster get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Allow
Non boolSecure Communication With Lia - Allow Non Secure Communication With lia
- Allow
Non boolSecure Communication With Mdm - Allow Non Secure Communication With MDM
- Cluster
Id string - ID
- Clusters
List<Cluster
Cluster> - Cluster Installation Details
- Disable
Non boolMgmt Components Auth - Disable Non Mgmt Components Auth
- Lia
Password string - Lia Password
- Mdm
Lists List<ClusterMdm List> - Cluster MDM Details
- Mdm
Password string - MDM Password
- Protection
Domains List<ClusterProtection Domain> - Cluster Protection Domain Details
- Sdc
Lists List<ClusterSdc List> - Cluster SDC Details
- Sdr
Lists List<ClusterSdr List> - Cluster SDR Details
- Sds
Lists List<ClusterSds List> - Cluster SDS Details
- Sdt
Lists List<ClusterSdt List> - Cluster SDT Details
- Storage
Pools List<ClusterStorage Pool> - Storage Pool Details
- Allow
Non boolSecure Communication With Lia - Allow Non Secure Communication With lia
- Allow
Non boolSecure Communication With Mdm - Allow Non Secure Communication With MDM
- Cluster
Id string - ID
- Clusters
[]Cluster
Cluster Args - Cluster Installation Details
- Disable
Non boolMgmt Components Auth - Disable Non Mgmt Components Auth
- Lia
Password string - Lia Password
- Mdm
Lists []ClusterMdm List Args - Cluster MDM Details
- Mdm
Password string - MDM Password
- Protection
Domains []ClusterProtection Domain Args - Cluster Protection Domain Details
- Sdc
Lists []ClusterSdc List Args - Cluster SDC Details
- Sdr
Lists []ClusterSdr List Args - Cluster SDR Details
- Sds
Lists []ClusterSds List Args - Cluster SDS Details
- Sdt
Lists []ClusterSdt List Args - Cluster SDT Details
- Storage
Pools []ClusterStorage Pool Args - Storage Pool Details
- allow
Non BooleanSecure Communication With Lia - Allow Non Secure Communication With lia
- allow
Non BooleanSecure Communication With Mdm - Allow Non Secure Communication With MDM
- cluster
Id String - ID
- clusters
List<Cluster
Cluster> - Cluster Installation Details
- disable
Non BooleanMgmt Components Auth - Disable Non Mgmt Components Auth
- lia
Password String - Lia Password
- mdm
Lists List<ClusterMdm List> - Cluster MDM Details
- mdm
Password String - MDM Password
- protection
Domains List<ClusterProtection Domain> - Cluster Protection Domain Details
- sdc
Lists List<ClusterSdc List> - Cluster SDC Details
- sdr
Lists List<ClusterSdr List> - Cluster SDR Details
- sds
Lists List<ClusterSds List> - Cluster SDS Details
- sdt
Lists List<ClusterSdt List> - Cluster SDT Details
- storage
Pools List<ClusterStorage Pool> - Storage Pool Details
- allow
Non booleanSecure Communication With Lia - Allow Non Secure Communication With lia
- allow
Non booleanSecure Communication With Mdm - Allow Non Secure Communication With MDM
- cluster
Id string - ID
- clusters
Cluster
Cluster[] - Cluster Installation Details
- disable
Non booleanMgmt Components Auth - Disable Non Mgmt Components Auth
- lia
Password string - Lia Password
- mdm
Lists ClusterMdm List[] - Cluster MDM Details
- mdm
Password string - MDM Password
- protection
Domains ClusterProtection Domain[] - Cluster Protection Domain Details
- sdc
Lists ClusterSdc List[] - Cluster SDC Details
- sdr
Lists ClusterSdr List[] - Cluster SDR Details
- sds
Lists ClusterSds List[] - Cluster SDS Details
- sdt
Lists ClusterSdt List[] - Cluster SDT Details
- storage
Pools ClusterStorage Pool[] - Storage Pool Details
- allow_
non_ boolsecure_ communication_ with_ lia - Allow Non Secure Communication With lia
- allow_
non_ boolsecure_ communication_ with_ mdm - Allow Non Secure Communication With MDM
- cluster_
id str - ID
- clusters
Sequence[Cluster
Cluster Args] - Cluster Installation Details
- disable_
non_ boolmgmt_ components_ auth - Disable Non Mgmt Components Auth
- lia_
password str - Lia Password
- mdm_
lists Sequence[ClusterMdm List Args] - Cluster MDM Details
- mdm_
password str - MDM Password
- protection_
domains Sequence[ClusterProtection Domain Args] - Cluster Protection Domain Details
- sdc_
lists Sequence[ClusterSdc List Args] - Cluster SDC Details
- sdr_
lists Sequence[ClusterSdr List Args] - Cluster SDR Details
- sds_
lists Sequence[ClusterSds List Args] - Cluster SDS Details
- sdt_
lists Sequence[ClusterSdt List Args] - Cluster SDT Details
- storage_
pools Sequence[ClusterStorage Pool Args] - Storage Pool Details
- allow
Non BooleanSecure Communication With Lia - Allow Non Secure Communication With lia
- allow
Non BooleanSecure Communication With Mdm - Allow Non Secure Communication With MDM
- cluster
Id String - ID
- clusters List<Property Map>
- Cluster Installation Details
- disable
Non BooleanMgmt Components Auth - Disable Non Mgmt Components Auth
- lia
Password String - Lia Password
- mdm
Lists List<Property Map> - Cluster MDM Details
- mdm
Password String - MDM Password
- protection
Domains List<Property Map> - Cluster Protection Domain Details
- sdc
Lists List<Property Map> - Cluster SDC Details
- sdr
Lists List<Property Map> - Cluster SDR Details
- sds
Lists List<Property Map> - Cluster SDS Details
- sdt
Lists List<Property Map> - Cluster SDT Details
- storage
Pools List<Property Map> - Storage Pool Details
Supporting Types
ClusterCluster, ClusterClusterArgs
- Is
Mdm stringOr Tb - Is Mdm Or Tb
- Operating
System string - Operating System
- Fault
Set string - Fault Set
- Ips string
- Use this field to assign a single IP address for all the MDM IP, MDM Mgmt IP, and SDS All IP. This option is useful when separate networks for data and management are not required.
- Is
Rfcache string - Is RFCache. The acceptable values are
Yes
andNo
. Default value isNo
. - Is
Sdc string - Is Sdc. The acceptable values are
Yes
andNo
. Default value isNo
. - Is
Sdr string - Is SDR. The acceptable values are
Yes
andNo
. Default value isNo
. - Is
Sds string - Is Sds. The acceptable values are
Yes
andNo
. Default value isNo
. - Is
Sdt string - Is Sdt. The acceptable values are
Yes
andNo
. Default value isNo
. - Mdm
Ips string - MDM IP addresses used to communicate with other PowerFlex components in the storage network. This is required for all MDMs, Tiebreakers and Standbys.Leave this field blank for hosts that are not part of the MDM cluster.
- Mdm
Mgmt stringIp - This IP address is for the management-only network. The management ip is not required for Tiebreaker MDM, Standby Tiebreaker MDM and any host that is not an MDM.
- Mdm
Name string - MDMName
- Password string
- Password used to log in to the node.
- Perf
Profile stringFor Mdm - Performance Profile For MDM
- Perf
Profile stringFor Sdc - Performance Profile For SDC
- Perf
Profile stringFor Sdr - Performance Profile For SDR
- Perf
Profile stringFor Sds - Performance Profile For SDS
- Protection
Domain string - Protection Domain
- Rf
Cache stringSsd Device List - List of SSD devices to provide RFcache acceleration for Medium Granularity data layout Storage Pools.
- Sdc
Name string - SDC Name
- Sdr
All stringIps - SDR IP addresses to be used for communication among all nodes (including all three roles)
- Sdr
Application stringIps - The IP addresses through which the SDC communicates with the SDR.
- Sdr
External stringIps - The IP addresses through which the SDR communicates with peer systems SDRs
- Sdr
Name string - SDR Name
- Sdr
Port string - SDR Port
- Sdr
Storage stringIps - The IP addresses through which the SDR communicates with the MDM for server side control communications.
- Sds
All stringIps - SDS IP addresses to be used for communication among all nodes.
- Sds
Name string - SDS Name
- Sds
Storage stringDevice List - Storage devices to be added to an SDS. For more than one device, use a comma separated list, with no spaces.
- Sds
Storage stringDevice Names - Sets names for devices.
- Sds
To stringSdc Only Ips - SDS IP addresses to be used for communication among SDS and SDC nodes only.
- Sds
To stringSds Only Ips - SDS IP addresses to be used for communication among SDS nodes. When the replication feature is used, these addresses are also used for SDS-SDR communication.
- Sdt
All stringIps - SDT IP addresses used for both hosts communication and MDM communication (including both roles).
- Sdt
Name string - SDT Name
- Storage
Pool stringList - Sets Storage Pool names
- Username string
- The value can be either
root
or any non-root user name with appropriate permissions. - Virtual
Ip stringNics - The NIC to which the virtual IP addresses are mapped.
- Virtual
Ips string - Virtual IPs
- Is
Mdm stringOr Tb - Is Mdm Or Tb
- Operating
System string - Operating System
- Fault
Set string - Fault Set
- Ips string
- Use this field to assign a single IP address for all the MDM IP, MDM Mgmt IP, and SDS All IP. This option is useful when separate networks for data and management are not required.
- Is
Rfcache string - Is RFCache. The acceptable values are
Yes
andNo
. Default value isNo
. - Is
Sdc string - Is Sdc. The acceptable values are
Yes
andNo
. Default value isNo
. - Is
Sdr string - Is SDR. The acceptable values are
Yes
andNo
. Default value isNo
. - Is
Sds string - Is Sds. The acceptable values are
Yes
andNo
. Default value isNo
. - Is
Sdt string - Is Sdt. The acceptable values are
Yes
andNo
. Default value isNo
. - Mdm
Ips string - MDM IP addresses used to communicate with other PowerFlex components in the storage network. This is required for all MDMs, Tiebreakers and Standbys.Leave this field blank for hosts that are not part of the MDM cluster.
- Mdm
Mgmt stringIp - This IP address is for the management-only network. The management ip is not required for Tiebreaker MDM, Standby Tiebreaker MDM and any host that is not an MDM.
- Mdm
Name string - MDMName
- Password string
- Password used to log in to the node.
- Perf
Profile stringFor Mdm - Performance Profile For MDM
- Perf
Profile stringFor Sdc - Performance Profile For SDC
- Perf
Profile stringFor Sdr - Performance Profile For SDR
- Perf
Profile stringFor Sds - Performance Profile For SDS
- Protection
Domain string - Protection Domain
- Rf
Cache stringSsd Device List - List of SSD devices to provide RFcache acceleration for Medium Granularity data layout Storage Pools.
- Sdc
Name string - SDC Name
- Sdr
All stringIps - SDR IP addresses to be used for communication among all nodes (including all three roles)
- Sdr
Application stringIps - The IP addresses through which the SDC communicates with the SDR.
- Sdr
External stringIps - The IP addresses through which the SDR communicates with peer systems SDRs
- Sdr
Name string - SDR Name
- Sdr
Port string - SDR Port
- Sdr
Storage stringIps - The IP addresses through which the SDR communicates with the MDM for server side control communications.
- Sds
All stringIps - SDS IP addresses to be used for communication among all nodes.
- Sds
Name string - SDS Name
- Sds
Storage stringDevice List - Storage devices to be added to an SDS. For more than one device, use a comma separated list, with no spaces.
- Sds
Storage stringDevice Names - Sets names for devices.
- Sds
To stringSdc Only Ips - SDS IP addresses to be used for communication among SDS and SDC nodes only.
- Sds
To stringSds Only Ips - SDS IP addresses to be used for communication among SDS nodes. When the replication feature is used, these addresses are also used for SDS-SDR communication.
- Sdt
All stringIps - SDT IP addresses used for both hosts communication and MDM communication (including both roles).
- Sdt
Name string - SDT Name
- Storage
Pool stringList - Sets Storage Pool names
- Username string
- The value can be either
root
or any non-root user name with appropriate permissions. - Virtual
Ip stringNics - The NIC to which the virtual IP addresses are mapped.
- Virtual
Ips string - Virtual IPs
- is
Mdm StringOr Tb - Is Mdm Or Tb
- operating
System String - Operating System
- fault
Set String - Fault Set
- ips String
- Use this field to assign a single IP address for all the MDM IP, MDM Mgmt IP, and SDS All IP. This option is useful when separate networks for data and management are not required.
- is
Rfcache String - Is RFCache. The acceptable values are
Yes
andNo
. Default value isNo
. - is
Sdc String - Is Sdc. The acceptable values are
Yes
andNo
. Default value isNo
. - is
Sdr String - Is SDR. The acceptable values are
Yes
andNo
. Default value isNo
. - is
Sds String - Is Sds. The acceptable values are
Yes
andNo
. Default value isNo
. - is
Sdt String - Is Sdt. The acceptable values are
Yes
andNo
. Default value isNo
. - mdm
Ips String - MDM IP addresses used to communicate with other PowerFlex components in the storage network. This is required for all MDMs, Tiebreakers and Standbys.Leave this field blank for hosts that are not part of the MDM cluster.
- mdm
Mgmt StringIp - This IP address is for the management-only network. The management ip is not required for Tiebreaker MDM, Standby Tiebreaker MDM and any host that is not an MDM.
- mdm
Name String - MDMName
- password String
- Password used to log in to the node.
- perf
Profile StringFor Mdm - Performance Profile For MDM
- perf
Profile StringFor Sdc - Performance Profile For SDC
- perf
Profile StringFor Sdr - Performance Profile For SDR
- perf
Profile StringFor Sds - Performance Profile For SDS
- protection
Domain String - Protection Domain
- rf
Cache StringSsd Device List - List of SSD devices to provide RFcache acceleration for Medium Granularity data layout Storage Pools.
- sdc
Name String - SDC Name
- sdr
All StringIps - SDR IP addresses to be used for communication among all nodes (including all three roles)
- sdr
Application StringIps - The IP addresses through which the SDC communicates with the SDR.
- sdr
External StringIps - The IP addresses through which the SDR communicates with peer systems SDRs
- sdr
Name String - SDR Name
- sdr
Port String - SDR Port
- sdr
Storage StringIps - The IP addresses through which the SDR communicates with the MDM for server side control communications.
- sds
All StringIps - SDS IP addresses to be used for communication among all nodes.
- sds
Name String - SDS Name
- sds
Storage StringDevice List - Storage devices to be added to an SDS. For more than one device, use a comma separated list, with no spaces.
- sds
Storage StringDevice Names - Sets names for devices.
- sds
To StringSdc Only Ips - SDS IP addresses to be used for communication among SDS and SDC nodes only.
- sds
To StringSds Only Ips - SDS IP addresses to be used for communication among SDS nodes. When the replication feature is used, these addresses are also used for SDS-SDR communication.
- sdt
All StringIps - SDT IP addresses used for both hosts communication and MDM communication (including both roles).
- sdt
Name String - SDT Name
- storage
Pool StringList - Sets Storage Pool names
- username String
- The value can be either
root
or any non-root user name with appropriate permissions. - virtual
Ip StringNics - The NIC to which the virtual IP addresses are mapped.
- virtual
Ips String - Virtual IPs
- is
Mdm stringOr Tb - Is Mdm Or Tb
- operating
System string - Operating System
- fault
Set string - Fault Set
- ips string
- Use this field to assign a single IP address for all the MDM IP, MDM Mgmt IP, and SDS All IP. This option is useful when separate networks for data and management are not required.
- is
Rfcache string - Is RFCache. The acceptable values are
Yes
andNo
. Default value isNo
. - is
Sdc string - Is Sdc. The acceptable values are
Yes
andNo
. Default value isNo
. - is
Sdr string - Is SDR. The acceptable values are
Yes
andNo
. Default value isNo
. - is
Sds string - Is Sds. The acceptable values are
Yes
andNo
. Default value isNo
. - is
Sdt string - Is Sdt. The acceptable values are
Yes
andNo
. Default value isNo
. - mdm
Ips string - MDM IP addresses used to communicate with other PowerFlex components in the storage network. This is required for all MDMs, Tiebreakers and Standbys.Leave this field blank for hosts that are not part of the MDM cluster.
- mdm
Mgmt stringIp - This IP address is for the management-only network. The management ip is not required for Tiebreaker MDM, Standby Tiebreaker MDM and any host that is not an MDM.
- mdm
Name string - MDMName
- password string
- Password used to log in to the node.
- perf
Profile stringFor Mdm - Performance Profile For MDM
- perf
Profile stringFor Sdc - Performance Profile For SDC
- perf
Profile stringFor Sdr - Performance Profile For SDR
- perf
Profile stringFor Sds - Performance Profile For SDS
- protection
Domain string - Protection Domain
- rf
Cache stringSsd Device List - List of SSD devices to provide RFcache acceleration for Medium Granularity data layout Storage Pools.
- sdc
Name string - SDC Name
- sdr
All stringIps - SDR IP addresses to be used for communication among all nodes (including all three roles)
- sdr
Application stringIps - The IP addresses through which the SDC communicates with the SDR.
- sdr
External stringIps - The IP addresses through which the SDR communicates with peer systems SDRs
- sdr
Name string - SDR Name
- sdr
Port string - SDR Port
- sdr
Storage stringIps - The IP addresses through which the SDR communicates with the MDM for server side control communications.
- sds
All stringIps - SDS IP addresses to be used for communication among all nodes.
- sds
Name string - SDS Name
- sds
Storage stringDevice List - Storage devices to be added to an SDS. For more than one device, use a comma separated list, with no spaces.
- sds
Storage stringDevice Names - Sets names for devices.
- sds
To stringSdc Only Ips - SDS IP addresses to be used for communication among SDS and SDC nodes only.
- sds
To stringSds Only Ips - SDS IP addresses to be used for communication among SDS nodes. When the replication feature is used, these addresses are also used for SDS-SDR communication.
- sdt
All stringIps - SDT IP addresses used for both hosts communication and MDM communication (including both roles).
- sdt
Name string - SDT Name
- storage
Pool stringList - Sets Storage Pool names
- username string
- The value can be either
root
or any non-root user name with appropriate permissions. - virtual
Ip stringNics - The NIC to which the virtual IP addresses are mapped.
- virtual
Ips string - Virtual IPs
- is_
mdm_ stror_ tb - Is Mdm Or Tb
- operating_
system str - Operating System
- fault_
set str - Fault Set
- ips str
- Use this field to assign a single IP address for all the MDM IP, MDM Mgmt IP, and SDS All IP. This option is useful when separate networks for data and management are not required.
- is_
rfcache str - Is RFCache. The acceptable values are
Yes
andNo
. Default value isNo
. - is_
sdc str - Is Sdc. The acceptable values are
Yes
andNo
. Default value isNo
. - is_
sdr str - Is SDR. The acceptable values are
Yes
andNo
. Default value isNo
. - is_
sds str - Is Sds. The acceptable values are
Yes
andNo
. Default value isNo
. - is_
sdt str - Is Sdt. The acceptable values are
Yes
andNo
. Default value isNo
. - mdm_
ips str - MDM IP addresses used to communicate with other PowerFlex components in the storage network. This is required for all MDMs, Tiebreakers and Standbys.Leave this field blank for hosts that are not part of the MDM cluster.
- mdm_
mgmt_ strip - This IP address is for the management-only network. The management ip is not required for Tiebreaker MDM, Standby Tiebreaker MDM and any host that is not an MDM.
- mdm_
name str - MDMName
- password str
- Password used to log in to the node.
- perf_
profile_ strfor_ mdm - Performance Profile For MDM
- perf_
profile_ strfor_ sdc - Performance Profile For SDC
- perf_
profile_ strfor_ sdr - Performance Profile For SDR
- perf_
profile_ strfor_ sds - Performance Profile For SDS
- protection_
domain str - Protection Domain
- rf_
cache_ strssd_ device_ list - List of SSD devices to provide RFcache acceleration for Medium Granularity data layout Storage Pools.
- sdc_
name str - SDC Name
- sdr_
all_ strips - SDR IP addresses to be used for communication among all nodes (including all three roles)
- sdr_
application_ strips - The IP addresses through which the SDC communicates with the SDR.
- sdr_
external_ strips - The IP addresses through which the SDR communicates with peer systems SDRs
- sdr_
name str - SDR Name
- sdr_
port str - SDR Port
- sdr_
storage_ strips - The IP addresses through which the SDR communicates with the MDM for server side control communications.
- sds_
all_ strips - SDS IP addresses to be used for communication among all nodes.
- sds_
name str - SDS Name
- sds_
storage_ strdevice_ list - Storage devices to be added to an SDS. For more than one device, use a comma separated list, with no spaces.
- sds_
storage_ strdevice_ names - Sets names for devices.
- sds_
to_ strsdc_ only_ ips - SDS IP addresses to be used for communication among SDS and SDC nodes only.
- sds_
to_ strsds_ only_ ips - SDS IP addresses to be used for communication among SDS nodes. When the replication feature is used, these addresses are also used for SDS-SDR communication.
- sdt_
all_ strips - SDT IP addresses used for both hosts communication and MDM communication (including both roles).
- sdt_
name str - SDT Name
- storage_
pool_ strlist - Sets Storage Pool names
- username str
- The value can be either
root
or any non-root user name with appropriate permissions. - virtual_
ip_ strnics - The NIC to which the virtual IP addresses are mapped.
- virtual_
ips str - Virtual IPs
- is
Mdm StringOr Tb - Is Mdm Or Tb
- operating
System String - Operating System
- fault
Set String - Fault Set
- ips String
- Use this field to assign a single IP address for all the MDM IP, MDM Mgmt IP, and SDS All IP. This option is useful when separate networks for data and management are not required.
- is
Rfcache String - Is RFCache. The acceptable values are
Yes
andNo
. Default value isNo
. - is
Sdc String - Is Sdc. The acceptable values are
Yes
andNo
. Default value isNo
. - is
Sdr String - Is SDR. The acceptable values are
Yes
andNo
. Default value isNo
. - is
Sds String - Is Sds. The acceptable values are
Yes
andNo
. Default value isNo
. - is
Sdt String - Is Sdt. The acceptable values are
Yes
andNo
. Default value isNo
. - mdm
Ips String - MDM IP addresses used to communicate with other PowerFlex components in the storage network. This is required for all MDMs, Tiebreakers and Standbys.Leave this field blank for hosts that are not part of the MDM cluster.
- mdm
Mgmt StringIp - This IP address is for the management-only network. The management ip is not required for Tiebreaker MDM, Standby Tiebreaker MDM and any host that is not an MDM.
- mdm
Name String - MDMName
- password String
- Password used to log in to the node.
- perf
Profile StringFor Mdm - Performance Profile For MDM
- perf
Profile StringFor Sdc - Performance Profile For SDC
- perf
Profile StringFor Sdr - Performance Profile For SDR
- perf
Profile StringFor Sds - Performance Profile For SDS
- protection
Domain String - Protection Domain
- rf
Cache StringSsd Device List - List of SSD devices to provide RFcache acceleration for Medium Granularity data layout Storage Pools.
- sdc
Name String - SDC Name
- sdr
All StringIps - SDR IP addresses to be used for communication among all nodes (including all three roles)
- sdr
Application StringIps - The IP addresses through which the SDC communicates with the SDR.
- sdr
External StringIps - The IP addresses through which the SDR communicates with peer systems SDRs
- sdr
Name String - SDR Name
- sdr
Port String - SDR Port
- sdr
Storage StringIps - The IP addresses through which the SDR communicates with the MDM for server side control communications.
- sds
All StringIps - SDS IP addresses to be used for communication among all nodes.
- sds
Name String - SDS Name
- sds
Storage StringDevice List - Storage devices to be added to an SDS. For more than one device, use a comma separated list, with no spaces.
- sds
Storage StringDevice Names - Sets names for devices.
- sds
To StringSdc Only Ips - SDS IP addresses to be used for communication among SDS and SDC nodes only.
- sds
To StringSds Only Ips - SDS IP addresses to be used for communication among SDS nodes. When the replication feature is used, these addresses are also used for SDS-SDR communication.
- sdt
All StringIps - SDT IP addresses used for both hosts communication and MDM communication (including both roles).
- sdt
Name String - SDT Name
- storage
Pool StringList - Sets Storage Pool names
- username String
- The value can be either
root
or any non-root user name with appropriate permissions. - virtual
Ip StringNics - The NIC to which the virtual IP addresses are mapped.
- virtual
Ips String - Virtual IPs
ClusterMdmList, ClusterMdmListArgs
- id str
- ID
- ip str
- MDM Node IP
- mdm_
ip str - MDM IP
- mgmt_
ip str - MGMTIP
- mode str
- Mode
- name str
- Name
- role str
- Role
- virtual_
ip str - Virtual IP
- virtual_
ip_ strnic - Virtual IPNIC
ClusterProtectionDomain, ClusterProtectionDomainArgs
- Name string
- Name
- Storage
Pool List<ClusterLists Protection Domain Storage Pool List> - Storage Pools
- Name string
- Name
- Storage
Pool []ClusterLists Protection Domain Storage Pool List - Storage Pools
- name String
- Name
- storage
Pool List<ClusterLists Protection Domain Storage Pool List> - Storage Pools
- name string
- Name
- storage
Pool ClusterLists Protection Domain Storage Pool List[] - Storage Pools
- name str
- Name
- storage_
pool_ Sequence[Clusterlists Protection Domain Storage Pool List] - Storage Pools
- name String
- Name
- storage
Pool List<Property Map>Lists - Storage Pools
ClusterProtectionDomainStoragePoolList, ClusterProtectionDomainStoragePoolListArgs
- Compression
Method string - Compression Method
- Data
Layout string - Data Layout
- External
Acceleration string - External Acceleration
- Media
Type string - Media Type
- Name string
- Name
- Replication
Journal doubleCapacity Percentage - Replication Journal Capacity Percentage
- Zero
Padding string - Zero Padding
- Compression
Method string - Compression Method
- Data
Layout string - Data Layout
- External
Acceleration string - External Acceleration
- Media
Type string - Media Type
- Name string
- Name
- Replication
Journal float64Capacity Percentage - Replication Journal Capacity Percentage
- Zero
Padding string - Zero Padding
- compression
Method String - Compression Method
- data
Layout String - Data Layout
- external
Acceleration String - External Acceleration
- media
Type String - Media Type
- name String
- Name
- replication
Journal DoubleCapacity Percentage - Replication Journal Capacity Percentage
- zero
Padding String - Zero Padding
- compression
Method string - Compression Method
- data
Layout string - Data Layout
- external
Acceleration string - External Acceleration
- media
Type string - Media Type
- name string
- Name
- replication
Journal numberCapacity Percentage - Replication Journal Capacity Percentage
- zero
Padding string - Zero Padding
- compression_
method str - Compression Method
- data_
layout str - Data Layout
- external_
acceleration str - External Acceleration
- media_
type str - Media Type
- name str
- Name
- replication_
journal_ floatcapacity_ percentage - Replication Journal Capacity Percentage
- zero_
padding str - Zero Padding
- compression
Method String - Compression Method
- data
Layout String - Data Layout
- external
Acceleration String - External Acceleration
- media
Type String - Media Type
- name String
- Name
- replication
Journal NumberCapacity Percentage - Replication Journal Capacity Percentage
- zero
Padding String - Zero Padding
ClusterSdcList, ClusterSdcListArgs
ClusterSdrList, ClusterSdrListArgs
- All
Ips string - All IP
- Application
Ips string - Application IP
- External
Ips string - External IP
- Id string
- ID
- Ip string
- SDR Node IP
- Name string
- Name
- Port double
- Port
- Storage
Ips string - Storage IP
- All
Ips string - All IP
- Application
Ips string - Application IP
- External
Ips string - External IP
- Id string
- ID
- Ip string
- SDR Node IP
- Name string
- Name
- Port float64
- Port
- Storage
Ips string - Storage IP
- all
Ips String - All IP
- application
Ips String - Application IP
- external
Ips String - External IP
- id String
- ID
- ip String
- SDR Node IP
- name String
- Name
- port Double
- Port
- storage
Ips String - Storage IP
- all
Ips string - All IP
- application
Ips string - Application IP
- external
Ips string - External IP
- id string
- ID
- ip string
- SDR Node IP
- name string
- Name
- port number
- Port
- storage
Ips string - Storage IP
- all_
ips str - All IP
- application_
ips str - Application IP
- external_
ips str - External IP
- id str
- ID
- ip str
- SDR Node IP
- name str
- Name
- port float
- Port
- storage_
ips str - Storage IP
- all
Ips String - All IP
- application
Ips String - Application IP
- external
Ips String - External IP
- id String
- ID
- ip String
- SDR Node IP
- name String
- Name
- port Number
- Port
- storage
Ips String - Storage IP
ClusterSdsList, ClusterSdsListArgs
- All
Ips string - All IP
- Devices
List<Cluster
Sds List Device> - Devices
- Fault
Set string - Fault Set
- Id string
- ID
- Ip string
- SDS Node IP
- Name string
- Name
- Protection
Domain stringId - Protection Domain Name
- Protection
Domain stringName - Protection Domain Name
- Sds
Only stringIps - SDSOnly IP
- Sds
Sdc stringIps - SDSSDCIP
- All
Ips string - All IP
- Devices
[]Cluster
Sds List Device - Devices
- Fault
Set string - Fault Set
- Id string
- ID
- Ip string
- SDS Node IP
- Name string
- Name
- Protection
Domain stringId - Protection Domain Name
- Protection
Domain stringName - Protection Domain Name
- Sds
Only stringIps - SDSOnly IP
- Sds
Sdc stringIps - SDSSDCIP
- all
Ips String - All IP
- devices
List<Cluster
Sds List Device> - Devices
- fault
Set String - Fault Set
- id String
- ID
- ip String
- SDS Node IP
- name String
- Name
- protection
Domain StringId - Protection Domain Name
- protection
Domain StringName - Protection Domain Name
- sds
Only StringIps - SDSOnly IP
- sds
Sdc StringIps - SDSSDCIP
- all
Ips string - All IP
- devices
Cluster
Sds List Device[] - Devices
- fault
Set string - Fault Set
- id string
- ID
- ip string
- SDS Node IP
- name string
- Name
- protection
Domain stringId - Protection Domain Name
- protection
Domain stringName - Protection Domain Name
- sds
Only stringIps - SDSOnly IP
- sds
Sdc stringIps - SDSSDCIP
- all_
ips str - All IP
- devices
Sequence[Cluster
Sds List Device] - Devices
- fault_
set str - Fault Set
- id str
- ID
- ip str
- SDS Node IP
- name str
- Name
- protection_
domain_ strid - Protection Domain Name
- protection_
domain_ strname - Protection Domain Name
- sds_
only_ strips - SDSOnly IP
- sds_
sdc_ strips - SDSSDCIP
- all
Ips String - All IP
- devices List<Property Map>
- Devices
- fault
Set String - Fault Set
- id String
- ID
- ip String
- SDS Node IP
- name String
- Name
- protection
Domain StringId - Protection Domain Name
- protection
Domain StringName - Protection Domain Name
- sds
Only StringIps - SDSOnly IP
- sds
Sdc StringIps - SDSSDCIP
ClusterSdsListDevice, ClusterSdsListDeviceArgs
- Max
Capacity doubleIn Kb - Max Capacity
- Name string
- Name
- Path string
- Path
- Storage
Pool string - Storage Pool Name
- Max
Capacity float64In Kb - Max Capacity
- Name string
- Name
- Path string
- Path
- Storage
Pool string - Storage Pool Name
- max
Capacity DoubleIn Kb - Max Capacity
- name String
- Name
- path String
- Path
- storage
Pool String - Storage Pool Name
- max
Capacity numberIn Kb - Max Capacity
- name string
- Name
- path string
- Path
- storage
Pool string - Storage Pool Name
- max_
capacity_ floatin_ kb - Max Capacity
- name str
- Name
- path str
- Path
- storage_
pool str - Storage Pool Name
- max
Capacity NumberIn Kb - Max Capacity
- name String
- Name
- path String
- Path
- storage
Pool String - Storage Pool Name
ClusterSdtList, ClusterSdtListArgs
- All
Ips string - All IP
- Discovery
Port double - Discovery Port
- Host
Only stringIps - Host Only IP
- Id string
- ID
- Ip string
- SDT Node IP
- Name string
- Name
- Nvme
Port double - NVMe Port
- Protection
Domain stringId - Protection Domain Name
- Protection
Domain stringName - Protection Domain Name
- Storage
Only stringIps - Storage Only IP
- Storage
Port double - Storage Port
- All
Ips string - All IP
- Discovery
Port float64 - Discovery Port
- Host
Only stringIps - Host Only IP
- Id string
- ID
- Ip string
- SDT Node IP
- Name string
- Name
- Nvme
Port float64 - NVMe Port
- Protection
Domain stringId - Protection Domain Name
- Protection
Domain stringName - Protection Domain Name
- Storage
Only stringIps - Storage Only IP
- Storage
Port float64 - Storage Port
- all
Ips String - All IP
- discovery
Port Double - Discovery Port
- host
Only StringIps - Host Only IP
- id String
- ID
- ip String
- SDT Node IP
- name String
- Name
- nvme
Port Double - NVMe Port
- protection
Domain StringId - Protection Domain Name
- protection
Domain StringName - Protection Domain Name
- storage
Only StringIps - Storage Only IP
- storage
Port Double - Storage Port
- all
Ips string - All IP
- discovery
Port number - Discovery Port
- host
Only stringIps - Host Only IP
- id string
- ID
- ip string
- SDT Node IP
- name string
- Name
- nvme
Port number - NVMe Port
- protection
Domain stringId - Protection Domain Name
- protection
Domain stringName - Protection Domain Name
- storage
Only stringIps - Storage Only IP
- storage
Port number - Storage Port
- all_
ips str - All IP
- discovery_
port float - Discovery Port
- host_
only_ strips - Host Only IP
- id str
- ID
- ip str
- SDT Node IP
- name str
- Name
- nvme_
port float - NVMe Port
- protection_
domain_ strid - Protection Domain Name
- protection_
domain_ strname - Protection Domain Name
- storage_
only_ strips - Storage Only IP
- storage_
port float - Storage Port
- all
Ips String - All IP
- discovery
Port Number - Discovery Port
- host
Only StringIps - Host Only IP
- id String
- ID
- ip String
- SDT Node IP
- name String
- Name
- nvme
Port Number - NVMe Port
- protection
Domain StringId - Protection Domain Name
- protection
Domain StringName - Protection Domain Name
- storage
Only StringIps - Storage Only IP
- storage
Port Number - Storage Port
ClusterStoragePool, ClusterStoragePoolArgs
- Media
Type string - Media Type
- Compression
Method string - Compression Method
- Data
Layout string - Data Layout
- External
Acceleration string - External Acceleration
- Protection
Domain string - Protection Domain
- Replication
Journal stringCapacity Percentage - Replication Journal Capacity Percentage
- Storage
Pool string - Storage Pool
- Zero
Padding string - Zero Padding
- Media
Type string - Media Type
- Compression
Method string - Compression Method
- Data
Layout string - Data Layout
- External
Acceleration string - External Acceleration
- Protection
Domain string - Protection Domain
- Replication
Journal stringCapacity Percentage - Replication Journal Capacity Percentage
- Storage
Pool string - Storage Pool
- Zero
Padding string - Zero Padding
- media
Type String - Media Type
- compression
Method String - Compression Method
- data
Layout String - Data Layout
- external
Acceleration String - External Acceleration
- protection
Domain String - Protection Domain
- replication
Journal StringCapacity Percentage - Replication Journal Capacity Percentage
- storage
Pool String - Storage Pool
- zero
Padding String - Zero Padding
- media
Type string - Media Type
- compression
Method string - Compression Method
- data
Layout string - Data Layout
- external
Acceleration string - External Acceleration
- protection
Domain string - Protection Domain
- replication
Journal stringCapacity Percentage - Replication Journal Capacity Percentage
- storage
Pool string - Storage Pool
- zero
Padding string - Zero Padding
- media_
type str - Media Type
- compression_
method str - Compression Method
- data_
layout str - Data Layout
- external_
acceleration str - External Acceleration
- protection_
domain str - Protection Domain
- replication_
journal_ strcapacity_ percentage - Replication Journal Capacity Percentage
- storage_
pool str - Storage Pool
- zero_
padding str - Zero Padding
- media
Type String - Media Type
- compression
Method String - Compression Method
- data
Layout String - Data Layout
- external
Acceleration String - External Acceleration
- protection
Domain String - Protection Domain
- replication
Journal StringCapacity Percentage - Replication Journal Capacity Percentage
- storage
Pool String - Storage Pool
- zero
Padding String - Zero Padding
Package Details
- Repository
- powerflex dell/terraform-provider-powerflex
- License
- Notes
- This Pulumi package is based on the
powerflex
Terraform Provider.