iControl.SystemHAGroup.get_cluster_attribute C# (CSharp) Method

get_cluster_attribute() private method

private get_cluster_attribute ( string ha_groups, string clusters ) : SystemHAGroupHAGroupClusterAttribute[][]
ha_groups string
clusters string
return SystemHAGroupHAGroupClusterAttribute[][]
        public SystemHAGroupHAGroupClusterAttribute[][] get_cluster_attribute(
		string [] ha_groups,
		string [] [] clusters
	)
        {
            object [] results = this.Invoke("get_cluster_attribute", new object [] {
                ha_groups,
                clusters});
            return ((SystemHAGroupHAGroupClusterAttribute [] [])(results[0]));
        }
SystemHAGroup