powerflex.Sds
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 SDS by it’s id
$ pulumi import powerflex:index/sds:Sds sds_data "<id>"
This will import the SDS instance with specified ID 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 Sds Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Sds(name: string, args: SdsArgs, opts?: CustomResourceOptions);
@overload
def Sds(resource_name: str,
args: SdsArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Sds(resource_name: str,
opts: Optional[ResourceOptions] = None,
ip_lists: Optional[Sequence[SdsIpListArgs]] = None,
drl_mode: Optional[str] = None,
fault_set_id: Optional[str] = None,
name: Optional[str] = None,
performance_profile: Optional[str] = None,
port: Optional[float] = None,
protection_domain_id: Optional[str] = None,
protection_domain_name: Optional[str] = None,
rfcache_enabled: Optional[bool] = None,
rmcache_enabled: Optional[bool] = None,
rmcache_size_in_mb: Optional[float] = None)
func NewSds(ctx *Context, name string, args SdsArgs, opts ...ResourceOption) (*Sds, error)
public Sds(string name, SdsArgs args, CustomResourceOptions? opts = null)
type: powerflex:Sds
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 SdsArgs
- 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 SdsArgs
- 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 SdsArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SdsArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SdsArgs
- 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 sdsResource = new Powerflex.Sds("sdsResource", new()
{
IpLists = new[]
{
new Powerflex.Inputs.SdsIpListArgs
{
Ip = "string",
Role = "string",
},
},
DrlMode = "string",
FaultSetId = "string",
Name = "string",
PerformanceProfile = "string",
Port = 0,
ProtectionDomainId = "string",
ProtectionDomainName = "string",
RfcacheEnabled = false,
RmcacheEnabled = false,
RmcacheSizeInMb = 0,
});
example, err := powerflex.NewSds(ctx, "sdsResource", &powerflex.SdsArgs{
IpLists: powerflex.SdsIpListArray{
&powerflex.SdsIpListArgs{
Ip: pulumi.String("string"),
Role: pulumi.String("string"),
},
},
DrlMode: pulumi.String("string"),
FaultSetId: pulumi.String("string"),
Name: pulumi.String("string"),
PerformanceProfile: pulumi.String("string"),
Port: pulumi.Float64(0),
ProtectionDomainId: pulumi.String("string"),
ProtectionDomainName: pulumi.String("string"),
RfcacheEnabled: pulumi.Bool(false),
RmcacheEnabled: pulumi.Bool(false),
RmcacheSizeInMb: pulumi.Float64(0),
})
var sdsResource = new Sds("sdsResource", SdsArgs.builder()
.ipLists(SdsIpListArgs.builder()
.ip("string")
.role("string")
.build())
.drlMode("string")
.faultSetId("string")
.name("string")
.performanceProfile("string")
.port(0)
.protectionDomainId("string")
.protectionDomainName("string")
.rfcacheEnabled(false)
.rmcacheEnabled(false)
.rmcacheSizeInMb(0)
.build());
sds_resource = powerflex.Sds("sdsResource",
ip_lists=[{
"ip": "string",
"role": "string",
}],
drl_mode="string",
fault_set_id="string",
name="string",
performance_profile="string",
port=0,
protection_domain_id="string",
protection_domain_name="string",
rfcache_enabled=False,
rmcache_enabled=False,
rmcache_size_in_mb=0)
const sdsResource = new powerflex.Sds("sdsResource", {
ipLists: [{
ip: "string",
role: "string",
}],
drlMode: "string",
faultSetId: "string",
name: "string",
performanceProfile: "string",
port: 0,
protectionDomainId: "string",
protectionDomainName: "string",
rfcacheEnabled: false,
rmcacheEnabled: false,
rmcacheSizeInMb: 0,
});
type: powerflex:Sds
properties:
drlMode: string
faultSetId: string
ipLists:
- ip: string
role: string
name: string
performanceProfile: string
port: 0
protectionDomainId: string
protectionDomainName: string
rfcacheEnabled: false
rmcacheEnabled: false
rmcacheSizeInMb: 0
Sds 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 Sds resource accepts the following input properties:
- Ip
Lists List<SdsIp List> - List of IPs to be assigned to the SDS. There must be at least one IP with
all
role or at least two IPs, one with rolesdcOnly
and the other with rolesdsOnly
. - Drl
Mode string - DRL mode of SDS
- Fault
Set stringId - Fault set id of SDS
- Name string
- Name of SDS.
- Performance
Profile string - Performance Profile of SDS. Valid values are
Compact
andHighPerformance
. Default value is determined by array settings. - Port double
- Port of SDS
- Protection
Domain stringId - ID of the Protection Domain under which the SDS will be created. Conflicts with
protection_domain_name
. Cannot be updated. - Protection
Domain stringName - Name of the Protection Domain under which the SDS will be created. Conflicts with
protection_domain_id
. Cannot be updated. - Rfcache
Enabled bool - Rfcache enabled state of SDS
- Rmcache
Enabled bool - Rmcache enabled state of SDS
- Rmcache
Size doubleIn Mb - Read RAM cache size in MB of SDS. Can be set only when
rmcache_enabled
is true.
- Ip
Lists []SdsIp List Args - List of IPs to be assigned to the SDS. There must be at least one IP with
all
role or at least two IPs, one with rolesdcOnly
and the other with rolesdsOnly
. - Drl
Mode string - DRL mode of SDS
- Fault
Set stringId - Fault set id of SDS
- Name string
- Name of SDS.
- Performance
Profile string - Performance Profile of SDS. Valid values are
Compact
andHighPerformance
. Default value is determined by array settings. - Port float64
- Port of SDS
- Protection
Domain stringId - ID of the Protection Domain under which the SDS will be created. Conflicts with
protection_domain_name
. Cannot be updated. - Protection
Domain stringName - Name of the Protection Domain under which the SDS will be created. Conflicts with
protection_domain_id
. Cannot be updated. - Rfcache
Enabled bool - Rfcache enabled state of SDS
- Rmcache
Enabled bool - Rmcache enabled state of SDS
- Rmcache
Size float64In Mb - Read RAM cache size in MB of SDS. Can be set only when
rmcache_enabled
is true.
- ip
Lists List<SdsIp List> - List of IPs to be assigned to the SDS. There must be at least one IP with
all
role or at least two IPs, one with rolesdcOnly
and the other with rolesdsOnly
. - drl
Mode String - DRL mode of SDS
- fault
Set StringId - Fault set id of SDS
- name String
- Name of SDS.
- performance
Profile String - Performance Profile of SDS. Valid values are
Compact
andHighPerformance
. Default value is determined by array settings. - port Double
- Port of SDS
- protection
Domain StringId - ID of the Protection Domain under which the SDS will be created. Conflicts with
protection_domain_name
. Cannot be updated. - protection
Domain StringName - Name of the Protection Domain under which the SDS will be created. Conflicts with
protection_domain_id
. Cannot be updated. - rfcache
Enabled Boolean - Rfcache enabled state of SDS
- rmcache
Enabled Boolean - Rmcache enabled state of SDS
- rmcache
Size DoubleIn Mb - Read RAM cache size in MB of SDS. Can be set only when
rmcache_enabled
is true.
- ip
Lists SdsIp List[] - List of IPs to be assigned to the SDS. There must be at least one IP with
all
role or at least two IPs, one with rolesdcOnly
and the other with rolesdsOnly
. - drl
Mode string - DRL mode of SDS
- fault
Set stringId - Fault set id of SDS
- name string
- Name of SDS.
- performance
Profile string - Performance Profile of SDS. Valid values are
Compact
andHighPerformance
. Default value is determined by array settings. - port number
- Port of SDS
- protection
Domain stringId - ID of the Protection Domain under which the SDS will be created. Conflicts with
protection_domain_name
. Cannot be updated. - protection
Domain stringName - Name of the Protection Domain under which the SDS will be created. Conflicts with
protection_domain_id
. Cannot be updated. - rfcache
Enabled boolean - Rfcache enabled state of SDS
- rmcache
Enabled boolean - Rmcache enabled state of SDS
- rmcache
Size numberIn Mb - Read RAM cache size in MB of SDS. Can be set only when
rmcache_enabled
is true.
- ip_
lists Sequence[SdsIp List Args] - List of IPs to be assigned to the SDS. There must be at least one IP with
all
role or at least two IPs, one with rolesdcOnly
and the other with rolesdsOnly
. - drl_
mode str - DRL mode of SDS
- fault_
set_ strid - Fault set id of SDS
- name str
- Name of SDS.
- performance_
profile str - Performance Profile of SDS. Valid values are
Compact
andHighPerformance
. Default value is determined by array settings. - port float
- Port of SDS
- protection_
domain_ strid - ID of the Protection Domain under which the SDS will be created. Conflicts with
protection_domain_name
. Cannot be updated. - protection_
domain_ strname - Name of the Protection Domain under which the SDS will be created. Conflicts with
protection_domain_id
. Cannot be updated. - rfcache_
enabled bool - Rfcache enabled state of SDS
- rmcache_
enabled bool - Rmcache enabled state of SDS
- rmcache_
size_ floatin_ mb - Read RAM cache size in MB of SDS. Can be set only when
rmcache_enabled
is true.
- ip
Lists List<Property Map> - List of IPs to be assigned to the SDS. There must be at least one IP with
all
role or at least two IPs, one with rolesdcOnly
and the other with rolesdsOnly
. - drl
Mode String - DRL mode of SDS
- fault
Set StringId - Fault set id of SDS
- name String
- Name of SDS.
- performance
Profile String - Performance Profile of SDS. Valid values are
Compact
andHighPerformance
. Default value is determined by array settings. - port Number
- Port of SDS
- protection
Domain StringId - ID of the Protection Domain under which the SDS will be created. Conflicts with
protection_domain_name
. Cannot be updated. - protection
Domain StringName - Name of the Protection Domain under which the SDS will be created. Conflicts with
protection_domain_id
. Cannot be updated. - rfcache
Enabled Boolean - Rfcache enabled state of SDS
- rmcache
Enabled Boolean - Rmcache enabled state of SDS
- rmcache
Size NumberIn Mb - Read RAM cache size in MB of SDS. Can be set only when
rmcache_enabled
is true.
Outputs
All input properties are implicitly available as output properties. Additionally, the Sds resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Is
On boolVmware - Is on vmware state of SDS
- Mdm
Connection stringState - Mdm connection state of SDS
- Membership
State string - Membership state of SDS
- Num
Of doubleIo Buffers - Number of io buffers of SDS
- Rmcache
Frozen bool - RMcache frozen state of SDS
- Rmcache
Memory stringAllocation State - Rmcache memory allocation state of SDS.
- Sds
State string - State of SDS
- Id string
- The provider-assigned unique ID for this managed resource.
- Is
On boolVmware - Is on vmware state of SDS
- Mdm
Connection stringState - Mdm connection state of SDS
- Membership
State string - Membership state of SDS
- Num
Of float64Io Buffers - Number of io buffers of SDS
- Rmcache
Frozen bool - RMcache frozen state of SDS
- Rmcache
Memory stringAllocation State - Rmcache memory allocation state of SDS.
- Sds
State string - State of SDS
- id String
- The provider-assigned unique ID for this managed resource.
- is
On BooleanVmware - Is on vmware state of SDS
- mdm
Connection StringState - Mdm connection state of SDS
- membership
State String - Membership state of SDS
- num
Of DoubleIo Buffers - Number of io buffers of SDS
- rmcache
Frozen Boolean - RMcache frozen state of SDS
- rmcache
Memory StringAllocation State - Rmcache memory allocation state of SDS.
- sds
State String - State of SDS
- id string
- The provider-assigned unique ID for this managed resource.
- is
On booleanVmware - Is on vmware state of SDS
- mdm
Connection stringState - Mdm connection state of SDS
- membership
State string - Membership state of SDS
- num
Of numberIo Buffers - Number of io buffers of SDS
- rmcache
Frozen boolean - RMcache frozen state of SDS
- rmcache
Memory stringAllocation State - Rmcache memory allocation state of SDS.
- sds
State string - State of SDS
- id str
- The provider-assigned unique ID for this managed resource.
- is_
on_ boolvmware - Is on vmware state of SDS
- mdm_
connection_ strstate - Mdm connection state of SDS
- membership_
state str - Membership state of SDS
- num_
of_ floatio_ buffers - Number of io buffers of SDS
- rmcache_
frozen bool - RMcache frozen state of SDS
- rmcache_
memory_ strallocation_ state - Rmcache memory allocation state of SDS.
- sds_
state str - State of SDS
- id String
- The provider-assigned unique ID for this managed resource.
- is
On BooleanVmware - Is on vmware state of SDS
- mdm
Connection StringState - Mdm connection state of SDS
- membership
State String - Membership state of SDS
- num
Of NumberIo Buffers - Number of io buffers of SDS
- rmcache
Frozen Boolean - RMcache frozen state of SDS
- rmcache
Memory StringAllocation State - Rmcache memory allocation state of SDS.
- sds
State String - State of SDS
Look up Existing Sds Resource
Get an existing Sds 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?: SdsState, opts?: CustomResourceOptions): Sds
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
drl_mode: Optional[str] = None,
fault_set_id: Optional[str] = None,
ip_lists: Optional[Sequence[SdsIpListArgs]] = None,
is_on_vmware: Optional[bool] = None,
mdm_connection_state: Optional[str] = None,
membership_state: Optional[str] = None,
name: Optional[str] = None,
num_of_io_buffers: Optional[float] = None,
performance_profile: Optional[str] = None,
port: Optional[float] = None,
protection_domain_id: Optional[str] = None,
protection_domain_name: Optional[str] = None,
rfcache_enabled: Optional[bool] = None,
rmcache_enabled: Optional[bool] = None,
rmcache_frozen: Optional[bool] = None,
rmcache_memory_allocation_state: Optional[str] = None,
rmcache_size_in_mb: Optional[float] = None,
sds_state: Optional[str] = None) -> Sds
func GetSds(ctx *Context, name string, id IDInput, state *SdsState, opts ...ResourceOption) (*Sds, error)
public static Sds Get(string name, Input<string> id, SdsState? state, CustomResourceOptions? opts = null)
public static Sds get(String name, Output<String> id, SdsState state, CustomResourceOptions options)
resources: _: type: powerflex:Sds 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.
- Drl
Mode string - DRL mode of SDS
- Fault
Set stringId - Fault set id of SDS
- Ip
Lists List<SdsIp List> - List of IPs to be assigned to the SDS. There must be at least one IP with
all
role or at least two IPs, one with rolesdcOnly
and the other with rolesdsOnly
. - Is
On boolVmware - Is on vmware state of SDS
- Mdm
Connection stringState - Mdm connection state of SDS
- Membership
State string - Membership state of SDS
- Name string
- Name of SDS.
- Num
Of doubleIo Buffers - Number of io buffers of SDS
- Performance
Profile string - Performance Profile of SDS. Valid values are
Compact
andHighPerformance
. Default value is determined by array settings. - Port double
- Port of SDS
- Protection
Domain stringId - ID of the Protection Domain under which the SDS will be created. Conflicts with
protection_domain_name
. Cannot be updated. - Protection
Domain stringName - Name of the Protection Domain under which the SDS will be created. Conflicts with
protection_domain_id
. Cannot be updated. - Rfcache
Enabled bool - Rfcache enabled state of SDS
- Rmcache
Enabled bool - Rmcache enabled state of SDS
- Rmcache
Frozen bool - RMcache frozen state of SDS
- Rmcache
Memory stringAllocation State - Rmcache memory allocation state of SDS.
- Rmcache
Size doubleIn Mb - Read RAM cache size in MB of SDS. Can be set only when
rmcache_enabled
is true. - Sds
State string - State of SDS
- Drl
Mode string - DRL mode of SDS
- Fault
Set stringId - Fault set id of SDS
- Ip
Lists []SdsIp List Args - List of IPs to be assigned to the SDS. There must be at least one IP with
all
role or at least two IPs, one with rolesdcOnly
and the other with rolesdsOnly
. - Is
On boolVmware - Is on vmware state of SDS
- Mdm
Connection stringState - Mdm connection state of SDS
- Membership
State string - Membership state of SDS
- Name string
- Name of SDS.
- Num
Of float64Io Buffers - Number of io buffers of SDS
- Performance
Profile string - Performance Profile of SDS. Valid values are
Compact
andHighPerformance
. Default value is determined by array settings. - Port float64
- Port of SDS
- Protection
Domain stringId - ID of the Protection Domain under which the SDS will be created. Conflicts with
protection_domain_name
. Cannot be updated. - Protection
Domain stringName - Name of the Protection Domain under which the SDS will be created. Conflicts with
protection_domain_id
. Cannot be updated. - Rfcache
Enabled bool - Rfcache enabled state of SDS
- Rmcache
Enabled bool - Rmcache enabled state of SDS
- Rmcache
Frozen bool - RMcache frozen state of SDS
- Rmcache
Memory stringAllocation State - Rmcache memory allocation state of SDS.
- Rmcache
Size float64In Mb - Read RAM cache size in MB of SDS. Can be set only when
rmcache_enabled
is true. - Sds
State string - State of SDS
- drl
Mode String - DRL mode of SDS
- fault
Set StringId - Fault set id of SDS
- ip
Lists List<SdsIp List> - List of IPs to be assigned to the SDS. There must be at least one IP with
all
role or at least two IPs, one with rolesdcOnly
and the other with rolesdsOnly
. - is
On BooleanVmware - Is on vmware state of SDS
- mdm
Connection StringState - Mdm connection state of SDS
- membership
State String - Membership state of SDS
- name String
- Name of SDS.
- num
Of DoubleIo Buffers - Number of io buffers of SDS
- performance
Profile String - Performance Profile of SDS. Valid values are
Compact
andHighPerformance
. Default value is determined by array settings. - port Double
- Port of SDS
- protection
Domain StringId - ID of the Protection Domain under which the SDS will be created. Conflicts with
protection_domain_name
. Cannot be updated. - protection
Domain StringName - Name of the Protection Domain under which the SDS will be created. Conflicts with
protection_domain_id
. Cannot be updated. - rfcache
Enabled Boolean - Rfcache enabled state of SDS
- rmcache
Enabled Boolean - Rmcache enabled state of SDS
- rmcache
Frozen Boolean - RMcache frozen state of SDS
- rmcache
Memory StringAllocation State - Rmcache memory allocation state of SDS.
- rmcache
Size DoubleIn Mb - Read RAM cache size in MB of SDS. Can be set only when
rmcache_enabled
is true. - sds
State String - State of SDS
- drl
Mode string - DRL mode of SDS
- fault
Set stringId - Fault set id of SDS
- ip
Lists SdsIp List[] - List of IPs to be assigned to the SDS. There must be at least one IP with
all
role or at least two IPs, one with rolesdcOnly
and the other with rolesdsOnly
. - is
On booleanVmware - Is on vmware state of SDS
- mdm
Connection stringState - Mdm connection state of SDS
- membership
State string - Membership state of SDS
- name string
- Name of SDS.
- num
Of numberIo Buffers - Number of io buffers of SDS
- performance
Profile string - Performance Profile of SDS. Valid values are
Compact
andHighPerformance
. Default value is determined by array settings. - port number
- Port of SDS
- protection
Domain stringId - ID of the Protection Domain under which the SDS will be created. Conflicts with
protection_domain_name
. Cannot be updated. - protection
Domain stringName - Name of the Protection Domain under which the SDS will be created. Conflicts with
protection_domain_id
. Cannot be updated. - rfcache
Enabled boolean - Rfcache enabled state of SDS
- rmcache
Enabled boolean - Rmcache enabled state of SDS
- rmcache
Frozen boolean - RMcache frozen state of SDS
- rmcache
Memory stringAllocation State - Rmcache memory allocation state of SDS.
- rmcache
Size numberIn Mb - Read RAM cache size in MB of SDS. Can be set only when
rmcache_enabled
is true. - sds
State string - State of SDS
- drl_
mode str - DRL mode of SDS
- fault_
set_ strid - Fault set id of SDS
- ip_
lists Sequence[SdsIp List Args] - List of IPs to be assigned to the SDS. There must be at least one IP with
all
role or at least two IPs, one with rolesdcOnly
and the other with rolesdsOnly
. - is_
on_ boolvmware - Is on vmware state of SDS
- mdm_
connection_ strstate - Mdm connection state of SDS
- membership_
state str - Membership state of SDS
- name str
- Name of SDS.
- num_
of_ floatio_ buffers - Number of io buffers of SDS
- performance_
profile str - Performance Profile of SDS. Valid values are
Compact
andHighPerformance
. Default value is determined by array settings. - port float
- Port of SDS
- protection_
domain_ strid - ID of the Protection Domain under which the SDS will be created. Conflicts with
protection_domain_name
. Cannot be updated. - protection_
domain_ strname - Name of the Protection Domain under which the SDS will be created. Conflicts with
protection_domain_id
. Cannot be updated. - rfcache_
enabled bool - Rfcache enabled state of SDS
- rmcache_
enabled bool - Rmcache enabled state of SDS
- rmcache_
frozen bool - RMcache frozen state of SDS
- rmcache_
memory_ strallocation_ state - Rmcache memory allocation state of SDS.
- rmcache_
size_ floatin_ mb - Read RAM cache size in MB of SDS. Can be set only when
rmcache_enabled
is true. - sds_
state str - State of SDS
- drl
Mode String - DRL mode of SDS
- fault
Set StringId - Fault set id of SDS
- ip
Lists List<Property Map> - List of IPs to be assigned to the SDS. There must be at least one IP with
all
role or at least two IPs, one with rolesdcOnly
and the other with rolesdsOnly
. - is
On BooleanVmware - Is on vmware state of SDS
- mdm
Connection StringState - Mdm connection state of SDS
- membership
State String - Membership state of SDS
- name String
- Name of SDS.
- num
Of NumberIo Buffers - Number of io buffers of SDS
- performance
Profile String - Performance Profile of SDS. Valid values are
Compact
andHighPerformance
. Default value is determined by array settings. - port Number
- Port of SDS
- protection
Domain StringId - ID of the Protection Domain under which the SDS will be created. Conflicts with
protection_domain_name
. Cannot be updated. - protection
Domain StringName - Name of the Protection Domain under which the SDS will be created. Conflicts with
protection_domain_id
. Cannot be updated. - rfcache
Enabled Boolean - Rfcache enabled state of SDS
- rmcache
Enabled Boolean - Rmcache enabled state of SDS
- rmcache
Frozen Boolean - RMcache frozen state of SDS
- rmcache
Memory StringAllocation State - Rmcache memory allocation state of SDS.
- rmcache
Size NumberIn Mb - Read RAM cache size in MB of SDS. Can be set only when
rmcache_enabled
is true. - sds
State String - State of SDS
Supporting Types
SdsIpList, SdsIpListArgs
Package Details
- Repository
- powerflex dell/terraform-provider-powerflex
- License
- Notes
- This Pulumi package is based on the
powerflex
Terraform Provider.