Interface NetworkSiblingSet
public interface NetworkSiblingSet
An immutable client-side representation of NetworkSiblingSet.
-
Method Summary
Modifier and TypeMethodDescriptionGets the inner com.azure.resourcemanager.netapp.fluent.models.NetworkSiblingSetInner object.Gets the networkFeatures property: Network features available to the volume, or current state of update.Gets the networkSiblingSetId property: Network Sibling Set ID for a group of volumes sharing networking resources in a subnet.Gets the networkSiblingSetStateId property: Network sibling set state Id identifying the current state of the sibling set.Gets the nicInfoList property: List of NIC information.Gets the provisioningState property: Gets the status of the NetworkSiblingSet at the time the operation was called.subnetId()
Gets the subnetId property: The Azure Resource URI for a delegated subnet.
-
Method Details
-
networkSiblingSetId
String networkSiblingSetId()Gets the networkSiblingSetId property: Network Sibling Set ID for a group of volumes sharing networking resources in a subnet.- Returns:
- the networkSiblingSetId value.
-
subnetId
String subnetId()Gets the subnetId property: The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes. Example /subscriptions/subscriptionId/resourceGroups/resourceGroup/providers/Microsoft.Network/virtualNetworks/testVnet/subnets/{mySubnet}.- Returns:
- the subnetId value.
-
networkSiblingSetStateId
String networkSiblingSetStateId()Gets the networkSiblingSetStateId property: Network sibling set state Id identifying the current state of the sibling set.- Returns:
- the networkSiblingSetStateId value.
-
networkFeatures
NetworkFeatures networkFeatures()Gets the networkFeatures property: Network features available to the volume, or current state of update.- Returns:
- the networkFeatures value.
-
provisioningState
NetworkSiblingSetProvisioningState provisioningState()Gets the provisioningState property: Gets the status of the NetworkSiblingSet at the time the operation was called.- Returns:
- the provisioningState value.
-
nicInfoList
Gets the nicInfoList property: List of NIC information.- Returns:
- the nicInfoList value.
-
innerModel
NetworkSiblingSetInner innerModel()Gets the inner com.azure.resourcemanager.netapp.fluent.models.NetworkSiblingSetInner object.- Returns:
- the inner object.
-