Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg
nutanix.getVolumeIscsiClientsV2
Explore with Pulumi AI
Fetches the list of iSCSI clients.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as nutanix from "@pulumi/nutanix";
const volumeGroups = nutanix.getVolumeIscsiClientsV2({});
import pulumi
import pulumi_nutanix as nutanix
volume_groups = nutanix.get_volume_iscsi_clients_v2()
package main
import (
"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := nutanix.GetVolumeIscsiClientsV2(ctx, &nutanix.GetVolumeIscsiClientsV2Args{}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Nutanix = Pulumi.Nutanix;
return await Deployment.RunAsync(() =>
{
var volumeGroups = Nutanix.GetVolumeIscsiClientsV2.Invoke();
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.nutanix.NutanixFunctions;
import com.pulumi.nutanix.inputs.GetVolumeIscsiClientsV2Args;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var volumeGroups = NutanixFunctions.getVolumeIscsiClientsV2();
}
}
variables:
volumeGroups:
fn::invoke:
function: nutanix:getVolumeIscsiClientsV2
arguments: {}
Argument Reference
The following arguments are supported:
page
: - A query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource.limit
: A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.filter
: A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the OData V4.01 URL conventions. For example, filter ‘$filter=name eq ‘karbon-ntnx-1.0’ would filter the result on cluster name ‘karbon-ntnx1.0’, filter ‘$filter=startswith(name, ‘C’)’ would filter on cluster name starting with ‘C’. The filter can be applied to the following fields: clusterReference, extId.orderby
: A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default. For example, ‘$orderby=templateName desc’ would get all templates sorted by templateName in descending order. The orderby can be applied to the following fields: clusterReference, extId.expand
: A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved. Each expanded item is evaluated relative to the entity containing the property being expanded. Other query options can be applied to an expanded property by appending a semicolon-separated list of query options, enclosed in parentheses, to the property name. Permissible system query options are $filter, $select and $orderby. The following expansion keys are supported. The expand can be applied to the following fields: cluster.select
: A query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the OData V4.01 URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned. The select can be applied to the following fields: clusterReference, extId.
Using getVolumeIscsiClientsV2
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getVolumeIscsiClientsV2(args: GetVolumeIscsiClientsV2Args, opts?: InvokeOptions): Promise<GetVolumeIscsiClientsV2Result>
function getVolumeIscsiClientsV2Output(args: GetVolumeIscsiClientsV2OutputArgs, opts?: InvokeOptions): Output<GetVolumeIscsiClientsV2Result>
def get_volume_iscsi_clients_v2(expand: Optional[str] = None,
filter: Optional[str] = None,
limit: Optional[int] = None,
orderby: Optional[str] = None,
page: Optional[int] = None,
select: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetVolumeIscsiClientsV2Result
def get_volume_iscsi_clients_v2_output(expand: Optional[pulumi.Input[str]] = None,
filter: Optional[pulumi.Input[str]] = None,
limit: Optional[pulumi.Input[int]] = None,
orderby: Optional[pulumi.Input[str]] = None,
page: Optional[pulumi.Input[int]] = None,
select: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetVolumeIscsiClientsV2Result]
func GetVolumeIscsiClientsV2(ctx *Context, args *GetVolumeIscsiClientsV2Args, opts ...InvokeOption) (*GetVolumeIscsiClientsV2Result, error)
func GetVolumeIscsiClientsV2Output(ctx *Context, args *GetVolumeIscsiClientsV2OutputArgs, opts ...InvokeOption) GetVolumeIscsiClientsV2ResultOutput
> Note: This function is named GetVolumeIscsiClientsV2
in the Go SDK.
public static class GetVolumeIscsiClientsV2
{
public static Task<GetVolumeIscsiClientsV2Result> InvokeAsync(GetVolumeIscsiClientsV2Args args, InvokeOptions? opts = null)
public static Output<GetVolumeIscsiClientsV2Result> Invoke(GetVolumeIscsiClientsV2InvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetVolumeIscsiClientsV2Result> getVolumeIscsiClientsV2(GetVolumeIscsiClientsV2Args args, InvokeOptions options)
public static Output<GetVolumeIscsiClientsV2Result> getVolumeIscsiClientsV2(GetVolumeIscsiClientsV2Args args, InvokeOptions options)
fn::invoke:
function: nutanix:index/getVolumeIscsiClientsV2:getVolumeIscsiClientsV2
arguments:
# arguments dictionary
The following arguments are supported:
getVolumeIscsiClientsV2 Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Iscsi
Clients List<PiersKarsenbarg. Nutanix. Outputs. Get Volume Iscsi Clients V2Iscsi Client> - List all the iSCSI clients.
- Expand string
- Filter string
- Limit int
- Orderby string
- Page int
- Select string
- Id string
- The provider-assigned unique ID for this managed resource.
- Iscsi
Clients []GetVolume Iscsi Clients V2Iscsi Client - List all the iSCSI clients.
- Expand string
- Filter string
- Limit int
- Orderby string
- Page int
- Select string
- id String
- The provider-assigned unique ID for this managed resource.
- iscsi
Clients List<GetVolume Iscsi Clients V2Iscsi Client> - List all the iSCSI clients.
- expand String
- filter String
- limit Integer
- orderby String
- page Integer
- select String
- id string
- The provider-assigned unique ID for this managed resource.
- iscsi
Clients GetVolume Iscsi Clients V2Iscsi Client[] - List all the iSCSI clients.
- expand string
- filter string
- limit number
- orderby string
- page number
- select string
- id str
- The provider-assigned unique ID for this managed resource.
- iscsi_
clients Sequence[GetVolume Iscsi Clients V2Iscsi Client] - List all the iSCSI clients.
- expand str
- filter str
- limit int
- orderby str
- page int
- select str
- id String
- The provider-assigned unique ID for this managed resource.
- iscsi
Clients List<Property Map> - List all the iSCSI clients.
- expand String
- filter String
- limit Number
- orderby String
- page Number
- select String
Supporting Types
GetVolumeIscsiClientsV2IscsiClient
- Attached
Targets List<PiersKarsenbarg. Nutanix. Inputs. Get Volume Iscsi Clients V2Iscsi Client Attached Target> - associated with each iSCSI target corresponding to the iSCSI client)
- 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.
- Cluster
Reference string - The UUID of the cluster that will host the iSCSI client. This field is read-only.
- 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 - 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.
- Links
List<Piers
Karsenbarg. Nutanix. Inputs. Get Volume Iscsi Clients V2Iscsi Client Link> - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- Tenant
Id string - A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).
- Iscsi
Initiator List<PiersNetwork Ids Karsenbarg. Nutanix. Inputs. Get Volume Iscsi Clients V2Iscsi Client Iscsi 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.
- Attached
Targets []GetVolume Iscsi Clients V2Iscsi Client Attached Target - associated with each iSCSI target corresponding to the iSCSI client)
- 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.
- Cluster
Reference string - The UUID of the cluster that will host the iSCSI client. This field is read-only.
- 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 - 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.
- Links
[]Get
Volume Iscsi Clients V2Iscsi Client Link - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- Tenant
Id string - A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).
- Iscsi
Initiator []GetNetwork Ids Volume Iscsi Clients V2Iscsi Client Iscsi 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.
- attached
Targets List<GetVolume Iscsi Clients V2Iscsi Client Attached Target> - associated with each iSCSI target corresponding to the iSCSI client)
- 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.
- cluster
Reference String - The UUID of the cluster that will host the iSCSI client. This field is read-only.
- 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 - 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.
- links
List<Get
Volume Iscsi Clients V2Iscsi Client Link> - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- tenant
Id String - A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).
- iscsi
Initiator List<GetNetwork Ids Volume Iscsi Clients V2Iscsi Client Iscsi 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.
- attached
Targets GetVolume Iscsi Clients V2Iscsi Client Attached Target[] - associated with each iSCSI target corresponding to the iSCSI client)
- 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.
- cluster
Reference string - The UUID of the cluster that will host the iSCSI client. This field is read-only.
- 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 - 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.
- links
Get
Volume Iscsi Clients V2Iscsi Client Link[] - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- tenant
Id string - A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).
- iscsi
Initiator GetNetwork Ids Volume Iscsi Clients V2Iscsi Client Iscsi 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.
- attached_
targets Sequence[GetVolume Iscsi Clients V2Iscsi Client Attached Target] - associated with each iSCSI target corresponding to the iSCSI client)
- 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.
- cluster_
reference str - The UUID of the cluster that will host the iSCSI client. This field is read-only.
- 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 - 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.
- links
Sequence[Get
Volume Iscsi Clients V2Iscsi Client Link] - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- tenant_
id str - A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).
- iscsi_
initiator_ Sequence[Getnetwork_ ids Volume Iscsi Clients V2Iscsi Client Iscsi 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.
- attached
Targets List<Property Map> - associated with each iSCSI target corresponding to the iSCSI client)
- 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.
- cluster
Reference String - The UUID of the cluster that will host the iSCSI client. This field is read-only.
- 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 - 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.
- links List<Property Map>
- A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- tenant
Id String - A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).
- 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.
GetVolumeIscsiClientsV2IscsiClientAttachedTarget
- Iscsi
Target stringName - Name of the iSCSI target that the iSCSI client is connected to. This is a read-only field.
- Num
Virtual intTargets - Number of virtual targets generated for the iSCSI target. This field is immutable.
- Iscsi
Target stringName - Name of the iSCSI target that the iSCSI client is connected to. This is a read-only field.
- Num
Virtual intTargets - Number of virtual targets generated for the iSCSI target. This field is immutable.
- iscsi
Target StringName - Name of the iSCSI target that the iSCSI client is connected to. This is a read-only field.
- num
Virtual IntegerTargets - Number of virtual targets generated for the iSCSI target. This field is immutable.
- iscsi
Target stringName - Name of the iSCSI target that the iSCSI client is connected to. This is a read-only field.
- num
Virtual numberTargets - Number of virtual targets generated for the iSCSI target. This field is immutable.
- iscsi_
target_ strname - Name of the iSCSI target that the iSCSI client is connected to. This is a read-only field.
- num_
virtual_ inttargets - Number of virtual targets generated for the iSCSI target. This field is immutable.
- iscsi
Target StringName - Name of the iSCSI target that the iSCSI client is connected to. This is a read-only field.
- num
Virtual NumberTargets - Number of virtual targets generated for the iSCSI target. This field is immutable.
GetVolumeIscsiClientsV2IscsiClientIscsiInitiatorNetworkId
- Fqdns
List<Piers
Karsenbarg. Nutanix. Inputs. Get Volume Iscsi Clients V2Iscsi Client Iscsi 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. Get Volume Iscsi Clients V2Iscsi Client Iscsi 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. Get Volume Iscsi Clients V2Iscsi Client Iscsi Initiator Network Id Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- Fqdns
[]Get
Volume Iscsi Clients V2Iscsi Client Iscsi Initiator Network Id Fqdn - A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- Ipv4s
[]Get
Volume Iscsi Clients V2Iscsi Client Iscsi Initiator Network Id Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
[]Get
Volume Iscsi Clients V2Iscsi Client Iscsi Initiator Network Id Ipv6 - An unique address that identifies a device on the internet or a local network in IPv6 format.
- fqdns
List<Get
Volume Iscsi Clients V2Iscsi Client Iscsi 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<Get
Volume Iscsi Clients V2Iscsi Client Iscsi Initiator Network Id Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
List<Get
Volume Iscsi Clients V2Iscsi Client Iscsi Initiator Network Id Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- fqdns
Get
Volume Iscsi Clients V2Iscsi Client Iscsi Initiator Network Id Fqdn[] - A fully qualified domain name that specifies its exact location in the tree hierarchy of the Domain Name System.
- ipv4s
Get
Volume Iscsi Clients V2Iscsi Client Iscsi Initiator Network Id Ipv4[] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Get
Volume Iscsi Clients V2Iscsi Client Iscsi Initiator Network Id Ipv6[] - An unique address that identifies a device on the internet or a local network in IPv6 format.
- fqdns
Sequence[Get
Volume Iscsi Clients V2Iscsi Client Iscsi 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[Get
Volume Iscsi Clients V2Iscsi Client Iscsi Initiator Network Id Ipv4] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Sequence[Get
Volume Iscsi Clients V2Iscsi Client Iscsi 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.
GetVolumeIscsiClientsV2IscsiClientIscsiInitiatorNetworkIdFqdn
- Value string
- The fully qualified domain name.
- Value string
- The fully qualified domain name.
- value String
- The fully qualified domain name.
- value string
- The fully qualified domain name.
- value str
- The fully qualified domain name.
- value String
- The fully qualified domain name.
GetVolumeIscsiClientsV2IscsiClientIscsiInitiatorNetworkIdIpv4
- Prefix
Length int - The prefix length of the network to which this host IPv6 address belongs.
- Value string
- The fully qualified domain name.
- Prefix
Length int - The prefix length of the network to which this host IPv6 address belongs.
- Value string
- The fully qualified domain name.
- prefix
Length Integer - The prefix length of the network to which this host IPv6 address belongs.
- value String
- The fully qualified domain name.
- prefix
Length number - The prefix length of the network to which this host IPv6 address belongs.
- value string
- The fully qualified domain name.
- prefix_
length int - The prefix length of the network to which this host IPv6 address belongs.
- value str
- The fully qualified domain name.
- prefix
Length Number - The prefix length of the network to which this host IPv6 address belongs.
- value String
- The fully qualified domain name.
GetVolumeIscsiClientsV2IscsiClientIscsiInitiatorNetworkIdIpv6
- Prefix
Length int - The prefix length of the network to which this host IPv6 address belongs.
- Value string
- The fully qualified domain name.
- Prefix
Length int - The prefix length of the network to which this host IPv6 address belongs.
- Value string
- The fully qualified domain name.
- prefix
Length Integer - The prefix length of the network to which this host IPv6 address belongs.
- value String
- The fully qualified domain name.
- prefix
Length number - The prefix length of the network to which this host IPv6 address belongs.
- value string
- The fully qualified domain name.
- prefix_
length int - The prefix length of the network to which this host IPv6 address belongs.
- value str
- The fully qualified domain name.
- prefix
Length Number - The prefix length of the network to which this host IPv6 address belongs.
- value String
- The fully qualified domain name.
GetVolumeIscsiClientsV2IscsiClientLink
Package Details
- Repository
- nutanix pierskarsenbarg/pulumi-nutanix
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
nutanix
Terraform Provider.