public class ListPrivateAccessPolicesRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
applicationId
example:
pa-application-e12860ef6c48****
|
String |
applicationName |
Integer |
currentPage
This parameter is required.
|
String |
name
example:
private_access_policy_name
|
Integer |
pageSize
This parameter is required.
|
String |
policyAction
example:
Allow
|
List<String> |
policyIds |
String |
status
example:
Enabled
|
String |
tagId
example:
tag-c0cb77857a99****
|
String |
tagName |
String |
userGroupId
用户组ID。
|
构造器和说明 |
---|
ListPrivateAccessPolicesRequest() |
@NameInMap(value="ApplicationId") public String applicationId
pa-application-e12860ef6c48****
@NameInMap(value="ApplicationName") public String applicationName
@NameInMap(value="CurrentPage") public Integer currentPage
This parameter is required.
example:1
@NameInMap(value="Name") public String name
private_access_policy_name
@NameInMap(value="PageSize") public Integer pageSize
This parameter is required.
example:10
@NameInMap(value="PolicyAction") public String policyAction
Allow
@NameInMap(value="Status") public String status
Enabled
@NameInMap(value="TagId") public String tagId
tag-c0cb77857a99****
@NameInMap(value="TagName") public String tagName
@NameInMap(value="UserGroupId") public String userGroupId
public static ListPrivateAccessPolicesRequest build(Map<String,?> map) throws Exception
Exception
public ListPrivateAccessPolicesRequest setApplicationId(String applicationId)
public String getApplicationId()
public ListPrivateAccessPolicesRequest setApplicationName(String applicationName)
public String getApplicationName()
public ListPrivateAccessPolicesRequest setCurrentPage(Integer currentPage)
public Integer getCurrentPage()
public ListPrivateAccessPolicesRequest setName(String name)
public String getName()
public ListPrivateAccessPolicesRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public ListPrivateAccessPolicesRequest setPolicyAction(String policyAction)
public String getPolicyAction()
public ListPrivateAccessPolicesRequest setPolicyIds(List<String> policyIds)
public ListPrivateAccessPolicesRequest setStatus(String status)
public String getStatus()
public ListPrivateAccessPolicesRequest setTagId(String tagId)
public String getTagId()
public ListPrivateAccessPolicesRequest setTagName(String tagName)
public String getTagName()
public ListPrivateAccessPolicesRequest setUserGroupId(String userGroupId)
public String getUserGroupId()
Copyright © 2024. All rights reserved.