SecurityConnectorInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. security. fluent. models. SecurityConnectorInner
- com.
- com.
public final class SecurityConnectorInner
extends ProxyResource
The security connector resource.
Constructor Summary
| Constructor | Description |
|---|---|
| SecurityConnectorInner() |
Creates an instance of Security |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Environment |
environmentData()
Get the environment |
|
Cloud |
environmentName()
Get the environment |
| String |
etag()
Get the etag property: Entity tag is used for comparing two or more entities from the same requested resource. |
|
static
Security |
fromJson(JsonReader jsonReader)
Reads an instance of Security |
| String |
hierarchyIdentifier()
Get the hierarchy |
|
Offset |
hierarchyIdentifierTrialEndDate()
Get the hierarchy |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
kind()
Get the kind property: Kind of the resource. |
| String |
location()
Get the location property: The geo-location where the resource lives. |
| String |
name()
Get the name property: The name of the resource. |
|
List<Cloud |
offerings()
Get the offerings property: A collection of offerings for the security connector. |
|
System |
systemData()
Get the system |
| Map<String,String> |
tags()
Get the tags property: Resource tags. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
|
Security |
withEnvironmentData(EnvironmentData environmentData)
Set the environment |
|
Security |
withEnvironmentName(CloudName environmentName)
Set the environment |
|
Security |
withEtag(String etag)
Set the etag property: Entity tag is used for comparing two or more entities from the same requested resource. |
|
Security |
withHierarchyIdentifier(String hierarchyIdentifier)
Set the hierarchy |
|
Security |
withKind(String kind)
Set the kind property: Kind of the resource. |
|
Security |
withLocation(String location)
Set the location property: The geo-location where the resource lives. |
|
Security |
withOfferings(List<CloudOffering> offerings)
Set the offerings property: A collection of offerings for the security connector. |
|
Security |
withTags(Map<String,String> tags)
Set the tags property: Resource tags. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
SecurityConnectorInner
public SecurityConnectorInner()
Creates an instance of SecurityConnectorInner class.
Method Details
environmentData
public EnvironmentData environmentData()
Get the environmentData property: The security connector environment data.
Returns:
environmentName
public CloudName environmentName()
Get the environmentName property: The multi cloud resource's cloud name.
Returns:
etag
public String etag()
Get the etag property: Entity tag is used for comparing two or more entities from the same requested resource.
Returns:
fromJson
public static SecurityConnectorInner fromJson(JsonReader jsonReader)
Reads an instance of SecurityConnectorInner from the JsonReader.
Parameters:
Returns:
Throws:
hierarchyIdentifier
public String hierarchyIdentifier()
Get the hierarchyIdentifier property: The multi cloud resource identifier (account id in case of AWS connector, project number in case of GCP connector).
Returns:
hierarchyIdentifierTrialEndDate
public OffsetDateTime hierarchyIdentifierTrialEndDate()
Get the hierarchyIdentifierTrialEndDate property: The date on which the trial period will end, if applicable. Trial period exists for 30 days after upgrading to payed offerings.
Returns:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
SecurityConnectorInner.id()Returns:
kind
public String kind()
Get the kind property: Kind of the resource.
Returns:
location
public String location()
Get the location property: The geo-location where the resource lives.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
SecurityConnectorInner.name()Returns:
offerings
public List<CloudOffering> offerings()
Get the offerings property: A collection of offerings for the security connector.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
tags
public Map<String,String> tags()
Get the tags property: Resource tags.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
SecurityConnectorInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
SecurityConnectorInner.type()Returns:
validate
public void validate()
Validates the instance.
withEnvironmentData
public SecurityConnectorInner withEnvironmentData(EnvironmentData environmentData)
Set the environmentData property: The security connector environment data.
Parameters:
Returns:
withEnvironmentName
public SecurityConnectorInner withEnvironmentName(CloudName environmentName)
Set the environmentName property: The multi cloud resource's cloud name.
Parameters:
Returns:
withEtag
public SecurityConnectorInner withEtag(String etag)
Set the etag property: Entity tag is used for comparing two or more entities from the same requested resource.
Parameters:
Returns:
withHierarchyIdentifier
public SecurityConnectorInner withHierarchyIdentifier(String hierarchyIdentifier)
Set the hierarchyIdentifier property: The multi cloud resource identifier (account id in case of AWS connector, project number in case of GCP connector).
Parameters:
Returns:
withKind
public SecurityConnectorInner withKind(String kind)
Set the kind property: Kind of the resource.
Parameters:
Returns:
withLocation
public SecurityConnectorInner withLocation(String location)
Set the location property: The geo-location where the resource lives.
Parameters:
Returns:
withOfferings
public SecurityConnectorInner withOfferings(List<CloudOffering> offerings)
Set the offerings property: A collection of offerings for the security connector.
Parameters:
Returns:
withTags
public SecurityConnectorInner withTags(Map<String,String> tags)
Set the tags property: Resource tags.
Parameters:
Returns: