nutanix.VolumeGroupIscsiClientV2
Explore with Pulumi AI
Attaches iSCSI initiator to a Volume Group identified by {extId}.
Create VolumeGroupIscsiClientV2 Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new VolumeGroupIscsiClientV2(name: string, args: VolumeGroupIscsiClientV2Args, opts?: CustomResourceOptions);
@overload
def VolumeGroupIscsiClientV2(resource_name: str,
args: VolumeGroupIscsiClientV2Args,
opts: Optional[ResourceOptions] = None)
@overload
def VolumeGroupIscsiClientV2(resource_name: str,
opts: Optional[ResourceOptions] = None,
vg_ext_id: Optional[str] = None,
attachment_site: Optional[str] = None,
client_secret: Optional[str] = None,
enabled_authentications: Optional[str] = None,
ext_id: Optional[str] = None,
iscsi_initiator_name: Optional[str] = None,
iscsi_initiator_network_ids: Optional[Sequence[VolumeGroupIscsiClientV2IscsiInitiatorNetworkIdArgs]] = None,
num_virtual_targets: Optional[int] = None)
func NewVolumeGroupIscsiClientV2(ctx *Context, name string, args VolumeGroupIscsiClientV2Args, opts ...ResourceOption) (*VolumeGroupIscsiClientV2, error)
public VolumeGroupIscsiClientV2(string name, VolumeGroupIscsiClientV2Args args, CustomResourceOptions? opts = null)
public VolumeGroupIscsiClientV2(String name, VolumeGroupIscsiClientV2Args args)
public VolumeGroupIscsiClientV2(String name, VolumeGroupIscsiClientV2Args args, CustomResourceOptions options)
type: nutanix:VolumeGroupIscsiClientV2
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 VolumeGroupIscsiClientV2Args
- 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 VolumeGroupIscsiClientV2Args
- 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 VolumeGroupIscsiClientV2Args
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args VolumeGroupIscsiClientV2Args
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args VolumeGroupIscsiClientV2Args
- 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 volumeGroupIscsiClientV2Resource = new Nutanix.VolumeGroupIscsiClientV2("volumeGroupIscsiClientV2Resource", new()
{
VgExtId = "string",
AttachmentSite = "string",
ClientSecret = "string",
EnabledAuthentications = "string",
ExtId = "string",
IscsiInitiatorName = "string",
IscsiInitiatorNetworkIds = new[]
{
new Nutanix.Inputs.VolumeGroupIscsiClientV2IscsiInitiatorNetworkIdArgs
{
Fqdns = new[]
{
new Nutanix.Inputs.VolumeGroupIscsiClientV2IscsiInitiatorNetworkIdFqdnArgs
{
Value = "string",
},
},
Ipv4s = new[]
{
new Nutanix.Inputs.VolumeGroupIscsiClientV2IscsiInitiatorNetworkIdIpv4Args
{
PrefixLength = 0,
Value = "string",
},
},
Ipv6s = new[]
{
new Nutanix.Inputs.VolumeGroupIscsiClientV2IscsiInitiatorNetworkIdIpv6Args
{
PrefixLength = 0,
Value = "string",
},
},
},
},
NumVirtualTargets = 0,
});
example, err := nutanix.NewVolumeGroupIscsiClientV2(ctx, "volumeGroupIscsiClientV2Resource", &nutanix.VolumeGroupIscsiClientV2Args{
VgExtId: pulumi.String("string"),
AttachmentSite: pulumi.String("string"),
ClientSecret: pulumi.String("string"),
EnabledAuthentications: pulumi.String("string"),
ExtId: pulumi.String("string"),
IscsiInitiatorName: pulumi.String("string"),
IscsiInitiatorNetworkIds: nutanix.VolumeGroupIscsiClientV2IscsiInitiatorNetworkIdArray{
&nutanix.VolumeGroupIscsiClientV2IscsiInitiatorNetworkIdArgs{
Fqdns: nutanix.VolumeGroupIscsiClientV2IscsiInitiatorNetworkIdFqdnArray{
&nutanix.VolumeGroupIscsiClientV2IscsiInitiatorNetworkIdFqdnArgs{
Value: pulumi.String("string"),
},
},
Ipv4s: nutanix.VolumeGroupIscsiClientV2IscsiInitiatorNetworkIdIpv4Array{
&nutanix.VolumeGroupIscsiClientV2IscsiInitiatorNetworkIdIpv4Args{
PrefixLength: pulumi.Int(0),
Value: pulumi.String("string"),
},
},
Ipv6s: nutanix.VolumeGroupIscsiClientV2IscsiInitiatorNetworkIdIpv6Array{
&nutanix.VolumeGroupIscsiClientV2IscsiInitiatorNetworkIdIpv6Args{
PrefixLength: pulumi.Int(0),
Value: pulumi.String("string"),
},
},
},
},
NumVirtualTargets: pulumi.Int(0),
})
var volumeGroupIscsiClientV2Resource = new VolumeGroupIscsiClientV2("volumeGroupIscsiClientV2Resource", VolumeGroupIscsiClientV2Args.builder()
.vgExtId("string")
.attachmentSite("string")
.clientSecret("string")
.enabledAuthentications("string")
.extId("string")
.iscsiInitiatorName("string")
.iscsiInitiatorNetworkIds(VolumeGroupIscsiClientV2IscsiInitiatorNetworkIdArgs.builder()
.fqdns(VolumeGroupIscsiClientV2IscsiInitiatorNetworkIdFqdnArgs.builder()
.value("string")
.build())
.ipv4s(VolumeGroupIscsiClientV2IscsiInitiatorNetworkIdIpv4Args.builder()
.prefixLength(0)
.value("string")
.build())
.ipv6s(VolumeGroupIscsiClientV2IscsiInitiatorNetworkIdIpv6Args.builder()
.prefixLength(0)
.value("string")
.build())
.build())
.numVirtualTargets(0)
.build());
volume_group_iscsi_client_v2_resource = nutanix.VolumeGroupIscsiClientV2("volumeGroupIscsiClientV2Resource",
vg_ext_id="string",
attachment_site="string",
client_secret="string",
enabled_authentications="string",
ext_id="string",
iscsi_initiator_name="string",
iscsi_initiator_network_ids=[{
"fqdns": [{
"value": "string",
}],
"ipv4s": [{
"prefix_length": 0,
"value": "string",
}],
"ipv6s": [{
"prefix_length": 0,
"value": "string",
}],
}],
num_virtual_targets=0)
const volumeGroupIscsiClientV2Resource = new nutanix.VolumeGroupIscsiClientV2("volumeGroupIscsiClientV2Resource", {
vgExtId: "string",
attachmentSite: "string",
clientSecret: "string",
enabledAuthentications: "string",
extId: "string",
iscsiInitiatorName: "string",
iscsiInitiatorNetworkIds: [{
fqdns: [{
value: "string",
}],
ipv4s: [{
prefixLength: 0,
value: "string",
}],
ipv6s: [{
prefixLength: 0,
value: "string",
}],
}],
numVirtualTargets: 0,
});
type: nutanix:VolumeGroupIscsiClientV2
properties:
attachmentSite: string
clientSecret: string
enabledAuthentications: string
extId: string
iscsiInitiatorName: string
iscsiInitiatorNetworkIds:
- fqdns:
- value: string
ipv4s:
- prefixLength: 0
value: string
ipv6s:
- prefixLength: 0
value: string
numVirtualTargets: 0
vgExtId: string
VolumeGroupIscsiClientV2 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 VolumeGroupIscsiClientV2 resource accepts the following input properties:
- Vg
Ext stringId - -(Required) The external identifier of the volume group.
- Attachment
Site string - -(Optional) The site where the Volume Group attach operation should be processed. This is an optional field. This field may only be set if Metro DR has been configured for this Volume Group. Valid values are SECONDARY, PRIMARY.
- Client
Secret string - -(Optional) iSCSI initiator client secret in case of CHAP authentication. This field should not be provided in case the authentication type is not set to CHAP.
- Enabled
Authentications string - -(Optional) (Optional) The authentication type enabled for the Volume Group. This is an optional field. If omitted, authentication is not configured for the Volume Group. If this is set to CHAP, the target/client secret must be provided. Valid values are CHAP, NONE
- Ext
Id string - -(Required) A globally unique identifier of an instance that is suitable for external consumption.
- Iscsi
Initiator stringName - -iSCSI initiator name. During the attach operation, exactly one of iscsiInitiatorName and iscsiInitiatorNetworkId must be specified. This field is immutable.
- Iscsi
Initiator List<PiersNetwork Ids Karsenbarg. Nutanix. Inputs. Volume Group Iscsi Client V2Iscsi Initiator Network Id> - An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.
- Num
Virtual intTargets - -(Optional) Number of virtual targets generated for the iSCSI target. This field is immutable.
- Vg
Ext stringId - -(Required) The external identifier of the volume group.
- Attachment
Site string - -(Optional) The site where the Volume Group attach operation should be processed. This is an optional field. This field may only be set if Metro DR has been configured for this Volume Group. Valid values are SECONDARY, PRIMARY.
- Client
Secret string - -(Optional) iSCSI initiator client secret in case of CHAP authentication. This field should not be provided in case the authentication type is not set to CHAP.
- Enabled
Authentications string - -(Optional) (Optional) The authentication type enabled for the Volume Group. This is an optional field. If omitted, authentication is not configured for the Volume Group. If this is set to CHAP, the target/client secret must be provided. Valid values are CHAP, NONE
- Ext
Id string - -(Required) A globally unique identifier of an instance that is suitable for external consumption.
- Iscsi
Initiator stringName - -iSCSI initiator name. During the attach operation, exactly one of iscsiInitiatorName and iscsiInitiatorNetworkId must be specified. This field is immutable.
- Iscsi
Initiator []VolumeNetwork Ids Group Iscsi Client V2Iscsi Initiator Network Id Args - An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.
- Num
Virtual intTargets - -(Optional) Number of virtual targets generated for the iSCSI target. This field is immutable.
- vg
Ext StringId - -(Required) The external identifier of the volume group.
- attachment
Site String - -(Optional) The site where the Volume Group attach operation should be processed. This is an optional field. This field may only be set if Metro DR has been configured for this Volume Group. Valid values are SECONDARY, PRIMARY.
- client
Secret String - -(Optional) iSCSI initiator client secret in case of CHAP authentication. This field should not be provided in case the authentication type is not set to CHAP.
- enabled
Authentications String - -(Optional) (Optional) The authentication type enabled for the Volume Group. This is an optional field. If omitted, authentication is not configured for the Volume Group. If this is set to CHAP, the target/client secret must be provided. Valid values are CHAP, NONE
- ext
Id String - -(Required) A globally unique identifier of an instance that is suitable for external consumption.
- iscsi
Initiator StringName - -iSCSI initiator name. During the attach operation, exactly one of iscsiInitiatorName and iscsiInitiatorNetworkId must be specified. This field is immutable.
- iscsi
Initiator List<VolumeNetwork Ids Group Iscsi Client V2Iscsi Initiator Network Id> - An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.
- num
Virtual IntegerTargets - -(Optional) Number of virtual targets generated for the iSCSI target. This field is immutable.
- vg
Ext stringId - -(Required) The external identifier of the volume group.
- attachment
Site string - -(Optional) The site where the Volume Group attach operation should be processed. This is an optional field. This field may only be set if Metro DR has been configured for this Volume Group. Valid values are SECONDARY, PRIMARY.
- client
Secret string - -(Optional) iSCSI initiator client secret in case of CHAP authentication. This field should not be provided in case the authentication type is not set to CHAP.
- enabled
Authentications string - -(Optional) (Optional) The authentication type enabled for the Volume Group. This is an optional field. If omitted, authentication is not configured for the Volume Group. If this is set to CHAP, the target/client secret must be provided. Valid values are CHAP, NONE
- ext
Id string - -(Required) A globally unique identifier of an instance that is suitable for external consumption.
- iscsi
Initiator stringName - -iSCSI initiator name. During the attach operation, exactly one of iscsiInitiatorName and iscsiInitiatorNetworkId must be specified. This field is immutable.
- iscsi
Initiator VolumeNetwork Ids Group Iscsi Client V2Iscsi Initiator Network Id[] - An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.
- num
Virtual numberTargets - -(Optional) Number of virtual targets generated for the iSCSI target. This field is immutable.
- vg_
ext_ strid - -(Required) The external identifier of the volume group.
- attachment_
site str - -(Optional) The site where the Volume Group attach operation should be processed. This is an optional field. This field may only be set if Metro DR has been configured for this Volume Group. Valid values are SECONDARY, PRIMARY.
- client_
secret str - -(Optional) iSCSI initiator client secret in case of CHAP authentication. This field should not be provided in case the authentication type is not set to CHAP.
- enabled_
authentications str - -(Optional) (Optional) The authentication type enabled for the Volume Group. This is an optional field. If omitted, authentication is not configured for the Volume Group. If this is set to CHAP, the target/client secret must be provided. Valid values are CHAP, NONE
- ext_
id str - -(Required) A globally unique identifier of an instance that is suitable for external consumption.
- iscsi_
initiator_ strname - -iSCSI initiator name. During the attach operation, exactly one of iscsiInitiatorName and iscsiInitiatorNetworkId must be specified. This field is immutable.
- iscsi_
initiator_ Sequence[Volumenetwork_ ids Group Iscsi Client V2Iscsi Initiator Network Id Args] - An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.
- num_
virtual_ inttargets - -(Optional) Number of virtual targets generated for the iSCSI target. This field is immutable.
- vg
Ext StringId - -(Required) The external identifier of the volume group.
- attachment
Site String - -(Optional) The site where the Volume Group attach operation should be processed. This is an optional field. This field may only be set if Metro DR has been configured for this Volume Group. Valid values are SECONDARY, PRIMARY.
- client
Secret String - -(Optional) iSCSI initiator client secret in case of CHAP authentication. This field should not be provided in case the authentication type is not set to CHAP.
- enabled
Authentications String - -(Optional) (Optional) The authentication type enabled for the Volume Group. This is an optional field. If omitted, authentication is not configured for the Volume Group. If this is set to CHAP, the target/client secret must be provided. Valid values are CHAP, NONE
- ext
Id String - -(Required) A globally unique identifier of an instance that is suitable for external consumption.
- iscsi
Initiator StringName - -iSCSI initiator name. During the attach operation, exactly one of iscsiInitiatorName and iscsiInitiatorNetworkId must be specified. This field is immutable.
- iscsi
Initiator List<Property Map>Network Ids - An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.
- num
Virtual NumberTargets - -(Optional) Number of virtual targets generated for the iSCSI target. This field is immutable.
Outputs
All input properties are implicitly available as output properties. Additionally, the VolumeGroupIscsiClientV2 resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing VolumeGroupIscsiClientV2 Resource
Get an existing VolumeGroupIscsiClientV2 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?: VolumeGroupIscsiClientV2State, opts?: CustomResourceOptions): VolumeGroupIscsiClientV2
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
attachment_site: Optional[str] = None,
client_secret: Optional[str] = None,
enabled_authentications: Optional[str] = None,
ext_id: Optional[str] = None,
iscsi_initiator_name: Optional[str] = None,
iscsi_initiator_network_ids: Optional[Sequence[VolumeGroupIscsiClientV2IscsiInitiatorNetworkIdArgs]] = None,
num_virtual_targets: Optional[int] = None,
vg_ext_id: Optional[str] = None) -> VolumeGroupIscsiClientV2
func GetVolumeGroupIscsiClientV2(ctx *Context, name string, id IDInput, state *VolumeGroupIscsiClientV2State, opts ...ResourceOption) (*VolumeGroupIscsiClientV2, error)
public static VolumeGroupIscsiClientV2 Get(string name, Input<string> id, VolumeGroupIscsiClientV2State? state, CustomResourceOptions? opts = null)
public static VolumeGroupIscsiClientV2 get(String name, Output<String> id, VolumeGroupIscsiClientV2State state, CustomResourceOptions options)
resources: _: type: nutanix:VolumeGroupIscsiClientV2 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.
- Attachment
Site string - -(Optional) The site where the Volume Group attach operation should be processed. This is an optional field. This field may only be set if Metro DR has been configured for this Volume Group. Valid values are SECONDARY, PRIMARY.
- Client
Secret string - -(Optional) iSCSI initiator client secret in case of CHAP authentication. This field should not be provided in case the authentication type is not set to CHAP.
- Enabled
Authentications string - -(Optional) (Optional) The authentication type enabled for the Volume Group. This is an optional field. If omitted, authentication is not configured for the Volume Group. If this is set to CHAP, the target/client secret must be provided. Valid values are CHAP, NONE
- Ext
Id string - -(Required) A globally unique identifier of an instance that is suitable for external consumption.
- Iscsi
Initiator stringName - -iSCSI initiator name. During the attach operation, exactly one of iscsiInitiatorName and iscsiInitiatorNetworkId must be specified. This field is immutable.
- Iscsi
Initiator List<PiersNetwork Ids Karsenbarg. Nutanix. Inputs. Volume Group Iscsi Client V2Iscsi Initiator Network Id> - An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.
- Num
Virtual intTargets - -(Optional) Number of virtual targets generated for the iSCSI target. This field is immutable.
- Vg
Ext stringId - -(Required) The external identifier of the volume group.
- Attachment
Site string - -(Optional) The site where the Volume Group attach operation should be processed. This is an optional field. This field may only be set if Metro DR has been configured for this Volume Group. Valid values are SECONDARY, PRIMARY.
- Client
Secret string - -(Optional) iSCSI initiator client secret in case of CHAP authentication. This field should not be provided in case the authentication type is not set to CHAP.
- Enabled
Authentications string - -(Optional) (Optional) The authentication type enabled for the Volume Group. This is an optional field. If omitted, authentication is not configured for the Volume Group. If this is set to CHAP, the target/client secret must be provided. Valid values are CHAP, NONE
- Ext
Id string - -(Required) A globally unique identifier of an instance that is suitable for external consumption.
- Iscsi
Initiator stringName - -iSCSI initiator name. During the attach operation, exactly one of iscsiInitiatorName and iscsiInitiatorNetworkId must be specified. This field is immutable.
- Iscsi
Initiator []VolumeNetwork Ids Group Iscsi Client V2Iscsi Initiator Network Id Args - An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.
- Num
Virtual intTargets - -(Optional) Number of virtual targets generated for the iSCSI target. This field is immutable.
- Vg
Ext stringId - -(Required) The external identifier of the volume group.
- attachment
Site String - -(Optional) The site where the Volume Group attach operation should be processed. This is an optional field. This field may only be set if Metro DR has been configured for this Volume Group. Valid values are SECONDARY, PRIMARY.
- client
Secret String - -(Optional) iSCSI initiator client secret in case of CHAP authentication. This field should not be provided in case the authentication type is not set to CHAP.
- enabled
Authentications String - -(Optional) (Optional) The authentication type enabled for the Volume Group. This is an optional field. If omitted, authentication is not configured for the Volume Group. If this is set to CHAP, the target/client secret must be provided. Valid values are CHAP, NONE
- ext
Id String - -(Required) A globally unique identifier of an instance that is suitable for external consumption.
- iscsi
Initiator StringName - -iSCSI initiator name. During the attach operation, exactly one of iscsiInitiatorName and iscsiInitiatorNetworkId must be specified. This field is immutable.
- iscsi
Initiator List<VolumeNetwork Ids Group Iscsi Client V2Iscsi Initiator Network Id> - An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.
- num
Virtual IntegerTargets - -(Optional) Number of virtual targets generated for the iSCSI target. This field is immutable.
- vg
Ext StringId - -(Required) The external identifier of the volume group.
- attachment
Site string - -(Optional) The site where the Volume Group attach operation should be processed. This is an optional field. This field may only be set if Metro DR has been configured for this Volume Group. Valid values are SECONDARY, PRIMARY.
- client
Secret string - -(Optional) iSCSI initiator client secret in case of CHAP authentication. This field should not be provided in case the authentication type is not set to CHAP.
- enabled
Authentications string - -(Optional) (Optional) The authentication type enabled for the Volume Group. This is an optional field. If omitted, authentication is not configured for the Volume Group. If this is set to CHAP, the target/client secret must be provided. Valid values are CHAP, NONE
- ext
Id string - -(Required) A globally unique identifier of an instance that is suitable for external consumption.
- iscsi
Initiator stringName - -iSCSI initiator name. During the attach operation, exactly one of iscsiInitiatorName and iscsiInitiatorNetworkId must be specified. This field is immutable.
- iscsi
Initiator VolumeNetwork Ids Group Iscsi Client V2Iscsi Initiator Network Id[] - An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.
- num
Virtual numberTargets - -(Optional) Number of virtual targets generated for the iSCSI target. This field is immutable.
- vg
Ext stringId - -(Required) The external identifier of the volume group.
- attachment_
site str - -(Optional) The site where the Volume Group attach operation should be processed. This is an optional field. This field may only be set if Metro DR has been configured for this Volume Group. Valid values are SECONDARY, PRIMARY.
- client_
secret str - -(Optional) iSCSI initiator client secret in case of CHAP authentication. This field should not be provided in case the authentication type is not set to CHAP.
- enabled_
authentications str - -(Optional) (Optional) The authentication type enabled for the Volume Group. This is an optional field. If omitted, authentication is not configured for the Volume Group. If this is set to CHAP, the target/client secret must be provided. Valid values are CHAP, NONE
- ext_
id str - -(Required) A globally unique identifier of an instance that is suitable for external consumption.
- iscsi_
initiator_ strname - -iSCSI initiator name. During the attach operation, exactly one of iscsiInitiatorName and iscsiInitiatorNetworkId must be specified. This field is immutable.
- iscsi_
initiator_ Sequence[Volumenetwork_ ids Group Iscsi Client V2Iscsi Initiator Network Id Args] - An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.
- num_
virtual_ inttargets - -(Optional) Number of virtual targets generated for the iSCSI target. This field is immutable.
- vg_
ext_ strid - -(Required) The external identifier of the volume group.
- attachment
Site String - -(Optional) The site where the Volume Group attach operation should be processed. This is an optional field. This field may only be set if Metro DR has been configured for this Volume Group. Valid values are SECONDARY, PRIMARY.
- client
Secret String - -(Optional) iSCSI initiator client secret in case of CHAP authentication. This field should not be provided in case the authentication type is not set to CHAP.
- enabled
Authentications String - -(Optional) (Optional) The authentication type enabled for the Volume Group. This is an optional field. If omitted, authentication is not configured for the Volume Group. If this is set to CHAP, the target/client secret must be provided. Valid values are CHAP, NONE
- ext
Id String - -(Required) A globally unique identifier of an instance that is suitable for external consumption.
- iscsi
Initiator StringName - -iSCSI initiator name. During the attach operation, exactly one of iscsiInitiatorName and iscsiInitiatorNetworkId must be specified. This field is immutable.
- iscsi
Initiator List<Property Map>Network Ids - An unique address that identifies a device on the internet or a local network in IPv4/IPv6 format or a Fully Qualified Domain Name.
- num
Virtual NumberTargets - -(Optional) Number of virtual targets generated for the iSCSI target. This field is immutable.
- vg
Ext StringId - -(Required) The external identifier of the volume group.
Supporting Types
VolumeGroupIscsiClientV2IscsiInitiatorNetworkId, VolumeGroupIscsiClientV2IscsiInitiatorNetworkIdArgs
- Fqdns
List<Piers
Karsenbarg. Nutanix. Inputs. Volume Group Iscsi Client V2Iscsi Initiator Network Id Fqdn> - A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Volume Group Iscsi Client V2Iscsi Initiator Network Id Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Volume Group Iscsi Client V2Iscsi Initiator Network Id Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- Fqdns
[]Volume
Group Iscsi Client V2Iscsi Initiator Network Id Fqdn - A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- Ipv4s
[]Volume
Group Iscsi Client V2Iscsi Initiator Network Id Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
[]Volume
Group Iscsi Client V2Iscsi Initiator Network Id Ipv6 - An unique address that identifies a device on the internet or a local network in IPv6 format.
- fqdns
List<Volume
Group Iscsi Client V2Iscsi Initiator Network Id Fqdn> - A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- ipv4s
List<Volume
Group Iscsi Client V2Iscsi Initiator Network Id Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
List<Volume
Group Iscsi Client V2Iscsi Initiator Network Id Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- fqdns
Volume
Group Iscsi Client V2Iscsi Initiator Network Id Fqdn[] - A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- ipv4s
Volume
Group Iscsi Client V2Iscsi Initiator Network Id Ipv4[] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Volume
Group Iscsi Client V2Iscsi Initiator Network Id Ipv6[] - An unique address that identifies a device on the internet or a local network in IPv6 format.
- fqdns
Sequence[Volume
Group Iscsi Client V2Iscsi Initiator Network Id Fqdn] - A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- ipv4s
Sequence[Volume
Group Iscsi Client V2Iscsi Initiator Network Id Ipv4] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Sequence[Volume
Group Iscsi Client V2Iscsi Initiator Network Id Ipv6] - An unique address that identifies a device on the internet or a local network in IPv6 format.
- fqdns List<Property Map>
- A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- ipv4s List<Property Map>
- An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s List<Property Map>
- An unique address that identifies a device on the internet or a local network in IPv6 format.
VolumeGroupIscsiClientV2IscsiInitiatorNetworkIdFqdn, VolumeGroupIscsiClientV2IscsiInitiatorNetworkIdFqdnArgs
- Value string
- The fully qualified domain name.
See detailed information in Nutanix Volumes V4.
- Value string
- The fully qualified domain name.
See detailed information in Nutanix Volumes V4.
- value String
- The fully qualified domain name.
See detailed information in Nutanix Volumes V4.
- value string
- The fully qualified domain name.
See detailed information in Nutanix Volumes V4.
- value str
- The fully qualified domain name.
See detailed information in Nutanix Volumes V4.
- value String
- The fully qualified domain name.
See detailed information in Nutanix Volumes V4.
VolumeGroupIscsiClientV2IscsiInitiatorNetworkIdIpv4, VolumeGroupIscsiClientV2IscsiInitiatorNetworkIdIpv4Args
- Prefix
Length int - The prefix length of the network to which this host IPv4 address belongs.
- Value string
- An unique address that identifies a device on the internet or a local network in IPv4 format.
- Prefix
Length int - The prefix length of the network to which this host IPv4 address belongs.
- Value string
- An unique address that identifies a device on the internet or a local network in IPv4 format.
- prefix
Length Integer - The prefix length of the network to which this host IPv4 address belongs.
- value String
- An unique address that identifies a device on the internet or a local network in IPv4 format.
- prefix
Length number - The prefix length of the network to which this host IPv4 address belongs.
- value string
- An unique address that identifies a device on the internet or a local network in IPv4 format.
- prefix_
length int - The prefix length of the network to which this host IPv4 address belongs.
- value str
- An unique address that identifies a device on the internet or a local network in IPv4 format.
- prefix
Length Number - The prefix length of the network to which this host IPv4 address belongs.
- value String
- An unique address that identifies a device on the internet or a local network in IPv4 format.
VolumeGroupIscsiClientV2IscsiInitiatorNetworkIdIpv6, VolumeGroupIscsiClientV2IscsiInitiatorNetworkIdIpv6Args
- Prefix
Length int - The prefix length of the network to which this host IPv6 address belongs.
- Value string
- An unique address that identifies a device on the internet or a local network in IPv6 format.
- Prefix
Length int - The prefix length of the network to which this host IPv6 address belongs.
- Value string
- An unique address that identifies a device on the internet or a local network in IPv6 format.
- prefix
Length Integer - The prefix length of the network to which this host IPv6 address belongs.
- value String
- An unique address that identifies a device on the internet or a local network in IPv6 format.
- prefix
Length number - The prefix length of the network to which this host IPv6 address belongs.
- value string
- An unique address that identifies a device on the internet or a local network in IPv6 format.
- prefix_
length int - The prefix length of the network to which this host IPv6 address belongs.
- value str
- An unique address that identifies a device on the internet or a local network in IPv6 format.
- prefix
Length Number - The prefix length of the network to which this host IPv6 address belongs.
- value String
- An unique address that identifies a device on the internet or a local network in IPv6 format.
Package Details
- Repository
- nutanix pierskarsenbarg/pulumi-nutanix
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
nutanix
Terraform Provider.