public class ListPrivateAccessApplicationsRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
address
example:
192.168.0.0/16
|
List<String> |
applicationIds |
String |
connectorId |
Integer |
currentPage
This parameter is required.
|
String |
name
example:
private_access_application_name
|
Integer |
pageSize
This parameter is required.
|
String |
policyId
example:
pa-policy-54a7838a48bf****
|
String |
status
example:
Enabled
|
String |
tagId
example:
tag-d3f64e8bdd4a****
|
构造器和说明 |
---|
ListPrivateAccessApplicationsRequest() |
限定符和类型 | 方法和说明 |
---|---|
static ListPrivateAccessApplicationsRequest |
build(Map<String,?> map) |
String |
getAddress() |
List<String> |
getApplicationIds() |
String |
getConnectorId() |
Integer |
getCurrentPage() |
String |
getName() |
Integer |
getPageSize() |
String |
getPolicyId() |
String |
getStatus() |
String |
getTagId() |
ListPrivateAccessApplicationsRequest |
setAddress(String address) |
ListPrivateAccessApplicationsRequest |
setApplicationIds(List<String> applicationIds) |
ListPrivateAccessApplicationsRequest |
setConnectorId(String connectorId) |
ListPrivateAccessApplicationsRequest |
setCurrentPage(Integer currentPage) |
ListPrivateAccessApplicationsRequest |
setName(String name) |
ListPrivateAccessApplicationsRequest |
setPageSize(Integer pageSize) |
ListPrivateAccessApplicationsRequest |
setPolicyId(String policyId) |
ListPrivateAccessApplicationsRequest |
setStatus(String status) |
ListPrivateAccessApplicationsRequest |
setTagId(String tagId) |
@NameInMap(value="Address") public String address
192.168.0.0/16
@NameInMap(value="ConnectorId") public String connectorId
@NameInMap(value="CurrentPage") public Integer currentPage
This parameter is required.
example:1
@NameInMap(value="Name") public String name
private_access_application_name
@NameInMap(value="PageSize") public Integer pageSize
This parameter is required.
example:10
@NameInMap(value="PolicyId") public String policyId
pa-policy-54a7838a48bf****
@NameInMap(value="Status") public String status
Enabled
@NameInMap(value="TagId") public String tagId
tag-d3f64e8bdd4a****
public static ListPrivateAccessApplicationsRequest build(Map<String,?> map) throws Exception
Exception
public ListPrivateAccessApplicationsRequest setAddress(String address)
public String getAddress()
public ListPrivateAccessApplicationsRequest setApplicationIds(List<String> applicationIds)
public ListPrivateAccessApplicationsRequest setConnectorId(String connectorId)
public String getConnectorId()
public ListPrivateAccessApplicationsRequest setCurrentPage(Integer currentPage)
public Integer getCurrentPage()
public ListPrivateAccessApplicationsRequest setName(String name)
public String getName()
public ListPrivateAccessApplicationsRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public ListPrivateAccessApplicationsRequest setPolicyId(String policyId)
public String getPolicyId()
public ListPrivateAccessApplicationsRequest setStatus(String status)
public String getStatus()
public ListPrivateAccessApplicationsRequest setTagId(String tagId)
public String getTagId()
Copyright © 2024. All rights reserved.