JitNetworkAccessRequestVirtualMachine Class

  • java.lang.Object
    • com.azure.resourcemanager.security.models.JitNetworkAccessRequestVirtualMachine

public final class JitNetworkAccessRequestVirtualMachine

The JitNetworkAccessRequestVirtualMachine model.

Constructor Summary

Constructor Description
JitNetworkAccessRequestVirtualMachine()

Creates an instance of JitNetworkAccessRequestVirtualMachine class.

Method Summary

Modifier and Type Method and Description
String id()

Get the id property: Resource ID of the virtual machine that is linked to this policy.

List<JitNetworkAccessRequestPort> ports()

Get the ports property: The ports that were opened for the virtual machine.

void validate()

Validates the instance.

JitNetworkAccessRequestVirtualMachine withId(String id)

Set the id property: Resource ID of the virtual machine that is linked to this policy.

JitNetworkAccessRequestVirtualMachine withPorts(List<JitNetworkAccessRequestPort> ports)

Set the ports property: The ports that were opened for the virtual machine.

Methods inherited from java.lang.Object

Constructor Details

JitNetworkAccessRequestVirtualMachine

public JitNetworkAccessRequestVirtualMachine()

Creates an instance of JitNetworkAccessRequestVirtualMachine class.

Method Details

id

public String id()

Get the id property: Resource ID of the virtual machine that is linked to this policy.

Returns:

the id value.

ports

public List ports()

Get the ports property: The ports that were opened for the virtual machine.

Returns:

the ports value.

validate

public void validate()

Validates the instance.

withId

public JitNetworkAccessRequestVirtualMachine withId(String id)

Set the id property: Resource ID of the virtual machine that is linked to this policy.

Parameters:

id - the id value to set.

Returns:

the JitNetworkAccessRequestVirtualMachine object itself.

withPorts

public JitNetworkAccessRequestVirtualMachine withPorts(List ports)

Set the ports property: The ports that were opened for the virtual machine.

Parameters:

ports - the ports value to set.

Returns:

the JitNetworkAccessRequestVirtualMachine object itself.

Applies to