public ProfilePolicyMetadata[] queryPolicyMetadata(String[] policyName) throws RuntimeFault, RemoteException { return queryPolicyMetadata(policyName, null); }
public ProfilePolicyMetadata[] queryPolicyMetadata(String[] policyName, Profile profile) throws RuntimeFault, RemoteException { return getVimService().queryPolicyMetadata(getMOR(), policyName, profile==null? null : profile.getMOR()); }
/** * SDK4.1 signature for back compatibility */ List<ProfilePolicyMetadata> queryPolicyMetadata(List<String> policyName) throws RuntimeFault, RemoteException;
/** * SDK5.0 signature */ List<ProfilePolicyMetadata> queryPolicyMetadata(List<String> policyName, Profile profile) throws RuntimeFault, RemoteException;