iControl.SystemHAGroup.set_cluster_attribute C# (CSharp) Method

set_cluster_attribute() private method

private set_cluster_attribute ( string ha_groups, string clusters, SystemHAGroupHAGroupClusterAttribute attributes ) : void
ha_groups string
clusters string
attributes SystemHAGroupHAGroupClusterAttribute
return void
        public void set_cluster_attribute(
		string [] ha_groups,
		string [] [] clusters,
		SystemHAGroupHAGroupClusterAttribute [] [] attributes
	)
        {
            this.Invoke("set_cluster_attribute", new object [] {
                ha_groups,
                clusters,
                attributes});
        }
SystemHAGroup